ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
-
ASP.NET AJAX 1.0 Beta 2 Release
On Monday we shipped the Beta2 release of ASP.NET AJAX (aka "Atlas"). You can learn more about it on the http://ajax.asp.net web-site and download it here.
-
Windows Vista Ships with .NET FX 3.0 and IIS7 Built-in
As you might have already heard, earlier today Microsoft released to manufacturing (aka RTM'd) Windows Vista. This is a huge milestone, and the product contains a ton of great features and value. I've been running it as my only operating system since July, and have been really impressed the last few months (I haven't had a single crash or issue with it since RC1 - despite using it heavily 12+ hours every day).
-
Tips/Tricks and LINQ Slides+Demos from my Talk in Dallas
I had a great time presenting for a few hours to the North Dallas .NET User Group this past Thursday. I covered two topics:
-
PHP and the FastCGI Module for IIS 7.0
I've blogged several times in the past about how cool IIS 7.0 is. Many of my posts have highlighted some of the rich new ASP.NET and .NET developer opportunities it brings (integrated pipeline, unified web.config configuration, integrated admin tool experience, etc). It is really going to open up huge developer opportunities and provide an immensely customizable web-server for people to use.
-
Tip/Trick: Handling Errors with the UpdatePanel control using ASP.NET AJAX
Luis Abreu is an ASP.NET MVP who has a great blog on the http://msmvps.com blog site. Earlier today he posted a great tutorial post that describes how to use some of the new features in the ASP.NET AJAX Beta1 release to add more robust error handling into your application. I highly recommend reading and bookmarking it for future use.
-
CSS Control Adapters Update (Beta3)
I've blogged in the past about the great CSS Control Adapters that Russ and Heidi have been working on. These adapters use a new built-in extensibility mechanism in ASP.NET 2.0 called "control adapters" that allow you to plug-in into any ASP.NET server control and override, modify and/or tweak the rendering output logic of that control.
-
I'm presenting at the North Dallas .NET User Group on November 2nd
I'm very excited to have the opportunity to present at the North Dallas .NET User Group on November 2nd (next Thursday).
-
Tip/Trick: Cool UI Templating Technique to use with ASP.NET AJAX for non-UpdatePanel scenarios
I've been having some fun playing around with the ASP.NET AJAX Beta release this weekend.
-
ASP.NET AJAX Beta 1 Released
-
Great IIS7 Blog
Mike Volodarsky from the IIS 7.0 team recently created a new blog and has been posting up a storm of great IIS 7.0 related posts. Mike owns the "integrated pipeline" and "server core extensibility" aspects of IIS7 - which among other things now allow you to write ASP.NET/.NET HttpModules that can participate in any web request to the server (for example: you could implement forms auth and role security for ASP, PHP, Java requests). This gives you more power than ISAPI extensions/filters today - and best of all you can use any .NET language to build them. I definitely recommend subscribing.