Archives

Archives / 2003 / April
  • VB.NET Property code generation macro in VS.NET.

    A time ago, I read Duncan's post about macros in Visual Studio.NET. I altered a bit his macro to suit my needs. The macro lets you rapidly generate code for the properties of a class. For example when you type the following code for a class (Remark: The generated code has xml comments, but the formatting on this page does not show them.):

    Public Class Customer
    Private _name As String
    Private _telephone As String
    End Class


  • Hippo.NET Build Tool Released

    Hippo.NET is a tool for streamlining the build process of .NET projects in a team envirionment. It provides continuous integration by monitoring the shared Visual SourceSafe database and starting the build process when changes are detected. An important design goal is to provide a nice and easy-to-use user interface, to monitor builds and trigger the build process when needed.

  • Hippo.NET Sneak Preview available for download!

    Due to some requests, I've compiled a Sneak Preview version of Hippo.NET. Hippo.NET is a tool for streamlining the build process of .NET projects in a team envirionment. It provides continuous integration by monitoring the shared Visual SourceSafe database and starting the build process when changes are detected. An important design goal is to provide a nice and easy-to-use user interface, to monitor builds and trigger the build process when needed.

  • Announcing Hippo.NET

    Hippo.NET is an open source project for streamlining the build process of .NET projects in a team envirionment. It provides continuous integration by monitoring the shared Visual SourceSafe database and starting the build process when changes are detected. An important design goal is to provide a nice and easy-to-use user interface, to monitor builds and trigger the build process when needed. It can be compared by tools suchs as Draco.NET and Microsoft BuildIt.