The Morning Brew #1882
Posted by Chris Alcock on Tuesday 16th June 2015 at 08:31 am | Tagged as: .NET, Development, Morning Brew
Software
- MassTransit v3 Update – Chris Patterson shares an update on the development of Mass Transit V3 discussing some of the new features being added including external message data storage and Message Transformation
- ReSharper 9.2 Expected in August, Will Support Visual Studio 2015 RTM, Windows 10 – The ReSharper Team highlight their plans to keep up with their 3-4 month release cycles with a ReSharper 9.2 release in August which will add support for Visual Studio 2015 RTM, Windows 10 Universal App Development, ASP.NET 5 Support along with C#6 and ECMAScript 6 support
Information
- Cool ASP.NET Web Forms Features in 2015 – Async Model Binding – Jeffrey T. Fritz kicks off a new regular post series looking at cool and mature features of ASP.NET Web Forms, looking at Async Model Binding in this first post in the series.
- Deploying an Azure Web Site using the new build system in Visual Studio Online – Charles Sterling shares a post from Jakob Ehn whcih looks at using the new Visual Studio online build system to publish a web application to Azure Websites, walking through the processes of getting it set up.
- Solution to Little Puzzlers – Fun With Random Number Generators – James Michael Hare shares his solution to his latest Little Puzzlers
- Fix your code, don’t disable static analysis – Derik Whittaker discusses the power of static analysis tools, and how you really should investigate the warning they give to help you write better code, and become a better programmer with the understanding of why the tool warns.
- What is Code? – Paul Ford as a fascinating (and very long) detailed article featured in Bloomberg discussing various aspects of code and life as a programmer
- The Getting Better Moment – Phil Haack picks up on one paragraph from Paul Ford’s piece and discusses the ‘getting better moment’
- Learning Redis – Part 6: Redis Publish-Subscribe – Steven Edouard and Rami Sayar continue this series of posts looking at the Redis key value store with a look at using Redis as a publish – subscribe messaging hub
- Throwing exceptions through COM – Dan Roberts discusses the strange world of COM interop, and how exceptions move back and forth between managed and COM worlds.
- Angular Filters – Aaron Marisi looks at the use of Filters in AngularJS, and explores the creation of custom filters.
- Rethinking our Practices with the MVC Framework – James Chambers discusses how the evolution of the ASP.NET MVC framework will cause us to re-evaluate some of our practices when creating applications using this architectural pattern
- Enhance your JavaScript debugging life with cross-browser Source Maps – David Rousset discusses the use of source maps in browsers to help debug JavaScript code
Comments Off on The Morning Brew #1882