.NET News (Portal?!?!)

Mama Mia! [http://www.woodster.com/jumpstart/dotnet.aspx]?by Michael?Woodruff [http://woodster.typepad.com/] The General News [http://www.woodster.com/jumpstart/default.aspx] one is sooo cool, kind of geeky?with so much on a single page 🙂…

Sample Chapters

Srinivasa Sivakumar [http://weblogs.asp.net/ssivakumar/] has listed more than 500?sample chapters (in HTML/PDF format)?on his resource site [http://www3.brinkster.com/webguru/Sample.Asp],?from various books?related to?.NET. A great resource!…

.NET Framework Class Browser

I find the .NET Framework Class Browser [http://docs.aspng.com/quickstart/aspplus/samples/classbrowser/vb/classbrowser.aspx] very convinient. It has saved me a lot of time on a daily basis looking for namespaces, classes and interfaces. I remember the commonly used namespaces and their respective classes but information…

Unit Test Your .NET Data Access Layer

Learn how to use NUnit and some related tools for successfully support testing a Data Access Layer for ASP.NET applications. Test driven development (TDD) has grown in popularity recently, especially with the growth of the Extreme Programming (XP) methodology. NUnit is a unit testing tool built for .NET, which…

Web-based Database Administration

Maybe this is old news for some of you guys. Anyways, I’ve been using two such ASP.NET applications which allow remote database administration via a web interface. It’s very useful when you don’t have ready access (specially on client locations) to SQL Server Enterprise Manager or…