The Morning Brew #538
Posted by Chris Alcock on Friday 12th February 2010 at 08:23 am | Tagged as: .NET, Development, Morning Brew
Update: As pointed out by Gordon in the comments, this post was missing its Tags – I’ve now added them, so hopefully no-one will have missed this post.
Software
- Autofac 2.1 goes RC (the "me too!" release) – Nicholas Blumhardt announces the release of AutoFac 2.1 RC. AutoFac is an Inversion of Control library that uses on modern C# techniques to implement IoC in a slightly different way to the traditional libraries.
- Announcing touch.codeplex.com – Marc Schweigert highlights a new CodePlex project which looks to bring an easy to use API for th Windows 7 Multitouch to the .NET Framework 3.5 WPF and Silverlight technologies.
- Visual Studio 2010 and .NET Framework 4 Training Kit – February Release (aka the VS2010 RC Compatible release) – We’re talking 602MB of VS/.Net training stuff here – Greg Duncan highlights the release of February cut of the Visual Studio 2010 / .NET 4 Training Kit from Microsoft, which consists of a whole CD’s worth of resources, and links out to lots of training videos hosted out on the web.
- SQL Heartbeat – my favorite free tool – John Paul Cook highlights a nice looking (and free) tool for monitoring SQL Server instances from SqlSolutions
Information
- The F# PowerPack Released on CodePlex – Matthew Podwysocki takes a look at the newly released F# PowerPack, a CodePlex project contributed to by the F# Development team, and containing a number of libraries and tools that they have found useful, such as FsLex a Lexical Analyzer, FsYacc a parser generator, FsHtmlDoc a documentation generation tool, along with libraries for Linq and Parallel Linq Integration, OCaml compatibility and much more.
- Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC – Phil Haack talks us through the process of ensuring we have the most up to date ASP.NET MVC2 release up and running inside Visual Studio 2010 RC installations, explaining how the install order can mean you need to do a liitle extra work to get up and running.
- Manually Upgrading an ASP.NET MVC 1.0 application to ASP.NET MVC 2 (RC2) – Martin Aatmaa talks through the official process for updating ASP.NET MVC 1 projects to ASP.NET MVC 2 RC2, and offers some additional notes based on his experiences doing the process across a number of projects
- Intellisense Crashing fix for VS 2010 – Scott Guthrie shares a work around for one known problem with Intellisense in the Visual Studio 2010 RC release which can occur if your computer uses UI Automation and certain devices. A patch is on the way, but for the time being Scott offers a workaround.
- ASP.NET 4.0, Part 1: New Visual Studio ‘Code Optimized’ Profiles – Dan Maharry continues his tour round ASP.NET 4 and Visual Studio 2010 RC with a look at the IDE profiles that are now available, and talks about finding a happy medium for Web developers.
- Getting Started with WPF : Hello World in multiple flavors – Pete Brown takes an introductory look at Windows Presentation Foundation by way of the traditional Hello World application, getting that up and running and then modifying it to introduce further WPF techniques.
- Chaining simple assignments is not so simple – Eric Lippert takes a look at some of the confusion that can occur when using chained assignment statements in C#
- Tamper Proofing – an implementation (Part 1) – Paul Mason begins looking at adding Tamper Proofing to NCloak to provide further levels of protection to assemblies, and in this part looks at creating a bootstrapper to wrap the actual assemblies and perform the checking.
- Still On Windows 7 Release Candidate? – Jim O’Neil reminds anyone on still running the Windows 7 Release Candidate that from the beginning of March they will be seeing their machines shutting down ever 2 hours, and that the RC release will finally expire completely on 1st June. Make sure you are not caught out, and use the next couple of weeks to get on to a final release build.
Community
- Dr. Don Syme – Introduction to F#, 2 of 3 – Channel 9 release the second part of Don Syme’s series on F# for the C9 Lectures series. Part 2 reviews Functional Data, Pattern Matching, the basics of Imperative programming, and Sequences.
Just a short hint: Your today Morning Brew has no Tag(s). It catched my eye cause I was using the old link, filtering just the “morning brew” tag and was missing todays post 😉
Greets,
Gordon
Thanks for letting me know, I’ve now updated the post with the appropriate tags