Browse by Tags

All Tags » VB .Net (RSS)

EDM Designer

I didn’t blog for a (too) long time which is strange for me. I received some emails asking if I was ok and I found in this a similitude between Scott Guthrie and myself . Lol So what did I do during my nights this last month? No I don’t sleep...

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...
Posted by Matthieu MEZIL | with no comments
Filed under: , , , ,

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...
Posted by Matthieu MEZIL | with no comments
Filed under: , , ,