Tuesday, November 20, 2012

#resharper and NUGET

#Resharper one of my favorite tools for software development.  Over the years it has saved me so much time in development.

They have a new plugin out that integrates with nuget.  It can be downloaded from https://github.com/JetBrains/resharper-nuget/downloads

Here is the release information

http://blogs.jetbrains.com/dotnet/2012/11/add-packages-not-references-a-nuget-plugin-for-resharper/

Monday, November 19, 2012

Code Reviews

Listening to .NET Rocks and they quoted a survey that code review finds 80 more faults found per hour than any form of testing.  I knew there was a reason that I like code reviews so much.