Browse by Tags

Resharper's GetHashCode() and the number 29
Published 07-16-2007 5:30 PM | jokiz
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...
Filed under: , ,
Problematic Resharper 3.0 Beta
Published 06-01-2007 4:48 PM | jokiz
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...
Filed under:
Resharper 3.0 Beta is out
Published 05-31-2007 10:24 AM | jokiz
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)....
Closing shortcuts
Published 05-07-2007 4:29 PM | jokiz
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...
Resharper's TODO Explorer
Published 05-07-2007 3:52 PM | jokiz
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...
Filed under:
Resharper's new evaluation scheme
Published 04-25-2007 11:20 AM | jokiz
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...
Filed under:
Resharper 2.5 for VB guys
Published 12-19-2006 2:38 PM | jokiz
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...
Filed under:
Resharper's Unit Test Runner hangs
Published 08-30-2006 3:31 PM | jokiz
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...
Filed under: ,
Resharper Tip: Move to Next/Previous method
Published 07-28-2006 3:49 PM | jokiz
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...
Extended Sofware Evaluation Period
Published 06-19-2006 5:37 PM | jokiz
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...
Filed under: , ,
Do not call overridable methods in constructors
Published 05-25-2006 9:12 PM | jokiz
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...
Resharper 2.0 released
Published 05-24-2006 4:56 PM | jokiz
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...