3 Minutes with ASP.NET 5: Where’s my Cheese?

ASP.NET 5 (formerly known as ASP.NET vNext), along with .NET Core, is Microsoft’s ground-up rewrite of the .NET Framework. It is designed specifically for modern cross-platform web-application development and involves a number of breaking changes and new concepts that the .NET developer will need to be aware of. Configuration The first major change that most…

Read More

ASP.NET vNext – Everything you need to know in 4 minutes!

There are some significant changes coming in ASP.NET vNext. The early preview release from Microsoft gives us some interesting insights. Some highlights being: Project format is changing to a single JSON file ASP.NET MVC and Web API have been unified into a single programming model Project Roslyn allows for a “no-compile” developer experience while making…

Read More