Articles Written by Paul Kimmel

Declaring Anonymous Types in VB

Using an anonymous type in VB, which is essential for technologies like LINQ, means that the compiler will generate a class for you based on context and named initializers saving you time and effort. To learn more read on.

Converting Data to XML with LINQ to XML

Sometimes when you have all kinds of data what you really need is XML. LINQ to XML let's you employ functional construction to convert your data into XML.

Skins and Themes in ASP.NET

Using skins and themes make it much easier to quickly, uniformly, and easily change the way web application looks.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds