- February 22, 2007You can easliy alias a namespace in .NET by doing the following: using System;using System.Text;using myXml = System.Xml; // <--…
- February 21, 2007If you're like me, you visit new places quite often and you need to find your way around. Or, maybe…
- February 21, 2007In my previous post I showed you how to return XML from the SQL Server Database. To further this topic,…
- February 19, 2007You can easily generate Xml from a DataTable by using the .WriteXml() method. But you can also bypass this and retrieve…
- February 13, 2007Most developers dont know about the virtual trace output page available in ASP.NET. This page allows you to see the…
- February 7, 2007For those of you who use Simian, please be aware, they upgraded the product and the old "-recurse" option no…