Good practices in the life of software development
August 2008 - Posts
-
It has always been difficult to solve UI automation problems. There are many UI automation frameworks not only on the Internet but also internal at Microsoft. Choosing the right one that best fits your need could be difficult. Finally, there is an ultimate Read More...
|
-
The code coverage tools in Visual Studio have existed since 2005 in the Team Developer and Tester Tools -> Code Analysis Tools in Visual Studio Team System 2008 installation. However, there have not been enough articles about how to use them on Windows Read More...
|
-
Since Windows Server 2000, VB script has been the primary language for doing system administration work. The philosophy and design were to provide more scripting features than the .bat or .cmd batching programming. As .NET evolves, developers build sophisticated Read More...
|
-
I have been developing and maintaining an internal website at Microsoft IT which monitors the status of multiple master data management systems for almost 1 year. At the beginning of the development phase, I decided to use ADO.NET for querying and updating Read More...
|