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 Identity using vNext | Dev Superpowers Episode #11 | Ben Cull

Previous versions of ASP.NET Membership have left a bad taste in many developers mouths, and some are now dangerously out of date. In this episode of Dev Superpowers, Ben Cull will take you through the latest, greatest and safest way to get your membership system up and running using ASP.NET Identity, OWIN and Dependency Injection.…

Read More

How to make web applications with AngularJS and ASP.NET MVC | Dev SuperPowers Episode #7 | Ben Cull

Watch Ben Cull write some code as he transforms a rigid MVC web application into a dynamic pleasure using AngularJS. AngularJS is a client-side javascript framework that enables the creation of impressively dynamic user interfaces. It strives to remove the tedium of manipulating DOM elements by abstracting many common functions such as showing/hiding, updating content…

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