Attention: We are retiring the ASP.NET Community Blogs. Learn more >

ScottGu's Blog

Scott Guthrie lives in Seattle and builds a few products for Microsoft

  • ASP.NET Validators now work Client-Side on Mozilla with Whidbey Beta2

    I was on a Microsoft Unplugged Q&A panel at ASP.NET Connections last night in Las Vegas, and someone asked about what our plans were for uplevel support for non-IE browsers.  I talked about the new controls we have in Whidbey like TreeView, Menu and others use a common sub-set of Javascript that works with IE, Mozilla, Safari and others. 

  • ScottGu OOF at ASP.NET Connections Next Week in Las Vegas

    I’m off to the ASP.NET Connections conference in Las Vegas this weekend and will be there Sunday->Tuesday. It should be a fun conference with more than 1,400 people already signed up to attend. I’ll be doing the keynote talk Sunday night, and then doing a ASP.NET 2.0 Master Pages/Themes talk on Monday afternoon, followed by a Microsoft Team Q&A session late Monday night.  Let me know if you will be in town for it – if so you’ll have to stop by and say hi! 

  • Testing ASP.NET 2.0 and Visual Web Developer

    Several people have asked for additional testing details after my recent Whidbey Update post where I talked a little about how we are building ASP.NET 2.0 and Visual Web Developer.  Some specific questions I’ve been asked include: How do you build and track 105,000 test cases and 505,000 test scenarios?  How big is the test team in relation to the dev team? What tools do we use to write and run them?   What is the process used to manage all of this?  Etc, Etc.  Hopefully the below post provide some answers.

  • The new Audiovox 5600 SmartPhone Rocks

    I was at a team lunch yesterday sitting next to Jeff Cooperstein (our security guru for the .NET Framework), who was showing off his new AudioVox 5600 smart phone.  After playing with it for only 5 minutes I was hooked, and I went out to the mall and bought one myself earlier today.

  • Whidbey Update

    ASP.NET 2.0 and Visual Web Developer are coming along well, and my team is cranking towards our Beta2 release. 

  • ScottGu Finally Returning to Blogging

    Apologies for my blog absence the last 9 months.  I’ve been wanting to jump back in but have been super busy at work and just haven’t had a chance.  Work is busier than ever at the moment, but my guilty conscious (and various people sending me nag mail) has finally got the best of me.

  • Building RSS Readers with ASP.NET Whidbey

    Kent showed a simple RSS reader that can be built with the ASP.NET Whidbey alpha today.  Note that in the alpha the XmlDataSource can only databind to local XML files stored on the file-system.  With the beta we've added support for the XmlDataSource to also be able to bind to remote XML documents available over a network.  This will enable you to build an RSS reader populated off of remote RSS feeds (like http://weblogs.asp.net/MainFeed.aspx).