If You are test-driven development lover, you might already now about the live unit testing. Live unit testing is additional feature from Visual Studio Enterprise 15.4 (2017). It provides a new way to execute unit testing automatically without invoking the test runner. It works on MSTEST, NUNIT, and XUNIT testing framework.
Without Live Unit Testing
Run unit testing by using test runner
Manua...
[More]
Problem
You have installation media for Office 2019. You want to upgrade your existing Office to Office 2019. After several steps of installation, you found that you should go to system restart. After the restart, you still faced the same problem as shown in the picture.
Causes
This probably happens when you install Office 2019 in the top of your Office 365 Pro Plus subscriber. The fail...
[More]
There are a lot of reasons why software fails, but one of the many reasons is that failure in design. So the real question is how to design a product with the engineering design in mind. So what is engineering design anyway, and why you should care? Engineering design consists of two words: Engineering and Design. I will explain with a simple concept. In order to have the same vision, we will defi...
[More]