<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sree's blog </title><link>http://blogs.msdn.com/sreekarc/default.aspx</link><description>Blog about debugging and compiler features of C# that is help implement</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Joining Halo Team</title><link>http://blogs.msdn.com/sreekarc/archive/2009/09/05/joining-halo-team.aspx</link><pubDate>Sun, 06 Sep 2009 00:05:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9891844</guid><dc:creator>Sree_c</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/9891844.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=9891844</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=9891844</wfw:comment><description>After spending 4 years in the C# compiler team, i have decided its time for me to try something new. A few weeks back i joined in the Halo team and have started my exciting journey there. I won’t be posting anything new about C# in the near future and...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2009/09/05/joining-halo-team.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9891844" width="1" height="1"&gt;</description></item><item><title>Why Can’t Extension methods on Value Type be curried</title><link>http://blogs.msdn.com/sreekarc/archive/2009/06/25/why-can-t-extension-methods-on-value-type-be-curried.aspx</link><pubDate>Thu, 25 Jun 2009 20:02:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9803881</guid><dc:creator>Sree_c</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/9803881.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=9803881</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=9803881</wfw:comment><description>This is a followup to an post Extension Methods and Curried delegates . I have been recently asked if why Error CS1113: “Extension methods ' Name ' defined on value type ' typename ' cannot be used to create delegates” was added and what does it mean...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2009/06/25/why-can-t-extension-methods-on-value-type-be-curried.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9803881" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Curried+Delegates/default.aspx">Curried Delegates</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Debugging Dynamic objects in C# Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2009/02/24/debugging-dynamic-objects-in-c-part-1.aspx</link><pubDate>Wed, 25 Feb 2009 00:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443161</guid><dc:creator>Sree_c</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/9443161.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=9443161</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=9443161</wfw:comment><description>After a long time spent working on dev 10 features and fixing the may big and small things i have finally had the time to cobble togather a post. What’s this post about ? To begin with i will be talking about debugging dynamic objects. With C# 4.0 we...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2009/02/24/debugging-dynamic-objects-in-c-part-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9443161" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_+4.0/default.aspx">C# 4.0</category></item><item><title>C# Debugging Improvement for VS 2008 SP1- Part II</title><link>http://blogs.msdn.com/sreekarc/archive/2008/06/13/c-debugging-improvement-for-vs-2008-sp1-partii.aspx</link><pubDate>Sat, 14 Jun 2008 00:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7188009</guid><dc:creator>Sree_c</dc:creator><slash:comments>18</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/7188009.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=7188009</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=7188009</wfw:comment><description>Anonymous Types On Further review there are a few problems with anonymous-types, they all boil down to the fact the names given to these types are not valid C# type names ( so that users don't explicitly use them in code). But while debugging this is...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2008/06/13/c-debugging-improvement-for-vs-2008-sp1-partii.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7188009" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Anonymous/default.aspx">Anonymous</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Debugging/default.aspx">Debugging</category></item><item><title>C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx</link><pubDate>Mon, 21 Jan 2008 23:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7079954</guid><dc:creator>Sree_c</dc:creator><slash:comments>17</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/7079954.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=7079954</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=7079954</wfw:comment><description>Overview Over the past few months I have been busy closing VS 2008 and working on some fixes for SP1. We have enabled some key debugging scenarios in C# in VS 2008 SP1, they include support for Range Variables in Queries &amp;amp; Anonymous Types Generic...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7079954" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Range+variables/default.aspx">Range variables</category></item><item><title>Debugging C# 3.0 Part II</title><link>http://blogs.msdn.com/sreekarc/archive/2007/11/29/debugging-for-c-3-0-part-2.aspx</link><pubDate>Fri, 30 Nov 2007 01:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6600660</guid><dc:creator>Sree_c</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/6600660.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=6600660</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=6600660</wfw:comment><description>Overview In the last article I covered the "results view" for lazy evaluated collections like Queries/Enumerable and the use of extension methods in the watch and immediate window. For completeness I will cover stepping, range variables, anonymous types...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/11/29/debugging-for-c-3-0-part-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6600660" width="1" height="1"&gt;</description></item><item><title>Extension methods Interoperability between languages</title><link>http://blogs.msdn.com/sreekarc/archive/2007/10/11/extension-methods-interoperability-between-languages.aspx</link><pubDate>Thu, 11 Oct 2007 20:58:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5403218</guid><dc:creator>Sree_c</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/5403218.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=5403218</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=5403218</wfw:comment><description>Extension methods written in C# can be imported and called with Extension method semantics in VB and vice versa. This is possible since me decorate the assemblies , types and methods in the same manner. Using the Attribute [AttributeUsage(AttributeTargets.Method...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/10/11/extension-methods-interoperability-between-languages.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5403218" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Conversion rules for Instance parameters and their impact</title><link>http://blogs.msdn.com/sreekarc/archive/2007/10/11/consequences-of-conversion-rules-for-instance-parameters.aspx</link><pubDate>Thu, 11 Oct 2007 20:45:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5475548</guid><dc:creator>Sree_c</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/5475548.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=5475548</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=5475548</wfw:comment><description>Overview: Instance parameter is the first parameter of an extension method and has the " this " parameter modifier. I discuss special conversion rules for them and some of the things that users of extension methods might encounter. Consider the code bellow...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/10/11/consequences-of-conversion-rules-for-instance-parameters.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5475548" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Debugging and Delayed Execution in C# 3.0</title><link>http://blogs.msdn.com/sreekarc/archive/2007/07/12/debugging-and-delayed-execution.aspx</link><pubDate>Thu, 12 Jul 2007 21:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3835341</guid><dc:creator>Sree_c</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/3835341.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=3835341</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=3835341</wfw:comment><description>Overview: C# 3.0 added a few constructs like queries which are delay executed. This means that they are not actually executed until the results of the query are required. Debugging some of them can seem strange since one can't step in to the Query where...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/07/12/debugging-and-delayed-execution.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3835341" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Debugging/default.aspx">Debugging</category></item><item><title>Debugging Features in C# 3.0 Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2007/05/19/debugging-features-in-c-3-0-part-1.aspx</link><pubDate>Sun, 20 May 2007 07:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2745067</guid><dc:creator>Sree_c</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2745067.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2745067</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2745067</wfw:comment><description>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...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/05/19/debugging-features-in-c-3-0-part-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2745067" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Debugging/default.aspx">Debugging</category></item><item><title>Learning C#</title><link>http://blogs.msdn.com/sreekarc/archive/2007/05/07/learning-c.aspx</link><pubDate>Mon, 07 May 2007 20:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2465872</guid><dc:creator>Sree_c</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2465872.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2465872</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2465872</wfw:comment><description>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#...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/05/07/learning-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2465872" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Extension methods and Curried Delegates</title><link>http://blogs.msdn.com/sreekarc/archive/2007/05/01/extension-methods-and-delegates.aspx</link><pubDate>Wed, 02 May 2007 02:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2364855</guid><dc:creator>Sree_c</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2364855.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2364855</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2364855</wfw:comment><description>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...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/05/01/extension-methods-and-delegates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2364855" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Curried+Delegates/default.aspx">Curried Delegates</category></item><item><title>Extension method Binding and Error reporting</title><link>http://blogs.msdn.com/sreekarc/archive/2007/04/26/extension-method-binding-and-error-reporting.aspx</link><pubDate>Fri, 27 Apr 2007 06:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2294900</guid><dc:creator>Sree_c</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2294900.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2294900</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2294900</wfw:comment><description>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...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/04/26/extension-method-binding-and-error-reporting.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2294900" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category></item><item><title>Extension methods in C#</title><link>http://blogs.msdn.com/sreekarc/archive/2007/04/25/extension-methods.aspx</link><pubDate>Wed, 25 Apr 2007 23:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2276051</guid><dc:creator>Sree_c</dc:creator><slash:comments>18</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2276051.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2276051</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2276051</wfw:comment><description>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...(&lt;a href="http://blogs.msdn.com/sreekarc/archive/2007/04/25/extension-methods.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2276051" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sreekarc/archive/tags/Extension+Methods/default.aspx">Extension Methods</category><category domain="http://blogs.msdn.com/sreekarc/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Hello Web</title><link>http://blogs.msdn.com/sreekarc/archive/2007/04/03/hello.aspx</link><pubDate>Wed, 04 Apr 2007 03:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2022272</guid><dc:creator>Sree_c</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/sreekarc/comments/2022272.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sreekarc/commentrss.aspx?PostID=2022272</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sreekarc/rsscomments.aspx?PostID=2022272</wfw:comment><description>&lt;P class=MsoNoSpacing style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Who am I?&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNoSpacing style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;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&amp;nbsp;on language features and implementing debugging framework for C# developers inside VS.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNoSpacing style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNoSpacing style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;What's this blog about? &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNoSpacing style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Well it’s about the cool features of that I get to design and work on and any other relavent technical topic that is of interest to me or the readers. &lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2022272" width="1" height="1"&gt;</description></item></channel></rss>