in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » ReSharper (RSS)
  • DevPinoy Code Challenge for 2008 Winner

    This contest isn't about building a super-mega-ultra-logic-twisting application... It's about taking the challenge and stepping up to show what you got. When I started this challenge I was hoping that a lot of Filipino developers would be interested in taking part in such a contest, especially...
    Posted to Weblog by keithrull on 10-27-2008
  • Finish the feature on time, you'll get your Resharper license

    When I was asked by my partner why we need to install resharper , I just can't explain it all. I just said "there are more than 1000 reasons " for us to have it, then he asked how much is the license and decided we'll get it. If he asked again for specifics, I will give him a bad code...
    Posted to Weblog by dehran ph on 08-13-2007
  • 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
  • Problematic Resharper 3.0 Beta

    The beta release of Resharper 3.0 seems to be very buggy for me. First , it was the double Resharper menus with my visual studio installation. Second , I experienced the control+left and control+right shortcuts not working. Third , is the buggy Resharper settings page throwing unhandled exceptions. I...
    Posted to Weblog by jokiz on 06-01-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
  • Closing shortcuts

    if you're a keyboard junkie, you might have mistaken to close that Visual Studio Tool Window (resharper's find usage is a prime candidate) with an Alt+F4 keystroke and when you don't have any changes to save, your slow VS which took you almost a minute to load is now closed. Next time, just...
    Posted to Weblog by jokiz on 05-07-2007
  • Resharper's TODO Explorer

    When i saw the changes for Resharper 3.0 , I thought, nahh I'll pass, most features are just the vb support that they have promised. I missed out the new TODO Explorer , which is why i have just installed it in my development machine. Eversince i started out programming in VS.NET, i always use the...
    Posted to Weblog by jokiz on 05-06-2007
  • Resharper's new evaluation scheme

    I just revisited Jetbrains' site for updates on their product and i was surprised that they have implemented a new evaluation scheme . Evaluation does not need a license key anymore. I guess it's goodbye for prolonged evaluation for some developers. Some of our developers here are using evaluation...
    Posted to Weblog by jokiz on 04-24-2007
  • 31 Days of ReSharper

    Resharper just rocks : 31 days of ReSharper
    Posted to Forum by bonskijr on 02-17-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
Page 1 of 2 (17 items) 1 2 Next >