Nach Ordnungsbegriffen durchsuchen

ASP.NET MVC from scratch
Yesterday I thought that it would be a good idea to check out ASP.NET MVC (MVC) on my "on-the-edge" rig with Visual Studio 2010 running on Windows 7. It shouldn't have surprised me then, that ASP.NET MVC support is currently unavailable...
Don't be afraid of your csproj-Files (III): We have a condition
Project references Consider the following situation: You want to test an application that uses plugins. The dependencies look as such: read more
Don't be afraid of your csproj-Files (II): Add Your own Targets
In my first post on csproj-fun I had an example where after every build, the resulting assemblies lying in e.g. bin/debug would be merged into one and copied out to some other place. Maybe you do not want this every time yoyu rebuild your project, but...
Don't be afraid of your csproj-Files (I): Embracing the idea
Intro Blimey, what a shock when MSBuild became available. NAnt was alive & kicking, hence the question emerged...WHY? read more