InfoQ

InfoQ

Topic/Tag specific view

MSBuild Content on InfoQ


News about MSBuild

Using IL Weaving to Inject INotifyPropertyChanged into Properties

Topics
MSBuild,
AOP,
XAML,
Build systems,
.NET,
Methodologies,
IL Weaving,
Visual Studio Extensions,
Programming

Simon Cropp has released an IL weaving tool that wires property changed notifications into automatically implemented properties. IL weaving is a technique in which the IL code in an assembly is rewritten to add functionality.

MSBuild Extension Pack

Topics
Continuous Integration,
MSBuild,
.NET,
Build systems,
Agile Techniques,
Agile,
Programming

MSBuild Extension Pack is a collection of MSBuild tasks providing reusable components to perform common build tasks. The recently released version 3.5.2.0 has over 240 tasks including WMI interaction, tokenizing files, and interaction with BizTalk.

MSBuild Extension Pack Brings 170 Build Tasks

Topics
Artifacts & Tools,
MSBuild,
Tools,
.NET,
Build systems,
Agile,
Programming

Like the open source projects that inspired it, Microsoft's MSBuild framework was designed with extensibility in mind. Three years after its release, that decision is really starting to pay off in terms of the number of additional tasks available.

Gallio .NET Test Automation Platform

Topics
MSBuild,
NUnit,
Quality,
.NET,
Unit Testing,
Software Craftsmanship,
Build systems,
Programming,
TDD,
Testing,
PowerShell,
MbUnit,
Agile,
MSTest

Gallio is an automation platform targeting .NET test frameworks. Instead of each test framework creating its own toolset, including an automation API and test runner, Gallio seeks to provide a neutral, extensible platform with tools and automation services that can be leveraged by any test framework.

Create Installers for ASP.Net Projects with MSBuild and VS 2008

Topics
Web Frameworks,
MSBuild,
ASP.NET,
Deployment / Datacenter,
.NET,
WOA,
Build systems,
Programming,
Architecture,
Infrastructure

Microsoft released the final RTW version of the Web Deployment Projects add-in for Visual Studio 2008. This add-in uses MSBuild to package pre-compiled ASP.NET web applications and sites for deployment.

SQL Database Publishing in Visual Studio 2008 and Today

Topics
Continuous Integration,
Visual Studio,
MSBuild,
Agile Techniques,
.NET,
Deployment / Datacenter,
Build systems,
Microsoft,
IDE,
Programming,
Infrastructure,
Agile,
Database,
Companies

The Database Publishing Wizard is a popular add-in for Visual Studio, which supports deploying a local database to a remote host. The Visual Web Developer team announces that the wizard will be integrated in Visual Studio 2008.

MSBuild and #Develop Support Moves F# Closer to Production Quality

Topics
F#,
Artifacts & Tools,
SharpDevelop,
MSBuild,
.NET Languages,
IDEs,
Tools,
.NET,
IDE,
Build systems,
Agile,
Programming

Robert Pickering has been hard at work trying to turn F# into a production-grade language. Since that means tool support, he has developed a MSBuild provider and a #Develop plug-in for F#.