Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
jokiz
»
All Tags
»
resharper
(
RSS
)
ATTENTION
: I've decided to put the upgrade on hold due to a compatibility issue of our server environment with the latest CS installer package. CS 2008 now requires SQL Server 2005 as the backend DB but our database server currenlty has SQL Server 2000 installed on it. I'll resume the upgrade once I figure out when Telligent is releasing a patch to the schema compatibility issue. For now, we will continue to use the old version of CS while waiting for the said patch. If you have any questions about this process, please don't hesitate to post them on our forums and I'll answer them as soon as I can. Thanks for your patience and support guys! I'll let you know as soon as this is resolved. -
Keith Rull
Browse by Tags
jokiz
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Resharper's GetHashCode() and the number 29
Problematic Resharper 3.0 Beta
Resharper 3.0 Beta is out
Closing shortcuts
Resharper's TODO Explorer
Tags
.NET
agile
ASP.NET
blogging
bug
C#
continuous integration
controls
design guidelines
designer
keyboard shortcuts
lokal
mobile
ms word
NHibernate
rants
resharper
SQL
subversion
tdd
techie
tips
version control
visual studio
windows forms
View more
News
Subscribe to jokiz by Email
Archives
December 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (9)
June 2007 (5)
May 2007 (12)
April 2007 (7)
March 2007 (8)
February 2007 (11)
January 2007 (15)
December 2006 (10)
November 2006 (8)
October 2006 (9)
September 2006 (20)
August 2006 (23)
July 2006 (17)
June 2006 (30)
May 2006 (27)
April 2006 (21)
March 2006 (24)
February 2006 (14)
January 2006 (5)
December 2005 (4)
November 2005 (7)
October 2005 (2)
September 2005 (7)
August 2005 (5)
July 2005 (6)
June 2005 (14)
May 2005 (4)
April 2005 (18)
March 2005 (17)
February 2005 (14)
January 2005 (8)
.NET
C#
design guidelines
excel
keyboard shortcuts
NHibernate
techie
tips
tools
visual studio
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...
Published
Mon, Jul 07 2007 5:30 PM
by
jokiz
Filed under:
.NET
,
NHibernate
,
resharper
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...
Published
Fri, Jun 06 2007 4:48 PM
by
jokiz
Filed under:
resharper
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)....
Published
Thu, May 05 2007 10:24 AM
by
jokiz
Filed under:
.NET
,
visual studio
,
C#
,
resharper
,
tools
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...
Published
Mon, May 05 2007 4:29 PM
by
jokiz
Filed under:
tips
,
visual studio
,
keyboard shortcuts
,
excel
,
resharper
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...
Published
Mon, May 05 2007 3:52 PM
by
jokiz
Filed under:
resharper
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...
Published
Wed, Apr 04 2007 11:20 AM
by
jokiz
Filed under:
resharper
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...
Published
Tue, Dec 12 2006 2:38 PM
by
jokiz
Filed under:
resharper
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...
Published
Wed, Aug 08 2006 3:31 PM
by
jokiz
Filed under:
visual studio
,
resharper
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...
Published
Fri, Jul 07 2006 3:49 PM
by
jokiz
Filed under:
.NET
,
tips
,
keyboard shortcuts
,
resharper
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...
Published
Mon, Jun 06 2006 5:37 PM
by
jokiz
Filed under:
.NET
,
techie
,
resharper
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...
Published
Thu, May 05 2006 9:12 PM
by
jokiz
Filed under:
.NET
,
design guidelines
,
resharper
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...
Published
Wed, May 05 2006 4:56 PM
by
jokiz
Filed under:
.NET
,
visual studio
,
resharper
Copyright DevPinoy 2005-2008