Posted by Chris Alcock on 03 Feb 2015 | Tagged as: .NET, Development, Morning Brew
Software
Information
1 Comment »
Posted by Chris Alcock on 02 Feb 2015 | Tagged as: .NET, Development, Morning Brew
Software
Information
- Clean event handler invocation with C# 6 – Jon Skeet discusses some of the complexities of Event Handling code, and how C# 6 features make it easier to call event handlers, along with a discussion of Thread Safety
- Clean Tests: A Primer – Jimmy Bogard discusses how his testing practices have evolved over time and been informed by working with long lived code bases, discussing his current framework of choice for testing.
- Barbarian Meets Aurelia: First Contact And Building Athena, My Very Own Jarvis – Jaime González García kicks off a new series looking at te new JavaScript Client Side Framework Aurelia from Rob Eisenburg, discussing some of the set up and getting started topics in this first post.
- Aurelia – Day one – ‘byteflux’ shares some more initial thoughts on Aurelia, and discusses tooling for working with ECMAScript 6 code.
- Replace CoffeeScript with ES6 – Blake Williams takes a look at migrating from CoffeeScript to pure ECMAScript 6 code, using the 6to5 project to transpile the ECMAScript 6 down to ES5 for execution.
- C# Design Notes for Jan 21, 2015 – Issue #98 -· dotnet/roslyn – Mads Torgersen shares notes from the First Design meeting for C#7
- Azure VM Blues: Fighting a losing Performance Battle – Rick Strahl discusses making the switch from physical hosted server to the Azure Platform, discussing some concerning performance in comparison – be sure to check out the comments for some good discussions and suggestions as to why the performance is the way it is.
- Excerpts from the RavenDB Performance team report: Optimizing Compare, Don’t you shake that branch at me! – Federico Andres Lois (via Ayende) continues discussion of some performance aspects of RavenDB, looking at comparisons and digging down to the IL layer.
- Challenge: How many memory leaks can you find? – Rainer Stropek shares a memory leaking sample application and asks ‘how many leaks can you find’ before digging down into how to use tooling like ANTS Profiler to identify memory leaks in your applications.
Comments Off on The Morning Brew #1790