MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Resharper Isn't Always Smart

    I was writing some code today, essentially like this: public class MyClass { private int value; public MyClass( int value) { this .value = value; } public static bool operator ==( MyClass left, MyClass right) { return left.value == right.value; } public static bool operator !=( MyClass left, MyClass...
    Posted to Peter Ritchie's MVP Blog (Weblog) by PeterRitchie on 03-31-2008
    Filed under: C#, Resharper, Product Bugs
Page 1 of 1 (1 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