The Morning Brew #94
Posted by Chris Alcock on Thursday 15th May 2008 at 07:11 am | Tagged as: .NET, Development, Morning Brew
A little short on links today – maybe the sunny weather has been having an effect? Slightly nervous about my talk tonight, however I think the turn out will be low – who wants to sit inside when its nice out!
Software
- .NET 3.5 Enhancements Training Kit – Joe announces the availability of an updated training ket which now includes SP1.
- MbUnit v3 alpha 3 – Gallio alpha 3 has been released, and this post from Andrew Stopford includes a link to the announcement, along with some examples of the new test types
Information
- MVC Storefront, Part 10: Shopping Cart Refactoring and Membership – Rob Conery continues his screencast series on building an online shop using ASP.NET MVC.. In this part he carries out some refactoring, and starts looking at authorisation
- DataContracts and object references – Aaron Skonnard continues looking at new functionality introduced in SP1 for WCF developers
- Permutations, Combinations and Variations using C# Generics – Adrian Akison tales a look at performing Combinatorics operations with C#
- Using ASP.NET Routing Independent of MVC – Mike Ormond look at using the new Routing functionality away from the ASP.NET MVC
- Using LINQ Expressions to Generate Dynamic Methods II – An interesting piece on using LINQ expressions as delegates to generate dynamic methods
- Lazy instantiation one-liner of instance fields with the coalesce operator – Using Coalesce operator and the fact that an assignment returns the assignment, this technique gives you lazy load functionality – nice
- XLinq’n in the new world – Speed comparison with Xml/XPath – Derik Whittaker continues his series on XLinq with a look at performance and how it compares to XML/XPATH
Comments Off on The Morning Brew #94