Information

  • Upgrading from Visual Studio 2012 RC to RTM – Heath Stewart discusses the supported upgrade path from VS2012 RC to VS2012 RTM, useful information for those who have yet to take the plunge and upgrade.
  • 19 Videos To Get You Up To Speed With VS 2012 and .NET 4.5 this Weekend! – Mitch Pronschinske highlights 19 different videos covering .NET 4.5 and Visual Studio 2012 features covering ASP.NET Web forms, Entity Framework, IDE enhancements, MVC4 and much more.
  • An, Er, ‘Interesting’ Visual Studio 2012 Colour Theme – Ken Cox warns against hacking the VS2010 Visual Studio Colour Theme editor into VS2012, after ending up with an interesting colour scheme in his IDE.
  • Using JSHint inside Visual Studio – the basics – Steve Sanderson discusses JSHint, a liniting tool for JavaScript which integrates nicely into the Visual Studio IDE. In this article Steve also discusses the importance of Linitng code to spot the subtle errors which are difficult to spot when reading code manually
  • One (more) ASP.NET – Paul Stovell discusses the ASP.NET landscape, with particular view to ASP.NET MVC and ASP.NET WebAPI, expressing his concern about the divergence of MVC and WebAPI, and how features in one apply in the other too
  • What’s really new in ASP.NET MVC 4 (not much) – Max Toro takes a look at what is new in ASP.NET MVC 4 concluding that this release is a consolidation with a few new features and a number of features which exist in their own right as separate modules / packages.
  • Build Single Page Apps – Part 6 – JavaScript Modules and Italian Food – John Papa continues his series looking at the construction and best practices for Single Page Applications, taking a look at parceling code up into modules.
  • Unit Testing WinJS: First Steps – Christopher Bennage discusses the unit / integration testing of WinJS applications looking at using the Mocha testing framework.
  • Entities, Models, and Architecture – Chris Eargle discusses his opinions and recent research on the structuring of software using entities and models, following on from recent discussions in the community about getting data from databases and where the layers of abstraction should be between the database and your application and presentation code.

Community