Welcome to MSDN Blogs Sign in | Join | Help

April 2007 - Posts

Extension method Binding and Error reporting

Overview: Extension methods are static methods that are bound with instance semantics. In this article i will give a brief overview of the various steps involved in binding a extension methods. Finally this will prepare the way to discuss the error reporting
Posted by Sree_c | 3 Comments
Filed under:

Extension methods in C#

Overview Extension methods are a new feature for C# 3.0 and I had the opportunity to implement them in the Compiler. These methods can then be called with instance syntax on any object that is convertible(see convertibility section for details) to the
Posted by Sree_c | 18 Comments
Filed under: ,

Hello Web

Who am I? My name is Sreekar Choudhary and Welcome to my blog, I am a Dev on the C# compiler Team. I work most of the time on language features and implementing debugging framework for C# developers inside VS. What's this blog about? Well it’s about the
Posted by Sree_c | 7 Comments

Immutable is, the new Anonymous Type

Overview In the spirit of keeping my first post short and simple, i plan to write about changes to Anonymous tyes that will be of interest to quite a few developers. Anonymous types are immutable, yes its true. Now depending on your current project, prevaling
Posted by Sree_c | 18 Comments
Filed under:
 
Page view tracker