ASP.NET MVC 4 RC: Getting WebApi and Areas to play nicely

ASP.NET MVC 4 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the .NET Framework. Two powerful features of ASP.NET MVC 4 are Areas and WebApi. Areas let you partition Continue reading

Using the AspNetDevelopmentServer attribute in combination with TeamBuild

Just two statements: Everyone should unit test (or unit integration test, for the purists) Everyone should use TeamBuild (or another nightly build infrastructure) From this we can derive the following statement: Everyone should unit test in combination with TeamBuild!   Continue reading