Interesting Post on Method Overloading- July 18, 2005 A pretty interesting read on Method Overloading.You Can Do It! (But that doesn't really mean that you should)Via: Brad Abramshttp://mahalax.blogspot.com/2005/07/interesting-post-on-method-overloading.html Usage Rules for NULL- July 1, 2005 A useful article Four rules on Nulls. Was a good read.The article starts with explaining what NULL actually is and puts forth four rules on NULL usage.Rule 1: Use NULLs to indicate unknownmissing information only. Do not use NULLs in place of zeroes, zero-length strings or other "known" blank values. Update your NULLs with proper information as soon as possible.Rule 2: In ANSI SQL, NULL is not equal to anything, even other NULLs! Comparisons with NULL always result in UNKNOWN.Rule 3: Use SET...http://mahalax.blogspot.com/2005/07/usage-rules-for-null.html Recommendations for using Strings in 2.0- July 1, 2005 I read an article in MSDN by Dave New Recommendations for Using Strings in Microsoft .NET 2.0. Extract below:Code owners previously using the InvariantCulture for string comparison, casing, and sorting should strongly consider using a new set of String overloads in Microsoft .NET 2.0. Specifically, data that is designed to be culture-agnostic and linguistically irrelevant should begin specifying overloads using either the StringComparison.Ordinal or StringComparison.OrdinalIgnoreCase members of.http://mahalax.blogspot.com/2005/07/recommendations-for-using-strings-in.html A No Mouse-Click WebSite!!!- July 1, 2005 This site is cool.... visit http:www.dontclick.it you will know it!!!Via:Sudhakarhttp://mahalax.blogspot.com/2005/07/no-mouse-click-website.html |