Archive for May, 2007
Designing .NET Class Libraries
Krzysztof Cwalina, Program Manager, .NET Framework Team, Microsoft has a nice session on Designing .NET Class Libraries. Watch it from here. It is very informative.
tags: .NET, Design, Video, .NET Design, Class Library
C# 2.0 – Nullable Types and ?? Operator
You know C# 2.0 provides some rich features that help ease the development efforts. Here are 2 of ‘em that makes the development life easier, Nullable Types and the ?? Operator.
Nullable Types:
If you’ve ever been to a situation where you retrieve a value from the database and assign it to a class’ property or a [...]
Simple ASP.NET 2.0 Tips and Tricks
Dan Wahlin has got some nice and useful ASP.NET 2.0 tips and tricks that’ll be handy to any ASP.NET 2.0 developers. Some of ‘em I’ve heard before and was using (particularly CTRL+SPACEBAR) but some of ‘em are totally new to me. Here are the tips in a bulleted list.
Maintain the position of the scrollbars on [...]
Read Full Post | Make a Comment ( None so far )








