Good practices in the life of software development
Browse by Tags
All Tags »
.NET (RSS)
-
Load Code Coverage Data to SQL database Use Visual Studio’s code coverage tools to obtain the .coverage file Visual Studio has a set of tools that can collect your code coverage data. The data structure of the collected code coverage data is in a table Read More...
|
-
Often times, when a developer builds a C# library, there is always a need for unit testing it. If your company already has strictly guidelines on how to enforce unit testing before any code is checked in, you might want to read the policy procedure about Read More...
|