Sign In
Sree's blog
Blog about C# debugging and compiler features i helped implement
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Anonymous
C#
C# 4.0
Curried Delegates
Debugging
Extension Methods
Pages
Range variables
Archive
Archives
September 2009
(1)
June 2009
(1)
February 2009
(1)
June 2008
(1)
January 2008
(1)
November 2007
(1)
October 2007
(2)
July 2007
(1)
May 2007
(3)
April 2007
(5)
April, 2007
MSDN Blogs
>
Sree's blog
>
April, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sree's blog
Extension method Binding and Error reporting
Posted
over 5 years ago
by
Sree_c
3
Comments
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...
Sree's blog
Extension methods in C#
Posted
over 5 years ago
by
Sree_c
18
Comments
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...
Sree's blog
Extension methods in C#
Posted
over 5 years ago
by
Sree_c
0
Comments
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 convertability section for details) to...
Sree's blog
Hello Web
Posted
over 5 years ago
by
Sree_c
7
Comments
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...
Sree's blog
Immutable is, the new Anonymous Type
Posted
over 5 years ago
by
Sree_c
18
Comments
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...
Page 1 of 1 (5 items)