ASP.NET News from Blogger: Rich Czyzewskis Blog   Get the feed of: Rich Czyzewskis Blog

Total News: 11

First Indigo Book Released

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

TechEd Presentations Available on www.msteched.com

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

Adding Functionality to a Typed DataSet using Partial Classes

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

Blogging My Way to PDC, Pick this Entry!!!, Send Rich to PDC!!!!

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

Asynchronous Reverse DNS Lookup in ASP.NET Beta 2 and 1.1

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

New ASP.NET 2.0 Starter Kit: WebJots

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

Nullable<T> Support in ADO.NET

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

TechEd 2005 First Impressions

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

Pre-Conference - The Zen of ASP.NET 2.0 with Jeff Prosise

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

Making ASP.NET Buttons Look Better using CSS Rollovers

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

Quick N' Easy Health Monitoring in ASP.NET Beta 2

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