The Morning Brew #1796
Posted by Chris Alcock on Tuesday 10th February 2015 at 09:31 am | Tagged as: .NET, Development, Morning Brew
Software
- ASP.NET MVC 5.2.3, Web Pages 3.2.3 and Web API 5.2.3 Release – Yishai G announces the latest batch of releases from the ASP.NET Team, addressing 13 issues
- Automatic code formatter released to GitHub – Immo Landwerth shares a post from Jared Parsons looking at a tool based on Roslyn which applies the .NET Team’s code style to code automatically formatting it in line with their policy.
Information
- Announcing: Running Ruby on Rails on IIS8 (or anything else, really) with the new HttpPlatformHandler – Scott Hanselman takes a look at HttpPlatformHandler and how it allows other languages and frameworks to be hosted under IIS.
- Security Headers using OWIN – Ugo Lattanzi discusses some of the common and less common security headers, and explores setting those to provide security features in your OWIN based applications
- Why building highly scalable applications is hard – Part 2 – Richard Florance continues this series looking at application scalability, in this part looking at hot the attributes and resources in current computer systems can affect latency, throughput and concurrency
- Creating Iterables In ECMAScript 6 – K.Scott Allen takes a look at how you go about implementing Iterables using ECMAScript6 with a simple worked example
- How Actors Recover from Failure – Andrew Skotzko discusses the use of Actor Frameworks and providing supervision to help recover from failures
Comments Off on The Morning Brew #1796