Welcome to Greg McKinley.com Sign in | Join | Help

Friday, September 29, 2006 - Posts

IIS 7.0 Primer Links
Here are a few resources I found useful to get a quick introduction to IIS 7.0 • A First Look at IIS 7.0 • Taking Advantage of the IIS7 Integrated Pipeline • IIS7 Module Overview - page 4 contains a list of the modules that make up Read More
ASP.NET Dynamic Control Postback Events
This sounds simplier in words than I have seen practiced in code. Working with dynamically created controls that postback events can be tricky. For a lot of applications it is all about timing. On postback the dynamic control must be re-created during Read More
Nullable Value Types and the C# Null-Coalescing Operator (??)
Just a couple of links to some useful 2.0 functionality • Eric Gunnerson - Nullable Types in C# • Fritz Onion - Using the ?? operator for ViewState properties Read More