Whidbey Beta 2 (ASP.NET 2.0) Goes Live
The [ASP.NET Quickstart tutorials](http://beta.aspalliance.com/Quickstart) have been completely updated for this release as well. View thousands of samples here:
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
The [ASP.NET Quickstart tutorials](http://beta.aspalliance.com/Quickstart) have been completely updated for this release as well. View thousands of samples here:
A SPECIAL OFFER FOR THE TROOPS: The email I posted earlier from Major John Tammes, about John Scalzi's book Old Man's War, produced this from John Scalzi:
I downloaded PostXING for desktop blog posting. This is basically my first test to see if it works with this blog.
On the NUnit mailing list there's a discussion going on about
On the NUnit mailing list there's a discussion going on about
Almost every web application I build seems to require some sort of date data to be entered. Whether it is credit card expiration dates or start and end dates for a report, I run into this requirement all the time, and …
The typical use of caching applies to read caching, or caching data in the application to avoid reading it from the database. However, for applications that must frequently write back to the database, write caching can …
Today I published another caching-related article on