The Morning Brew #1747
Posted by Chris Alcock on Friday 28th November 2014 at 09:07 am | Tagged as: .NET, Development, Morning Brew
Short edition today as I think most blog authors have been taking Thanksgiving off – have a great weekend everyone.
Software
- OmniSharp – Making cross-platform .NET a reality, and a pleasure – Scott Hanselman highlights the OmniSharp project which he is involved with which is aiming to bring smart intellisense features to your .NET (C#/ ASP.NET) code base when you are using alternative editors – Impressive stuff and the range of editors with plugins is starting to look really good too.
- ReSharper 9 hits Beta along with other JetBrains .NET tools – The Team over at JetBrains announce the beta releases of ReSharper 9, ReSharper C++, dotCover 3, dotTrace 6, dotMemoery 4.2 and dotPeek 1.3
Information
- Basic Micro-Optimizations Part 2 – Karl Seguin continues this series of posts looking at performing micro-optimisations to code, sharing a real world example from a HTTP based API created in Go
- The First Days of the New .NET – Pascal Laurin shares an impressive collection of links relating to the Open Source announcements surrounding the .NET platform
- ArrayLists, Generic Lists, Is There A Way To Insert Items Faster? – Pascal Ganaye takes a look at the performance of various collection classes in a number of different scenarios, digging a little deeper into the code to see why they behave differently in this somewhat old CodeProject article – still interesting stuff though
- Some light reading on lock-free programming – Raymond Chen shares some great holiday reading (and watching) on the concepts and practices of lock free programming
Comments Off on The Morning Brew #1747