.NET Developers Who Bring The Full Stack

Although we do all of our development for NCover here in Greenville, South Carolina, we are always amazed at the reach of .NET developers around the world and their contributions to the .NET community.  Whether you have decades of coding under your kilt or…   Continue Reading

Best Practices For Keeping NCover Running Smoothly

NCover can collect coverage on any .NET application for development teams, QA teams and project teams. Several of the features that make NCover so useful within these organizations are its ability to collect and display coverage trends over time, aggregate coverage by various testing methods, and…   Continue Reading

.NET Developers Making A Difference

With tens of thousands of .NET developers working on .NET projects, there are a lot of great folks who are making the world better one line of code at a time.  Although it is impossible to acknowledge everyone who makes a difference without having…   Continue Reading

.NET Code Coverage Metrics Review

The month of May has really been about answering the question “how do you know if your code is good?”  It’s a question that we at NCover, and every development team around the world, asks themselves on a daily basis.  We have dedicated May…   Continue Reading

.NET MVPs Doing Great Work Worldwide

Today, there are more than 4,000 MVPs worldwide. They represent more than 90 countries, speak over 40 languages, answer more than 10 million questions a year, and are awarded in almost 90 Microsoft technologies—reflecting the breadth of Microsoft’s products and global communities. Last week…   Continue Reading

Change Risk Anti-Patterns & Code Complexity

The change risk anti-patterns metric is a measure of the “risk” associated with your code. Understanding change risk anti-patterns and the the correlation between code complexity and code coverage is crucial for development teams who want to maintain the overall health and quality of their…   Continue Reading

Celebrating .NET Microsoft MVPs

At NCover, we celebrate the contributions of team players. Whether it’s our own team working hard to help keep your .NET code covered, our client teams who deliver some of the world’s most amazing solutions or members of the larger Microsoft MVP team who…   Continue Reading

Branch Coverage

Branch coverage is one of the key code coverage metrics NCover provides to help development teams determine the overall health and quality of their code base.  Branch coverage builds upon sequence-point coverage, NCover’s base code coverage metric for calculating code coverage statistics. Branch coverage  is an…   Continue Reading