Add a search engine toolbar to VS.NET 2003
Alan Dean wrote interesting article about how to add a search engine toolbar to VS.NET 2003
Random thoughts about .Net development
Alan Dean wrote interesting article about how to add a search engine toolbar to VS.NET 2003
This article outlines the more commonly seen problems associated with debugging ASP.NET applications, shows examples of the errors, and explains how to fix them.
[ Via Giulio Vian's WebLog ]
“You can run a particular class library inside an AppDomain and give it a dedicated config file. NUnit uses this technique to allow test assemblies to be configurable by naming your config file FooTestAssembly.dll.config. “
Interesting trick allow every assembly run in its own memory space and own its own configuration.
Read how to do that here
Alan Dean wrote three posts about using Xml documentation in your code
[How To] Use XML Documentation (Part 1: The Overview)
Jeff Lucovsky posted a nice two-part series on setting up an RSS feed for your Team Foundation source.Check it out.