Abusing XML literals in VB.NET
Posted on Wed 25 April 2012 in Coding • Tagged with vb.net, format strings, xml literals
One of the things I do like about VB.NET is XML literals. Given that XML is so common, it’s really a great idea! Here’s a tiny example:
Dim x = <p>Some test.</p>
I thought I’d write about how XML literals can be abused to create …
Continue reading