in

 

Browse by Tags

  • Dear JetBrains, RE: Resharper 4 EAP Nightlies

    Dear JetBrains, Thank you for putting it all on the line and having the stones to do public nightly builds as part of your ReSharper 4.0 EAP. It takes a lot to hang it all out there like that and risk suffering public humiliation from some of the most demanding, cranky, and self-righteous customers there...
    Posted to Chad Myers' Blog (Weblog) by chadmyers on 04-07-2008
  • Interesting (good) Behavior of Closures

    For some reason, I didn't think this would work, but it does: Customer c = null ; Func < string > func = ()=>c.LookupName; c = new Customer {LookupName = "First" }; System.Diagnostics. Debug .WriteLine(func()); I would've expected an NRE in the WriteLine because the 'c'...
    Posted to Chad Myers' Blog (Weblog) by chadmyers on 03-08-2008
Page 1 of 1 (2 items)
Copyright Los Techies 2007. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems