In this post I’ll explore the MSIL generated for delegates and events when a project is compiled in Visual C# or any other language that target the .NET platform. This is my fourth post on exploring MSIL – Microsoft Intermediate Language.
Here are the links for my last three posts.
The lies of the C# compiler : [...]
Archive for October, 2007
Exploring MSIL – Delegates and Events
Posted in .NET, C#, MSIL, tagged .NET, delegates, events, intermediate language, learn, Microsoft intermediate language, MSIL, Programming on October 26, 2007 | 1 Comment »
Exploring MSIL – Properties
Posted in .NET, C#, MSIL, tagged .NET, intermediate language, learn, Microsoft intermediate language, MSIL, Programming, Properties, Property on October 23, 2007 | 1 Comment »
This is my third post on MSIL – Microsoft Intermediate Language – which is generated by the Visual C# compiler once the code is compiled. In this post I’ll take a look at the intermediate language generated for the properties of a class.
Here are my last two posts on MSIL.
The lies of the C# compiler [...]
Exploring MSIL – Static and Instance Methods
Posted in .NET, C#, MSIL on October 22, 2007 | Leave a Comment »
Last week I wrote my first post on MSIL – The lies of the C# compiler. It explores the MSIL equivalent of the C# accessors like protected, internal etc. In this post I’ll look into the difference in the MSIL for static and instance methods.
What are instance methods? The methods that can be accessed only [...]
The lies of the C# compiler…
Posted in .NET, C#, MSIL on October 18, 2007 | Leave a Comment »
Do you think it’s only humans who lie? I am talking of the false picture that the compiler paints of the C# programming language. Well in a way these ‘lies’ saves us from the crude details that are at work underneath. But at the same time they keep us ignorant of the internal details. [...]
My blog referred at MSDN
Posted in Miscellaneous on October 3, 2007 | Leave a Comment »
While going through my blog stats today, I found something called ‘Referrers’ that is the pages from which people clicked links to get to my blog. I found just one entry – http://forums.microsoft.com/MSDN-JA/ShowPost.aspx?PostID=2179898&SiteID=7
If you missed the essence, my blog – How to draw a custom border around a form or control? – is on MSDN [...]

