The Morning Brew #1967
Posted by Chris Alcock on Thursday 12th November 2015 at 09:01 am | Tagged as: .NET, Development, Morning Brew
Information
- Azure VM Scale Sets public preview – Mark Russinovich announces the launch of the public preview of Azure VM Scale Sets. Integrated with Azure Autoscale this allows you to deploy and manage a collection of virtual machines as a set
- Refactoring to an Adaptive Model – Martin Fowler looks at a more unusual form of refactoring which takes code and refactors it into rules which are then processed
- The Crowdsourcing of Software Quality – Scott Hanselman follows on from an old post (‘Everything’s broken and nobody’s upset’) discussing some of the big problems inherient in our industry today surrounding testing and quality control as well as the tendency towards continuous deployment
- Using Roslyn for Runtime Code Generation in Marten – Jeremy D Miller discusses runtime dynamic identification of coe, and shares a look at how he is making use of Roslyn in Marten.
- Shipping a New Mindset with SQLite in Windows 10 – Usman Anwer discusses the decision to include SQLite within Windows 10 to provide high quality, well tested data access and storage capabilities with very little engineering effort.
- Gulp and Visual Studio: Linting and Tests – Edward Ridge shares part 4 of a series on using Gulp with Visual Studio with a look at running tests and performing linting to verify your code quality.
- Null is Optional – mrcellux discusses the role of null in code, and looks at how you can avoid the use of null with Optional Types.
- Getting Quick Turnaround for Production Issues – Yash Soman takes a look at the various techniques for debugging production issues
- How to NLog (4.2) with VisualStudio 2015 – _Noctis_ shares an introduction to the use of the NLog library
Community
- My Talk on Profiling .NET Server Applications from Umbraco UK Festival 2015 – Tugberk Ugurlu shares a recoding of his recent session on performance profiling .NET Server based applications delivered at the Umbraco UK Festival.
Comments Off on The Morning Brew #1967