February 2012

Monthly Archive

The Morning Brew #1036

Posted by on 03 Feb 2012 | Tagged as: .NET, Development, Morning Brew

Software

  • NCrunch 1.37b Released! – Remco Mulder announces the release of NCrunch 1.37b, containing a raft of fixes for reported issues, along with some interesting new features regarding debugging, performance metrics, code coverage, keyboard shortcuts and much more.
  • Fluqi – Ease using jQuery UI with ASP.NET and ASP.NET MVC – Fluqi is an interesting library which straddles the server and client, providing APIs for applying jQuery UI widgets to your application in a fluent manner. The library is open source, and hosted over on GitHub
  • NuGet Project Uncovered: Burro – Jason Jarrett is continuing his series of posts looking at some of the hidden gems of the NuGet packages feed. Today’s post looks at Burro, a project to parse build output. Be sure to check back through Jason’s posts for the rest of his hidden gems.
  • Rename Visual Studio Window Title extension for Visual Studio 2010 – The ‘Visual Studio add-ins, extensions and tools’ blog highlights a useful looking Visual Studio Extension for anyone who, like me, often has more than one copy of a project open in different Visual Studio Instances – this extension adds more path information to the window title allowing you to beterr distinguish between IDE instances.

Information

The Morning Brew #1035

Posted by on 02 Feb 2012 | Tagged as: .NET, Development, Morning Brew

Apologies for the rather short edition this morning, having some internet connectivity issue, combined with a required early start has resulted in a short one today.

Software

  • Kinect for Windows is now Available! – The Kinect for Windows team announce the release of Kinect for Windows, along with the version 1.0 of the Kinect for Windows SDK and runtime. These new devices have close focusing capabilities and will work with Windows 7 and 8, with the SDK providing for raw sensor streams, skeletal tracking, speech and audio and also offering an improved API.
  • Why Serenade.js? – Jonas Nicklas introduces Serenade,js, a new client side MVC implementation in JavaScript. In the post Jonas discusses why he created the library, and looks at some of its key features
  • Say hello to Bootstrap 2.0 – Mark Otto introduces the next major release of BootStrap, the Twitter front end toolkit for developing websites. V2 responds to the feedback on the previous version, updates documentation completely, introduces a 12 column grid system, adds new JavaScript plugins, and much more.
  • jQuery 1.7.2 Beta 1 Released – The jQuery team announce the first beta release of jQuery 1.7.2, which addresses bugs reported in previous versions. This latest beta is available via the jQuery CDN.

Information

  • The Web is the new Terminal: Are you using the Web’s Keyboard Shortcuts and Hotkeys? – Scott Hanselman discusses the use of keyboard shortcuts in web based applications, showing how you can add hotkeys to your web application, and looking at how a number of well known sites have implemented their hotkeys.
  • Get Started with Node.js + Windows Azure: Resources – Peter Laudati shares a nice collection of resources about all aspects of working with Node.js on the Windows Azure platform, covering getting up and running with Node,js on Azure, the sue of online IDEs, MongoDB, IISNode, and a number of more general Node.js resources.
  • MSDN Magazine – February 2012 – The February edition of MSDN Magazine is now available online, featuring articles on Async Programming in C++ using PPL, Building consumer device applications using Windows Azure, ASP.NET MVC Model Binding, HTML5, Windows Workflow 4.5, Nuget, Knockout.js, and much more
  • February’s PragPub magazine – The Pragmatic Programmers have released their February edition of PragPub magazine, with articles this month looking at tips for agile leaders and freelancers, Scala, and all the usual editorial content
  • Prompts and Directories – Even Better Git (and Mercurial) with PowerShell – Scott Hanselman also looks at how you can improve your use of command line version control systems using Powershell, and some community extensions.

The Morning Brew #1034

Posted by on 01 Feb 2012 | Tagged as: .NET, Development, Morning Brew

Software

  • Umbraco 5.0 RTM is on CodePlex, ready for download – The Umbraco team announce the RTM release of V5.0. This release is a major milestone for the project, taking the key features of 4.7 and re-writing on the ASP.NET MVC stack, allowing use of Razor, along with the core CMS functionality.
  • Debugger Canvas 1.1 is Released! – Kael Rowan announces the 1.1 release of the Debugger Canvas extension for Visual Studio. The release addresses a number of bugs, improves performance and also includes some new features including the ability to turn the canvas on or off during debugging, view multithreaded code on canvas, navigate more easily through code and view recursive calls side by side.
  • StyleCop 4.7.7.0 released – Tatworth highlights the release of StyleCop 4.7.7.0 which includes compatibility with the Visual Studio 11 preview release and ReSharper 5.1, 6.0, 6.1 and 6.1.1, along with addressing further bugs.

Information

  • One ASP.NET Sneak Peek: Elegant Web Forms and Snowballs in Hell – Scott Hanselman highlights some of the cool improvements coming in the various aspects of the ASP.NET platform, focusing on some of the exciting things happening for WebForms.
  • Modern Web Development – Part 3 – Shawn Wildermuth continues his series looking at modern web development, exploring CSS in this post. Shawn discusses how CSS can be awkward, and how CSS can be made better by using dynamic stylesheet languages like SASS and LESS to enhance the generation of CSS rules via nested styles, mixins and variables.
  • How to force Nuget not to update log4net to 1.2.11 – Krzysztof Kozmic talks about the updated Log4Net release which uses a new signing key, and how this is causing issues with lots of projects which have used Log4Net in the past via NuGet and are now having problems, exploring how to tell NuGet to use a specific version of a package.
  • Ngen or not? The rules haven’t changed very much since 2004 – Rico Mariani gives a very nice concise explanation of the situations where you will gain performance by using ngen to generate native images for your applications assemblies.
  • Free ebook: Introducing Microsoft SQL Server 2012 (second DRAFT preview) – Microsoft Press share the second draft preview of a forthcoming title on SQL Server 2012 which includes 6 out of the 12 chapters that will be in the final book – a great resource to have, and free.
  • Announcing the SQL Server 2012 Early Adoption Cook Book – Roger Doherty highlights the SQL Server 2012 Early Adoption Cook Book TechNet wiki whcih contains links to a variety of information on SQL Server 2012 from both teams at Microsoft and their partner organisations.
  • Visual Studio 2010 UML Design Pattern Toolbox Items Extension – Giles Davies shares a Visual Studio extension which adds the Gang of Four design pattern to the UML Toolbox in Visual Studio, and then goes on to discuss how the extension was created.
  • CodeBuild: 15 Best Practices for Exception Handling – Cagdas Basaraner shares 15 best practices for handling exceptions in code – the post has is a bit Java based but a lot of the principles apply more generally, some interesting discussion in the comments.
  • Event Handler Memory Leaks, Unwiring Events, and the WeakEventManager in WPF 4.5 – Pete Brown discusses the use of events in your code, focusing specifically on their use in WPF applications, and how they can be a cause of memory leaks, before discussing one of the new features in WPF4.5 makes implementing a solution much easier.
  • Installing Mono on Windows – Paul Stack discusses his desire to get TeamCitySharp working on Mono, and to that end takes a look at getting a Mono environment up and running on a Windows machine.

« Previous Page