10 Minute Tutorial - Silverlight: Building a Silverlight application with MSBuild (C#)

“If you build it they will come”

Don’t know about that, but if you use MSBuild, it’ll sure make everyone’s life a hell of alot easier. :)

As of .NET 2.0, Microsoft provides developers with a build engine, called MSBuild, as part of the runtime distribution. In this tutorial, I will walk through hand-coding a MSBuild build file for the sample code of my application framework Silverlight tutorial. Read more

Related Posts:
10 Minute Tutorial - Silverlight: Event handling using Managed Code (C#)
10 Minute Game Programming Tutorial: Silverlight - Shootorial #1 Conversion (C#)
10 Minute Tutorial - Silverlight: Using JavaScript to Call Scriptable Managed Code (C#)
Silverlight Portal

Comments