DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • 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...
  • 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...
  • 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 jokiz by jokiz on 07-16-2007
    Filed under: Filed under: , ,
  • 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 jokiz by jokiz on 06-01-2007
    Filed under: Filed under:
  • 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 jokiz by jokiz on 05-30-2007
    Filed under: Filed under: , , , ,
  • 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 jokiz by jokiz on 05-07-2007
    Filed under: Filed under: , , , ,
  • 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 jokiz by jokiz on 05-06-2007
    Filed under: Filed under:
  • 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 jokiz by jokiz on 04-24-2007
    Filed under: Filed under:
  • 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 Rodel E. Dagumampan by dehran ph on 01-22-2007
    Filed under: Filed under: , , ,
  • Resharper 2.5 for VB guys

    I was not able to blog about the version 2.5 release of my favorite Visual Studio Addin Jetbrains Resharper . I've seen in their release notes that they are now partially supporting VB projects so if you're into VB.NET, it's time that you try Resharper. I was working with a legacy VB.NET project, which...
    Posted to jokiz by jokiz on 12-18-2006
    Filed under: Filed under:
  • .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 Rodel E. Dagumampan by dehran ph on 12-14-2006
    Filed under: Filed under: , , ,
  • Resharper's Unit Test Runner hangs

    One of my teammate is using Resharper 2.0's unit test runner and i like the way it presented the passed, failed and ignored tests in tabs. I want to shift to using it instead of TestDriven.Net which just output results to the Output Window but i am experiencing IDE hangs when i try to run it. It used...
    Posted to jokiz by jokiz on 08-29-2006
    Filed under: Filed under: ,
  • 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 jokiz by jokiz on 07-27-2006
    Filed under: Filed under: , , ,
  • 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 jokiz by jokiz on 06-19-2006
    Filed under: Filed under: , ,
  • 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 jokiz by jokiz on 05-25-2006
    Filed under: Filed under: , ,
Page 1 of 2 (16 items) 1 2 Next >

Copyright DevPinoy 2005-2008