The RC of Windows Identity Foundation is here! – Vibro announces the release candidate build of Windows Identity Foundation the new name for Geneva, the SDK and programming model for federated identity and claims based authentication for .NET
Neat VS10 Feature: Pinning A Debugger Watch – Phil Haack highlights another nice new feature of Visual Studio 2010’s debugging capabilities, the ability to pin a watch window to the editor, meaning it will be anchored to a point in the code, allowing you to see the value of a variable alongside the code.
ASP.Net MVC Portable Area – Part 4 IoC framework support – Eric Hexter continues his series on the development of Portable Areas in ASP.NET MVC with a brief look at adding support to the portable areas for Inversion of Control
Equality and Comparison Constraints in F# – Don Syme talks about the two new constraint added to F# in the 1.9.7 release for dealing with equality and comparisons, giving a nice summary of the background to the problem, and an introduction to the new features.
Sproc Executing Slow? It Might be This – Rob Reynolds talks about a configuration setting which can make massive differences to the speed of execution of your stored procedures in SQL Server, and vast differences between the different ways of running procs. This one is well worth knowing about, I’ve been bitten by this one on more than one occasion
Integrating Google Javascript Compiler in Visual Studio – Kim talks about some work on integrating the Google Closure Javascript compiler into the Visual Studio IDE via the REST API. This looks very promising work, and I look forward to seeing a release of the code / Add-in
Jumping the trampoline in C# – Stack-friendly recursion – Bart De Smet digs into recursion looking at how it can be made easier on your stack trace in another of his epic posts – this one is another I’m going to have to take a while to read over.
DWORD – Duct Tape Programmers – Roy Osherove starts a new video cast blog series called DWORD, and in this edition takes an amusing look at the Duct Tape Programmer debate
Community
Architect Cafe November 2009 Series | Online Webcasts – Architect Cafe highlights 2 webcasts for architects coming up in the next few weeks, the first looking at Silverlight 3, and the second looking at cloud computing and Azure. These are US events around noon PST, so should be watchable from western Europe at not too later hour
Expect the Unexpected – Microsoft are running a competition to win a trip to the Galapagos Islands, or a Smart Car, along with a number of other smaller prizes, all for sharing your story about something you achieved with the .NET Framework