October 2007 - Experiments In Writing

  • The New ASP.NET Framework

    The New ASP.NET Framework ScottGu gave a demo of the new MVC framework for ASP.NET at the ALT.NET Conference . Here are some notes and thoughts I had after watching ScottHanselman's recording . The framework should go live in the spring of 2008. The framework...
  • Silverlight Subtleties

    Moving from a Silverlight 1.0 JavaScript mindset to a Silverlight 1.1 C# mindset isn't terribly difficult, but there are little traps here and there. For example, to download and display an image, you need to create and configure a Downloader object....
  • Hello, .NET Source Code

    ScottGu announced that Microsoft is releasing the source code for the .NET Libraries. The cheering from developers won’t subside for some time. Reflector is a great tool for peering into assemblies, but nothing beats breakpoints and an Immediate...