April 2013

Monthly Archive

The Morning Brew #1340

Posted by on 22 Apr 2013 | Tagged as: .NET, Development, Morning Brew

Software

  • jQuery 2.0 Released – Dave Methvin announces the release of jQuery 2.0, a smaller leaner jQuery which leaves behind the support for older browsers such as Internet Explorer 6,7 and 8. 2.0 also improves the custom build file sizes, and feature jQuery 1.9 API equivalence. This release also supports the building of Windows 8 Store applications.

Information

Community

The Morning Brew #1339

Posted by on 19 Apr 2013 | Tagged as: .NET, Development, Morning Brew

Closed the laptop lid before today’s edition got posted this morning, so apologies for the lateness today, and thanks to @MonkeyOnAHill for letting me know

Software

  • Facebook SDK for .NET Released – Visual Studio Magazine highlights the release of the Facebook SDK for .NET which enabled C#/XAML based applications to developed and integrated with Facebook. The project is hosted by the OuterCurve foundation and NuGet pacakges for the release are available
  • New tool to play with: SemanticMerge – Jon Skeet highlights a new experimental merge tool which aims to move one step above basic file comparison by actually understanding your code. The tooling currently supports C#, with plans to add JavaScript, VB.NET and other languages soon
  • ANTS Performance Profiler 8 released – Ben Emmett highlights the release of Version 8 of the Redgate ANTS Profiler, the result of 8 months of work from the team. This release includes new functionality to better understand where performance problems are coming from when working with async/await, something that has traditionally been difficult, as well as a host of other new features

Information

  • Producing permutations, part two – Eric Lippert continues his series on permutations, introducing the concept of Hamiltonian tours of the graph of the permutations
  • Subterranean IL: ThreadLocal revisited – Simon Cooper goes back to look at the ThreadLocal type, given that it has been re-written in .NET 4.5, looking at the key features of how this version of the type works
  • Unity – Part 2: Dependency Injection – Ricardo Peres continues his series looking at the Microsoft Unity Inversion of Control / Dependency injection framework, in this part taking a look at the use as a dependency injection library.
  • The ultimate git bash prompt – Jimmy Larkin shares a neat bit of code and configuration which gives a super helpful bash prompt for your Git use, including details of the repository state, number of commits and missing commits all at the command prompt
  • A WebAPI Basic Authentication Authorization Filter – Rick Strahl takes a look at implementing your own authentication and authorisation in ASP.NET Web API, something which you tend to need to do yourself if you are running outside of IIS by self-hosting

The Morning Brew #1338

Posted by on 18 Apr 2013 | Tagged as: .NET, Development, Morning Brew

Software

  • Glimpse 1.3 released with a new glimpse.axd page & N+1 detection – The Glimpse Team are rapidly iterating and releasing having just released 1.3 of the Glimpse debugging tool, featuring new feature such as N+1 query detection, ad rendering of arrays, this release also has a fresh new UI for the Glimpse.axd page.
  • Announcing PostSharp 3 RC – Gael Fraiteur announces the release candidate release of PostSharp 3, encouraging users to try out the RC and feedback, with the current plan of moving to an RTM release in the next two weeks assuming no significant issues are found.

Information

Community

  • NxtGenUG – Event:Dependency…. – The Coventry NxtGenUG welcome Ian Russell as a speaker next week for an event looking at the what, how and when of Dependency Injection. The event takes place on the evening of Wednesday 24th April.
  • NxtGenUG – Event: Globalization: Know Your Enemy – Guy Smith-Ferrier visits the Birmingham NxtGenUG with his latest session on Globalization, discussing some of the less well known globalization concepts that often get skipped and are becoming increasingly more important as the world shrinks. The event takes place on the evening of Tuesday 23rd April
  • Refactoring Legacy Code Bases, Free Online Event May 8 – JetBrains and Microsoft are hosting a free online event looking at refactoring legacy code bases, where Hadi Hariri will look at using tooling in legacy code which does not conform to principles such as Test Coverage and SOLID. The event takes place Wednesday 8th May, 9-10am (GMT-8)

« Previous PageNext Page »