Click here to monitor SSC

Alex Davies

Software Engineer - Red Gate Software @alexdcode

A new toy - .NET Demon

Published Monday, January 16, 2012 4:17 PM

I'd like to present a new tool for .NET Developers that we've been cooking up in the Red Gate .NET team. It's only a beta at the moment, but it works for most people.

.NET Demon Beta

It's a Visual Studio extension that cuts the time you spend waiting to find whether your code is right. It does this by:

  • Continuous testing (running your NUnit tests as you type)
  • Continuous compilation (so you can start running instantly because your code is already compiled)
  • Inline code coverage (so you know which tests are covering the code you're editing, and if they start failing)
  • Continuous save (so you don't have to press ctrl-S ever again)

Let me know what you think of it!

Comments

No Comments
You need to sign in to comment on this blog
Latest articles
Backups, What Are They Good For?
 We've heard the confessional story from Pixar that Toy Story 2 was almost lost due to a bad backup, but... Read more...

C# Async: What is it, and how does it work?
 The biggest new feature in C#5 is Async, and its associated Await (contextual) keyword. Anybody who is... Read more...

Handling Deadlocks in SQL Server
 In this excerpt from his book Troubleshooting SQL Server: A Guide for the Accidental DBA, Jonathan... Read more...

SQL VIEW Basics
 SQL Views are essential for the database developer. However, it is common to see them misued, or... Read more...

The PoSh DBA: Grown-Up PowerShell Functions
 Laerte goes step-by-step through the process of tidying up and making more reusable an untidy... Read more...