Browse by Tags

Building and deploying applications with NAnt and MSBuild in Vienna, Virginia
Thursday, February 23, 2006 9:43 AM
I will be presenting at the WinProTeam Vienna .NET Users Group on 3/1/2006 at 6pm. We use NAnt and CruiseControl.NET for all of our products and client projects. The power of a continuous build for improved quality, rapid feedback and engaging your customer is enormous! The arrival of MSBuild and its integration into the Visual Studio suite of tools adds another... Read More...
Q & A from Build and Deploy with NAnt in Rockville
Wednesday, November 10, 2004 1:11 PM
I presented on "Build and Deploy with NAnt" (slides/code available) at the WinProTeam Rockville .NET User Group on 11/4. The following are some of the questions (and my answers) from the event: Can NAnt be used to compile projects in any .NET language? (particularly C++ projects) The <solution> task in NAnt appears to definitely support both C# and VB.NET... Read More...
CruiseControl.NET - second impressions ...
Monday, November 01, 2004 7:58 PM
On our current project we have been running our NAnt build script using a Windows Scheduled Task. While this never seemed particularly sophisticated, it did the job especially given that our build (plus all test suites) takes around 2 hours to run! Today, I installed CruiseControl.NET for a dabble - my last experience was many moons ago - when SourceGear Vault... Read More...
Build and Deploy with NAnt in Rockville on Thurs 4th November
Tuesday, October 26, 2004 10:56 PM
I will be presenting on NAnt and how to use it to build and deploy your software - the session will touch on the commonly used tasks and how to use them in your integration process. It promises to be a great jumpstart for the NAnt newbie and may even show the seasoned NAnt'er a thing or two - such as C# scripting in NAnt and building your own custom tasks. NAnt... Read More...
SubNAnting - Deploying software with different configurations
Wednesday, August 25, 2004 5:29 PM
On my current project, we have 5 different environments - bleeding, stable, test, stage and production. The application is ASP.NET-based but also has a complicated Extraction Transformation and Loading (ETL) process which synchronizes the application's data with a legacy system. All of this requires *alot* of configuration! How do you manage this configuration... Read More...
Automation to the rescue (again) for newbie TDDers! (NCover)
Sunday, February 22, 2004 8:17 AM
My current project (which I am very excited about!) is building an internet facing ASP.NET application for a high profile function. It involves building business objects to map to the database and general functions of the system and then mapping those into the UI. And now the fun part ... the entire application has been built using TestDrivenDevelopment (TDD... Read More...
More Posts