in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » ReSharper » .NET (RSS)
  • Resharper's GetHashCode() and the number 29

    I blogged last year last year about Overriding Equals and GetHashCode . You provide an Equals override if you want to provide value equality on your business objects and normally, you'd use the logical key fields (DB lingo) for comparison. GetHashCode is used by ISet (ListSet), if you used NHibernate...
    Posted to Weblog by jokiz on 07-16-2007
  • Resharper 3.0 Beta is out

    Jetbrains has just released their beta version of Resharper 3.0, download it here . Again, VB.NET guys out there, you should try Resharper since it now supports your language. Resharper 3.0 will now come into three versions (C#, VB and Full edition). I will be upgrading my copy to just the C# version...
    Posted to Weblog by jokiz on 05-30-2007
  • ASP.NET: Utility.TryParse() To Better Handle Parameters

    In ASP.NET, one of the tedious things to do is to get values from query string parameters, cast/convert to proper types and assign to local variable for further processing. Initally most developers simply code like this: 1 int orderId = Request.QueryString[ "order_id" ]; 2 OrderBLL orderManager = new...
    Posted to Weblog by dehran ph on 01-22-2007
  • .NET: Coderush addict sharpen by Resharper 2.5

    I have been using coderush before in VS2003 but when I shifted to VS2005 I started to love its intelliesense, syntax support and refactoring. I must admit when I won the resharper license, Im hesitant to use it. Shame on me cozIm afraid it might mess up my IDE, slows its performance and override my shortcuts...
    Posted to Weblog by dehran ph on 12-14-2006
  • Resharper Tip: Move to Next/Previous method

    i haven't really abused the power of resharper and since i have been currently shifting most of my mouse activities with keyboard shortcuts, easy navigation on a particular code sheet is a requirement. i finally am using goto next/previous keyboard shortcuts of resharper to browse to the next method...
    Posted to Weblog by jokiz on 07-27-2006
  • Extended Sofware Evaluation Period

    i was laughing the other night when i heard that scott hanselman has some software on its 4th month evaluation period. i have been evaluating resharper (hahaha) i think for the nth time (poor me). it was the reason why i got frustrated when yahoo mail now requires credit cards for signing up.
    Posted to Weblog by jokiz on 06-19-2006
  • Do not call overridable methods in constructors

    I noticed that Resharper 2.0 highlighted (meaning it is against a rule) a call to a virtual method in a constructor in one of my business objects. It gave me the following information information in msdn ( http://msdn2.microsoft.com/en-us/library/ms182331.aspx ) Looking at the sample code from the link...
    Posted to Weblog by jokiz on 05-25-2006
  • Resharper 2.0 released

    Jetbrains has just released Resharper 2.0, i just upgraded this morning and i was surprised that the find usage return results from the aspx/ascx files. still more things to evaluate about since i didn't try their beta release. http://www.jetbrains.com/resharper
    Posted to Weblog by jokiz on 05-24-2006
Page 1 of 1 (8 items)