Meet ReSharper, ReSharper C++ and ReSharper Ultimate – Jura Gorohovsky of JetBrains shares the details of the Visual Studio version support for ReSharper 9 and also discusses the new product editions and how they stack up
New Features in C# 6 – Mads Torgersen takes us on a tour of the various new language features in C#6 including getter only auto properties, expression bodied members, string interpolation, nameof, await support in catch and finally, using static and index initializers.
One Week of Open Source – Immo Landwerth gives a update on the .NET Core open sourcing one week on from the initial announcement, sharing thanks for the great response, looking at the interaction already occurring on the repository and discussing the next steps.
.NET Licensing – ode to monolithic applications? – Daniel Fisher shares a look at the Licensing technology included in the ,NET Framework and used by component vendors to license controls, exploring its use, and discussing the problems encountered when working on a composite application rather than a monolithic application
Incident response – Brian Harry discusses the recent outage on Visual Studio Online caused by a wider spread Azure Storage issue, and looks at the positives of how the incident was handled, sharing useful learning for others on how to respond and handle issues
Using partial application for dependency injection – Kenneth Truyers takes a look at Partial Application building on some prior posts around composition and Aspect Oriented Programming, looking how Partial Application can be applied as a part of dependency injection.