MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » C# » .net » VB .Net (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Reflector IL to C# Bug

    I was watching Entity Framework code when I found this code: switch ( this .<>1__state) { case 3 : case 4 : break ; default : return ; try { } finally { this . d__0.<>m__Finally6();" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://System.Data.Entity:3.5.0.0:b77a5c561934e089...
    Posted to Matthieu MEZIL (Weblog) by Matthieu MEZIL on 06-04-2008
    Filed under: .Net, C#, MSIL, VB .Net, Bug
  • What do you think about private and protected?

    I think it should be a great thing to have two notions: class private and instance private (and the same for protected). In my mind, in a lot of case, I shouldn’t be able to do this: class C1 { private int _test = 0; public int Test( C1 c1) { return c1._test; } } Indeed, when I define _test as (instance...
    Posted to Matthieu MEZIL (Weblog) by Matthieu MEZIL on 05-22-2008
    Filed under: .Net, C#, MSIL, VB .Net
Page 1 of 1 (2 items)


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems