Thursday, April 03, 2008

Awesome LINQ design guidelines
http://blogs.msdn.com/mirceat/archive/2008/03/13/linq-framework-design-guidelines.aspx


LINQ
4/3/2008 6:33:57 AM (GMT Daylight Time, UTC+01:00)  #  Comments [0] 

installing multiple instance of same windows services
Cool way to get multiple instance of same service


.NET
4/3/2008 4:57:48 AM (GMT Daylight Time, UTC+01:00)  #  Comments [0] 
 Thursday, March 20, 2008

ICloneable, IEquatable , IComparable

ICloneable:

A nice read on on deep , shallow copy and the interface implementation

IEquatable

IEquatable.Equals vs. System.Object.Equals

The IEquatable.Equals method is very similar to Object.Equals. However, IEquatable.Equals is type-safe and generic—requiring no boxing and unboxing.


IEquatable vs. IComparable

At first glance, the IEquatable interface appears very similar to the IComparable interface. But, whereas IEquatable returns a bool representing only whether the instances are equal or not, IComparable returns an inthow the instances differ—whether smaller, equal or larger. indicating

Via - CSharp-Online

ASP.NET
3/20/2008 7:29:40 PM (GMT Standard Time, UTC+00:00)  #  Comments [0] 

if else alternative
Cool alternative for nested if else using ternary operators



3/20/2008 6:46:51 PM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Wednesday, March 12, 2008
 Monday, July 02, 2007

SQL Server Interesting Links

Interesting piece on SQL server Myths- Jason Haley

talk abt SQL server myths on truncate commands, where a sql table variable is stored, etc

SQL server error handling, and a must read

 


ASP.NET | SQL
7/2/2007 1:57:02 AM (GMT Daylight Time, UTC+01:00)  #  Comments [0] 

.Net 2.0 IsStringNullOrEmpty Bug

Beware using IsStringNullOrEmpty in .Net 2.0. This bug could easily slip out of the developers hands, as we use IDEs almost always.


ASP.NET
7/2/2007 1:10:52 AM (GMT Daylight Time, UTC+01:00)  #  Comments [0] 

SQL - Parsing delimited string

Here is a cool function to parse delimited string input to SQL stored proc.[thru Jason Haley]


SQL
7/2/2007 12:53:48 AM (GMT Daylight Time, UTC+01:00)  #  Comments [0] 
 Tuesday, April 24, 2007

How to name it?
I do not remember when the last time I had so much time in my hands. It gives me so much time to contemplate on the various things I have done over the recent past. Lots of time to move around. Things are a bit different here. Roads, malls, theatres, gas stations, all have subtle differences. I wonder if anyone even notices those. I have 1000 things in my mind, am not sure which one to write it down here.


General
4/24/2007 5:43:27 AM (GMT Daylight Time, UTC+01:00)  #  Comments [2] 
 Friday, April 20, 2007

Time - Out
There has been a lot of interesting things going on in my life, needless to say I am busy. Hence, I am off the blogosphere for a bit.



4/20/2007 12:30:55 AM (GMT Daylight Time, UTC+01:00)  #  Comments [1]