Archives

Archives / 2008 / September
  • C# snippet: override Object.Equals

    Tags: .NET, C#, Snippet

    Lately I’ve been creating quite a few business entities with the ID of the object as the actual key to compare objects, which isn't the default implementation. Because of that I had to override … more

  • Code Snippet Manager

    Tags: Visual Studio

    If you have troubles finding your Code Snippet Manager in Visual Studio, here’s how to reach it and place it in your menu bar:

    Go to Tools|Customize.

    Select the Commands tab.

    In the … more