April 2013

Monthly Archive

The Morning Brew #1331

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

Software

Information

The Morning Brew #1330

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

Software

  • Json.NET 5.0 Release 1 – .NET 4.5, BigInteger, Read-Only Collections – James Newton-King announces the first release of Json.NET 5.0, a release which now includes .NET 4.5 and .NET 4.5 Portable class library versions, along with improved support for serializing NaN and Infinity, large actual numbers (in the form of BigInteger) and Read Only Collections.
  • Our tiny Bootstrap rich text editor is now opensource – Gojko Adzic announces the release of a simple and lightweight Rich Text Editor component for jQuery and BootStrap which was developed as a part of MindMup.
  • Great news for web developers! WebMatrix 3 is here – Amna Mangoosh Al Ali highlights the preview release of WebMatrix 3, made last week which includes improved remote support, update language support to include TypeScript, PHP, Node.js as well as traditional ASP.NET, and integrates with Git and TFS.

Information

  • Angry Birds of JavaScript: Green Bird – Mocking – Elijah Manor continues his Front End Architecture series with another instalment looking at the use of mocking as a front end developer to allow you to work ahead of the backend developers completing work
  • Test Framework Feature Comparisons – What If We Cooperated? – Charlie Poole kicks off a new project ‘ .NET Test Framework Feature Comparison’ aiming to be an up to date comparison of the features and capabilities of the various Testing Frameworks in existence on the .NET Stack.
  • Streaming Diagnostics Trace Logging from the Azure Command Line (plus Glimpse!) – Scott Hanselman takes a look at the support for obtaining trace diagnostic logging for remote Azure Websites quickly and easily via the Azure Command Line Interface, and also explores the use of Glimpse, a fantastic tool for getting a view on what is going on server side from the comfort of your browser.
  • ARR – Using SignalR in an ARR cluster – Matthew Manela shares some useful tips for running SignalR based services on a load balanced cluster using Application Request Routing (ARR) to spread requests between boxes, highlighting some configuration settings to tweak to ensure you get the best transports possible.
  • Why is the IIS default app pool recycle set to 1740 minutes? – Scott Forsyth reveals the real reason behind the 29 hours or 1740 minutes time period between IIS application pool recycles which has been the default configuration for IIS since IIS6.
  • jQuery Best Practices – S.Kaur shares 14 jQuery best practices to help keep your jQuery code clean, and efficient in this CodeProject article

The Morning Brew #1329

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

Visual Studio 2012 Update 2

  • Visual Studio 2012 Update 2 Now Available – Somasegar announces the release of Visual Studio 2012 Update 2, also known as VS2012.2. This update brings with it all the updates from Update 1 as well as improving the testing features, agile planning features, Windows Store App Development and much more
  • VS/TFS 2012.2 (Update 2) released today – Brian Harry highlights some of the TFS Specific enhancements included in the Visual Studio 2012 Update 2 release, also highlighting the inclusion of over 500 TFS bugfixes in the release
  • Visual Studio 2012 – Update 2 RTM! – Charles Sterling goes into more detail on some of the new TFS features included in the release, showing the functionality and linking to some video content which further demonstrates
  • Announcing the Release of the LightSwitch HTML Client! – Visual Studio LightSwitch gains a major new feature in the form of its HTML Client included in the Visual Studio 2012.2 update, and in this post John Stallo discusses this new feature
  • How to: Install Visual Studio 2012 Update 2 Offline – Rob Caron highlights how you can get the Visual Studio 2012 Update 2 for installation offline, updating his notes from the previous Update 1 release.

Software

  • xunitcontrib-resharper 1.0: Stick a fork in it – it’s done – Matt Ellis announces the 1.0 release of his xUnit.Net Test Runner for ReSharper. 4 Years in the making, and with a major update as a part of this release this is a watershed moment for this project, adding some great new features with additional code completion features for testing, live templates.
  • Umbraco 6.1.0 beta released – Sebastiaan Janssen announces the release of Umbraco 6.1.0 beta. The team are very keen to hear feedback on this release with a view to helping them progress towards the final release soon.

Information

  • What does the langversion switch do? – Eric Lippert discusses a command line switch for the C# Compiler which probably doesn’t do what you expect, instead furnishing with warnings about the features that the code attempting to compile uses which were not supported in that version of the language
  • Background Tasks in Async Methods Part 2 – Matt Hamilton follows on from his previous post looing in more detail at a technique mentioned in the comments to the first post for running background operations.
  • .NET Memory Allocation Profiling with Visual Studio 2012 – Stephen Toub contributes a post to the .NET Framework Blog which discusses the use of the Visual Studio 2012 Profiler functionality, and how you can performance tune your applications by avoiding too many allocations
  • Owin, Katana and getting started – Glavs discusses the OWIN (Open Web Interface for .NET) whcih with its host implementations like Katana provides the fundamental plumbing and interface for web based application programming in .NET separate from the usual requirement for IIS and ASP.NET.
  • WebAPI Tip #7: Beautiful Message Handlers – K. Scott Allen continues his series of WebAPI tips with a look at some of the abstractions in WebAPI and looking in particular at the use and implementation of custom Message Handlers.
  • Debugging ASP.NET Web API with Route Debugger – Troy Dai and Rick Anderson share a tutorial and tooling which looks at debugging Routes in ASP.NET WebAPI working through a number of examples which show its use
  • Hosting Web API in LinqPad – Filip W takes a Stack Overflow question and turns it into a blog post looking at how you ca hook up ASP.NET Web API inside a LinqPad host process

« Previous PageNext Page »