Silverlight to include “First Class” .NET Runtime

There it is. As I suspected, Ray Ozzie just anounced they are pushing out a “first class” .NET runtime environment with Silverlight that will allow you to develop using any .NET languages!!!! I’m waiting to hear details on what exactly “first class” means… will there be full BCL support for example? Update 1:53 EST: Wow. It’s a […]

No JavaScript IntelliSense in Orcas Web *Application* Projects yet?

I can’t get references to work in Web Application Projects in Orcas. They seem to work fine under a regular Web Site Project though. Bug? I sure hope so… To check this out for yourself, create a Web Site and Web Application Project. Make sure you manually add a reference to System.Web.Extensions for the WAP […]

Mimeo’s Initial Migration/Implementation of ASP.NET AJAX Completed

We just launched the first version of the site where we depend completely on ASP.NET AJAX to do all our script management. Here’s what we did in this initial phase: Added ScriptManager to our Master Page and ScriptManagerProxy to any content pages that required it Changed all static <script> tags to be ScriptReferences Changed all […]