Since version 9 Typemock Isolator fully supports dotnet core. A little background on .Net Core (dotnet core) and .Net Framework….
Read more3 Tips on Upgrading Your Visual Studio Extension 2022
Struggling to upgrade your Visual Studio extension? New errors are appearing all the time? Getting frustrated? Don’t worry about it!…
Read moreTypemock Isolator 9.1 Released!
We are delighted to announce that Typemock Isolator version 9.1 has been released. In addition to supporting Dotnet core, Typemock continues…
Read more
How to Get the Most of Your Coverage Report
Code coverage is a great metric that measures the degree of which the source code of the program has been…
Read more
Why Your Team Needs to Start Unit Testing Right Now
You have a well- established, stable development team. They are veterans and quite experienced. You feel there’s nothing they can’t…
Read more
Tools C# Developers are Thankful For
Writing code isn’t what it used to be. As technology advance, it becomes more complex. Not only that, the pressure…
Read more
Getting Away With Testing Legacy Code
I’m a big proponent of test-driven development: write tests first, production code next, and refactor it, but I also love…
Read more
Trick (Catastrophe) or Treat?
It started out as just another regular day, or so the development team thought… Each developer deployed their code to…
Read more
Be Confident in Your Code
Mike, a .NET developer has confidence in his team’s code because they are using code coverage and they can see…
Read more
What’s a Branch and How to Make Sure It’s Covered
What’s a branch? A branch is a piece of code that comes after a condition. In a branch, only one…
Read more