The Morning Brew #1797
Posted by Chris Alcock on Wednesday 11th February 2015 at 09:19 am | Tagged as: .NET, Development, Morning Brew
Software
- CoffeeScript 1.9 is Available, Introduces Generators Support – Sergio De Simone highlights the 1.9 release of CoffeeScript, the language which compiles down to JavaScript, which now includes support for ECMAScript 6 Generators
Information
- Back to Basics: UTC and TimeZones in .NET Web Apps – Rick Strahl tackles the complexities of storing and working with Times in .NET applications, exploring the slightly scattered APIs in the Framework which cater to these needs for conversion and representing
- Thoughts On End to End Testing of Browser Apps – K.Scott Allen discusses the costs and benefits of End To End Testing of web/browser based applications
- Why Single Page Application Views Should be Hydrated on the Client, Not the Server – Chris Love joins the debate on server vs client side rendering of single page client side MVC applications
- Implementing Interfaces in F# Using Object Expressions – Jonathan Wood explores the implementation of interfaces in F# looking at the implementation of IDisposable
- Add context to IEnumerable<> elements – Alex Siepman takes a look at enhancing IEnumberables with context like current, previous, next, preceding, etc
Comments Off on The Morning Brew #1797