The Morning Brew #1944
Posted by Chris Alcock on Monday 12th October 2015 at 08:27 am | Tagged as: .NET, Development, Morning Brew
Information
- Global route prefixes with attribute routing in ASP.NET Web API – Filip W. takes a look at using the extensibility of the WebAPI Attribute routing to add in a prefix to routes helping to further avoid repetition
- ASP.NET 5 multiple configurations without using environment variables – damienbod takes a look at using different configuration files in your ASP.NET 5 Applications while avoiding the need for environmental variables
- Claims Transformation and Authorization Policy in ASP.NET 5 (vNext)/MVC 6 – Imran Baloch explores some techniques for working with claims based authorization, using the transformation capabilities to supplement the information included in the claims.
- Inner-workings of TempData in ASP.NET MVC 5 – Volkan Paksoy takes a look at the implementation of TempData in ASP.NET MVC 5 looking at the source code for the framework to understand how that ‘magic’ bag of data works.
- Debugging startup crash of a universal app – David Obando shares some useful debugging tips for helping to diagnose issues with the startup of a Universal Windows Applications.
- IOT: Code of Ethics for Software Developers and Engineers – Surf4Fun discusses the importance of ethics for software developers in light of some of the recent news about software development in the automotive industry
- Security through obscurity – Hiding Asp.Net MVC response headers – Hamid Mosalla looks at using a HTTP Module to intercept all outbound requests and remove some of the HTTP headers which give insight into the technology stack being used in the web application.
- The many types of asserts and their meaning, and dealing with assert bugs – Rico Mariani discusses the use of Asserts in code, and looks at the different types of asserts, along with sharing some string opinions on the use and implementation of assertions.
- Microsoft’s developer tools head ‘Soma’ Somasegar to leave the company after 27 years – John Callaham highlights news that the head of Developer Division S.Somasegar will be leaving the company
Comments Off on The Morning Brew #1944