One of the useful additions to the C# language in version 6 that I regularly use is the null-conditional operator. Checking for null is…
Read MoreAbility to set blob prefix Ability to generate thumbnails
Read MoreGrunt is a task-based command line build tool for JavaScript that can be easily configured in Visual Studio 2015 to perform a variety of…
Read MoreASP.NET WebHooks is a new lightweight sub/pub model for wiring together Web Api and SaaS services. On the receiving side, it provides a…
Read MoreOntop of the already available action filters MVC 6 introduces Service filters. The newly introduced Service filters allow you to resolve a…
Read MoreThe hi/lo algorithm allows a server to control id generation by handing out a range of ids that can be assigned to objects as they are…
Read More