April 2012

Monthly Archive

The Morning Brew #1080

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

This post is the last one for the week. Morning Brew tradition dictates that public holidays here in the UK are my days off (and a chance for a lie in), so the Easter break means that there will be no post on Friday or Monday, with The Morning Brew returning on Tuesday 10th April (usually with a larger than usual edition to catch up with all the posts over the long weekend).

Software

  • NuGet 1.7 – Th NuGet Team announce the release of NuGet 1.7. This release adds the ability to see pre-release packages in the UI, supports opening of a readme.txt file after package installation, Package restore in the UI and support for solution level packages.config.
  • WebApiContrib is Alive – Chris Missal highlights the existence of WebApiContrib, a community package which adds features to ASP.NET Web API, much like MvcContrib does for ASP.NET MVC.
  • WiX Toolset – Download: WiX v3.6 RC0 – The Windows Installer XML (WiX) team announce the release of their first Release candidate of version 3.6. The most significant change in this release brings support for Visual Studio 11 Beta.
  • TFS Integration Tools – March 2012 Release – Willy-P. Schaub announces the release of the March build of the TFS Integration Tools. Developed by the TFS Product Group in conjunction with the Visual Studio ALM Rangers, it provides means of integrating and migrating data from other systems into TFS.

Information

  • Rx TOC – I’ve been enjoying Bnaya Eshet’s series of posts looting at the Reactive Extensions for .NET, and this convenient Table Of Contents gives links back to all his previous posts on the subject. Bnaya also has a new post on Join – which merges streams together
  • NuGet 1.7 available – Easy installation of Rx v2.0 Beta – The Reactive Extensions Team highlight the release of NuGet 1.7 and how it makes getting their pre-release package of the latest version of the Reactive Extension (2.0 beta) easier with its pre-release package support.
  • Moving from Action Filters to Message Handlers – John V. Petersen responds to community feedback by taking a look at the use of HttpMessageHandlers for implementing securing of Web API services, looking at how they allow you to intercept before controllers get involved.
  • You Really Should Log Client-Side Errors – Karl Seguin discusses how you can capture Client Side JavaScript errors in your applications and easily have them reported back to your server allowing you the opportunity to find out the errors people are encountering with your web applications on the client side.
  • Can JITs be faster? – Miguel de Icaza discusses and responds to a piece from Herb Sutter on the way JIT works and its performance and optimization, discussing how JIT optimization is handled in .NET and Mono. A complex topic, and plenty of good comments to read along with this one.
  • PragPub #34 – The Pragmatic Bookshelf announce the release of their 34th edition of PragPub magazine, an electronic magazine available in range of formats. This month technical blogging, defensive programming and Scala are amongst the featured articles.
  • Become a Visual Studio 11 Master Detective – A Look into the Page Inspector – Carl Bergenhem takes a look at one of the exciting new features for Web Development in the Visual Studio 11 release. The new Page Inspector gives the power of tools like FireBug integrated with the Visual Studio environment, and an understanding of where CSS, HTML and JavaScript comes from in your backend code.
  • F# IntelliSense Improvements in Visual Studio 11 Beta – Brian McNamara of the Visual Studio F# Team shows off some of the improvements made to Intellisense for F# in the Visual Studio 11 Beta.

The Morning Brew #1079

Posted by on 04 Apr 2012 | Tagged as: .NET, Development, Morning Brew

Software

Information

The Morning Brew #1078

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

Software

  • TFS 11 Power Tools Beta Available – Brian Harry announces the availability of the TFS 11 Power Tools Beta. This release integrates with Visual Studio 11 beta and adds a collection of Power tools (extensions to Team Explorer, CommandLine and Windows Shell, process template editor, best practices analyzer), build extensions, and Version Control Integration.
  • First Release of SSDT Power Tools – Janet Yeilding announces the first release of the SQL Server Data Tools Power Tools, a collection of extensions to the SQL Server tooling. This release focuses on improving the tooling’s features for viewing schema.
  • Release Candidates of Application Initialization and Dynamic IP Restrictions Released – Andrew Westgarth highlights the release candidate releases of two IIS Extensions. Application Initialization for IIS 7.5 is the replacements for the Application Warmup beta extension, and provides a means pre-starting applications on the server, and Dynamic IP Restrictions for IIS7/7.5 provides advanced Denial of Service attack and brute force attack protection.

Information

  • MSDN Magazine: April 2012 – The April edition of MSDN Magazine is now available to read online. This month MSDN Magazine welcomes Scriptjunkie under its wing, and features articles looking at CSS3 Media Queries, Kinect, T4 Templates, Windows Workflow integration with Office docs, .NET 4.5, and lots more.
  • .NET Versioning and Multi-Targeting – .NET 4.5 is an in-place upgrade to .NET 4.0 – Scott Hanselman discusses the differences between different .NET releases, looking at how .NET 4.5 is an in-place upgrade to .NET 4 (much like 3.5 was), showing how the tooling and CLR support this model.
  • Working with Forks on GitHub or CodePlex – Jimmy Bogard gives an overview of forking projects which use Git has their Version Control, as the first stage in contributing back to a project. This use of Git has increasing importance in the .NET world with the new support for Git on CodePlex and the Open Source release of large parts of the ASP.NET Stack.
  • Making your ASP.NET Web API’s secure – John V. Petersen takes a look at securing WebAPI implemented services, exploring public / private key based tokens and HTTPS.
  • Creating a JSONP Formatter for ASP.NET Web API – Rick Strahl shares a look at implementing a JSONP formatter for ASP.NET WebAPI based services, allowing you to consume the data from other domains in your client side implementation.
  • RabbitMQ for Windows: Direct Exchanges – Derek Greer continues his series exploring the use of Rabbit MQ on the Windows Platform, carrying on with discussion of the different types of message exchange provided, exploring the direct exchange type in more detail.
  • What’s new with T4 in Visual Studio 11 Beta? – Gareth Jones shares a few o the significant new features of T4 Templates in the Visual Studio 11 Beta release, focusing on the new features added since the developer preview. Be sure to check out his previous post to get all the details of everything new.

« Previous PageNext Page »