ASP.NET News from Blogger:
Rich Czyzewskis Blog
Total News: 11
Don and Sam beat me to it. The first Indigo book has hit the shelves: Programming Indigo : Code Name for the Unified Framework for Building Service-Oriented Applications on the Microsoft Windows...
For those of you who attended TechEd, all the recorded presentations are now available for viewing online. Goto http://www.msteched.com and enter your TechEd Id and Password that came ...
In continuing with my experimentation with generics... I've noticed that there is no way to get the Typed DataSet code generator to generate a DataRow object, which contains Nullable Types. ...
[Click here to vote for me]
Channel 9 is running a contest called “Blog'n my way to the PDC” in which the winner goes to PDC free. I certainly can deal with that. Check ...
A common problem when implementing either a hit counter or a download tracker is retrieving the DNS name of the client connecting to your Web Site. Although there is a property specifically mean...
I've been working on my ASP.NET 2.0 SiteWebJotsfor about a month and some odd weeks now. A few weeks ago, after the first phase release,Brian Goldfarb suggested that if I wanted to open up the source ...
If you've been experimenting with generics lately, specifically the Nullable<T> generic, you may have noticed the following pitfall in their implementation.
You can't pass a Nullable<T> as...
I arrived at TechEd today. Being a TechEd newbie I have to say I'm pretty amazed at the whole set up. Microsoft really did an excellent job setting this event up. From the free shuttles buses, to the ...
I had the pleasure of attending The Zen of ASP.NET 2.0 with Jeff Prosise today from 1 to 6 PM. Jeff did an excellent job, pretty much going through most of the new 2.0 stuff in about 5 hours.&nb...
CSS Rollover Buttons have been around for quite some time. Basically, using CSS you can easily create roll over buttons, which previously had to been done in Javascript. CSS Rollover b...
Traditionaly in ASP.NET 1.1 if you wanted to be notified through email of an unhandled exception, you'd have to add code to your Global.asax.cs handling the Application_Error event and subsequent...
View Other bloggers