Search   Feed   Browse   Add
Feed items 1 - 4 of 4 for July 2005

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 Abrams
http://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:Sudhakar
http://mahalax.blogspot.com/2005/07/no-mouse-click-website.html
Available Archives
- June (1 item)
- July (4 items)
- September (3 items)
- October (1 item)
- November (3 items)
- December (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact