Welcome to MSDN Blogs Sign in | Join | Help

May 2007 - Posts

Debugging Features in C# 3.0 Part 1

Overview C# 3.0 introduces many new constructs and opens entirely new ways of thinking and developing code. In this article I will talk about the new debugging features that make it easy to see the running code and better understand it. In my experience
Posted by Sree_c | 7 Comments
Filed under: ,

Learning C#

I was recently asked by a developer "I know C++ how do i get into C# and .Net". If you want to understand the language design and its inner workings I would suggest The C# programing Language . If you want to use .Net and C# try Practical .Net and C#
Posted by Sree_c | 4 Comments
Filed under:

Extension methods and Curried Delegates

Delegates Since Extension methods behave like instance method it makes sense that we should be able to create delegates that would accept the instance method signature, to this end we have included Adding an Extension Methods to delegate invocation List
 
Page view tracker