Monday, May 30, 2005
Nice Sketches on BLOGs : everydaysketch
Friday, May 27, 2005
Monday, May 23, 2005
Wednesday, May 18, 2005
Monday, May 16, 2005
The Code Project - Offering a better (ODP Compliant) ASP.NET Session object - ASP.NET: "Offering a better (ODP Compliant) ASP.NET"
Friday, May 13, 2005
It doesn't really matter what pattern you use, or if you use no known pattern at all, as long as your code addresses the three main GoF principles. If you can't name them off the top of your head I recommend you go back and read GoF again. Since you probably won't, here they are:
1) Prefer object composition over inheritance.
2) Design to interfaces.
3) Identify what changes and encapsulate it
USE Open-Closed Principle,
Open Closed Principle of Object Oriented Design
1) Prefer object composition over inheritance.
2) Design to interfaces.
3) Identify what changes and encapsulate it
USE Open-Closed Principle,
Open Closed Principle of Object Oriented Design
A good artilce : How To Convert Strings to Lower, Upper, or Title (Proper) Case by Using Visual C# .NET
Thursday, May 12, 2005
Wednesday, May 11, 2005
Meet the MVPs here : MVPBLOG.COM : One Stop access to MVP Weblogs
Tuesday, May 10, 2005
Monday, May 09, 2005
FIX: Using one SQL database for all applications for SQL Server session state may cause a bottleneck
Wednesday, May 04, 2005
An Article on Remote Scripting : The Code Project - Remote Scripting - ASP.NET
Good Articles on ASP.NET : FTPOnline - ASP.NET