Deploying A Web Application Using Visual Studio 2010 Web Deployment Tool

Published August 25th, 2010 Under Configuration Management | Leave a Comment

This video show how to deploy a web application using the new Visual Studio 2010 Web Deployment Tool

Web Deployment Painkillers: Microsoft Visual Studio 2010 & MS Deploy

Published April 21st, 2010 Under Configuration Management | Leave a Comment

Learn about next generation of ASP.NET Web Deployment with tips & guidance on how you can reuse and extend the technologies available with VS 2010 to build a hassle free web deployment solution for your team. See how to use VS 2010 and MS Deploy to assist with with creating virtual directories in an automated fashion, setting up app pools correctly, uploading only the changed content, replicating servers in web farms, modifying Web.config files for testing/staging/pre-Prod/UAT/Production environments, setting up team build environment or deploying databases.


Get Microsoft Silverlight

Using Rake to Build, Run Unit Tests and Create Documentation

Published March 29th, 2010 Under Configuration Management, Open Source Tools, Software Testing | Leave a Comment

This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell.

Introduction to Rake

Published March 24th, 2010 Under Configuration Management, Open Source Tools | Leave a Comment

In this screencast Mohammad Azam introduces Rake. Rake is a build framework for Ruby language but it can also be used to build, compile .NET applications.

Rake.NET

Published September 28th, 2009 Under Configuration Management, Open Source Tools | Leave a Comment

In this podcast, Peter Mounce talks about using Ruby rake to aid with automating .NET software builds – stating that a build script should use a scripting language, because XML hurts too much. Peter walked through the basics of what rake allows one to do; tasks, file-tasks, and dependencies. He demonstrates a build script leveraging the rake-dotnet gem and convention over configuration, where tasks do the heavy lifting so you don’t have to.

http://skillsmatter.com/podcast/open-source-dot-net/rakedot-net

keep looking »