Longhorn Bits

On October 27 2003, the day after the PDC starts, Microsoft will launch the “Longhorn” Developer Center [http://msdn.microsoft.com/longhorn/] on MSDN. The actual product is expected sometime in 2005?but all the buzz?reminds me of the hype that was before Windows 95 was launched. Ofcourse, this…

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!…

Free .NET Web Hosting

Some guys at work and others online, have been asking me for some suggestions on a free .NET web host. Free hosting may be a good way to play around and learn .NET (ASP.NET in particular) but by no means is it suitable and reliable for live production-level applications.…

.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…

XML Resume Library

One of the development teams?at my office recently used the XML Resume Library [http://xmlresume.sourceforge.net] for a document management project in ASP.NET. Although it was a pilot project for a HR consultancy but?the guys here seem to be appreciating the usefulness of the library. Earlier,…

Yahoo Groups blocked in India

Lately, I haven’t been able to access the Yahoo Groups (groups.yahoo.com) from back here in India. There are tons of .NET-related groups which I browse once in a while to respond to queries, get answers to my own questions and share custom code snippets. Unfortunately, following an…

F# Compiler

Following an e-mail from a friend, I browsed the information on the F# compiler [http://research.microsoft.com/projects/fsharp] (a Microsoft Research project). Seems pretty cool but not something I would like to get a taste of right-away. There’s already too much – more relevant (atleast for me) to…

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…