I have been playing around with ReSharper today. Thanks to rasmuski for an excellent introduction.
First impression is good. Lots of shortcuts to learn, but this could definitely be a productivity booster.
This is a test of formatted code:
public CompleteStorageService(string connectionString, string fileName)
{
if (connectionString == null)
{
throw new ArgumentNullException("connectionString");
}
if (fileName == null)
{
throw new ArgumentNullException("fileName");
}
this.connectionString = connectionString;
this.fileName = fileName;
this.syncLock = new object();
}
Thanks ploeh …
Today was the yearly cultural day and fair in our small town. Lene had a stand and was actually able to sell some of our junk … ups … I mean valuables we no longer have a need for
I’m trying to find the best plugin for formatting the code.
OK, WordPress is installed, so no excuse for not posting anything here.
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!