Updates to ASP.NET 5 yeoman generators for beta 3 – Jeffrey T. Fritz/Sayed I. Hashimi share a post from Shayne Boyer discussing his work on Yeoman generators for ASP.NET 5 as a community contributor
A Look at ASP.NET 5: Part 2 – Startup – Shawn Wildermuth continues his series of posts looking at ASP.NET ‘vNext’, exploring the set up and start up of an application and its configuration in this part
ASP.NET 5: A Gigantic Win for Developers – Michael K. Campbell shares his throughts on ASP.NET 5, looking at the bigger picture of the release in concert with the .NET Framework componentisation.
Facebook Login with ASP.net Web Forms – Nick Pinheiro takes a look at Social Login on the ASP.NET Framework using providers like Facebook to perform your authentication, discussing the process and adoption before looking at technical implementation
Expandable & Portable Frameworks – Paulo Zemek discusses extensibility of frameworks and the use of delegation to allow customisation and extension of the framework, looking at an architecture which allows these to occur.
Lambda methods and implicit context – Ayende takes a look at an interesting case of the C# Compiler being clever resulting in a memory issue for an application due to the way it optimised variable usage.
Iterables and iterators in ECMAScript 6 – Dr. Axel Rauschmayer takes a look at the use of the new Iterable interface in JavaScript and how it works in the language