Hi everyone, This time I wanted to show the research we made with my colleague David Frassoni about recommendations and tips when handling exceptions and validations in C#. When to Throw an Exception We should not throw exceptions for every erroneous event. For example in an application in which we want to get a list... read more
Hi everyone, Recently I’ve been working with Web Performance and Load Tests in Visual Studio 2010, with the objective of measuring some metrics of a web site, like the average page time and the average first byte time. To do this, I had to record several web tests to serve as the input of the... read more
Hi everyone, I would like to show how to run MSTest in a single MSBuild script. Basically what I did is to execute MSTest.exe and pass the test assemblies and the test settings via command line. You should always include the test settings file because it tells if the Code Coverage is enabled, and in... read more
Hi everyone, Recently I’ve been working with TeamCity 7 and getting involved in the continuous integration practice, so I would like to show my experience in this post. For my project, “build” means the following things: compiling, checking Source Analysis, checking Code Analysis, running Unit Tests and measuring Code Coverage. Taking this into account, I... read more
Hi, this is my first Southworks post! I will be sharing my knowledge and experiences in this blog from now on. Until then try reading one of our other Southworks Blogs (http://blogs.southworks.net). See you soon!