BloggingAbout.NET
Thoughts of developers

January 2005 - Mario

  • Code Coverage

    A helpfull tool to check you code coverage is NCover. To download this tool check: http://www.ncover.org/ . Based upon a Nunit test or program, you can check the coverage of your code. NCover presents the result in an xml file. The result contains info...
  • Automatic Build (2)

    If you want to create your own automatic build environment (for .NET) based upon Cruise control then you should read the article on http://www.15seconds.com/issue/040621.htm . It gives a detailed description and all necessary tools to create a working...
  • Code Generation

    Every developer wants to develop as much as possible with less effort and also doesn't like to do the standard boring work. To avoid this you should take consider code generation. Within the e-Platform.NET framework we have a lot of experience with the...
  • Automatic Build Process

    The last couple of months i have been working for the Resu!t Centre. This is within LogicaCMG our standarised development environment. One of my task was to create an automatic build environment for .NET. Currently the test environment is finished and...
  • First Blog

    This if my first blog. The main subjects i want to blog about are the following: architecture, standardisation of the development process (e.g. automatic builds). Hopefully it is also interesting for someone else.
Copyright © 2003-2010 BloggingAbout.NET