SouthWorks Blogs
  • Home
  • About
Gabriel Iglesias
Just another Southworks site
  • Tips and recommended practices for handling exceptions and validations in .NET C#

    Published by giglesias on August 31st, 2012 3:08 pm under C#, Exceptions Handling

    No Comments
    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
  • Web Performance and Load Tests with Visual Studio 2010

    Published by giglesias on August 1st, 2012 2:33 pm under Load Tests, Visual Studio 2010, Web Performance Tests

    No Comments
    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
  • How to run MSTest in a MSBuild script

    Published by giglesias on July 2nd, 2012 3:53 pm under Continuous Integration, TeamCity7

    No Comments
    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
  • Configuring TeamCity 7 to build your VS2010 .NET project using Git repository

    Published by giglesias on April 27th, 2012 7:18 pm under Continuous Integration, TeamCity7

    1 Comment
    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
  • Hello world!

    Published by giglesias on February 21st, 2011 7:48 pm under Uncategorized

    1 Comment
    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!
  • Home
  • About
RSS

Copyright © 2013 Southworks. All Rights Reserved.