Welcome to SpellCoder Sign in | Join | Help

Monday, March 19, 2007 - Posts

I love C# 3.0 with its lambda expression, lazy evaluation, LINQ, anonymous types, etc. On the other hand you see in parts where they went silly (like the automatic property generator) or not far enough (no tuple as return method value)Let me talk about Read More
There is a little know feature of C# 3.0 called Partial method that people just find out recently.//Definition partial void partial void onNameChanged();   //Implementation partial void onNameChanged() {   //method body } This partial Read More
Download the March CTP here. Read More