Articles : Page 1 of 3

  • Introducing the Microsoft Web Farm Framework

    Introducing the Microsoft Web Farm Framework

    Sep 10
    08

    Last month we released a beta of the Microsoft Web Farm Framework. The Microsoft Web Farm Framework is a free product we are shipping that enables you to easily provision and mange a farm of web servers. It enables you to automate the installation and configuration of platform components across the server farm, and enables you to automatically synchronize and deploy ASP.NET applications across them. It also supports integration with load balancers - and enables you to automate updates across ...


  • Los Angeles Web Camp

    Los Angeles Web Camp

    Sep 10
    07

    A few months ago I blogged about some Web Camp events that Microsoft is sponsoring around the world. These events provide a great way to learn about ASP.NET 4, ASP.NET MVC 2, and Visual Studio 2010. The events are free and the feedback from people attending them has been great. We are working to setup many more web camps around the world in the months ahead. This Friday (September 10th) we’ll be holding a free web camp in Los Angeles. Phil Haack, Jon Galloway, and James Senior will all be p...

    • CommunityNews
    • MVC2

  • August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7

    August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7

    Aug 10
    30

    Here is the latest in my link-listing series. Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] .NET/WPF/EF 5 Little C#/.NET Wonders that Make Code Better: Nice blog post from James that highlights 5 nice language/framework tips you can take advantage of within your apps. I’m betting a lot of peopl...


  • London “Guathon” Event with Me on August 13th

    London “Guathon” Event with Me on August 13th

    Aug 10
    02

    The (awesome) UK developer community is holding an all day event with me in London on August 13th. The event is free to attend, and the venue will be in Central London (at the ODEON Covent Garden). The website for the event is here. Content The event will be a packed day of presentations covering VS 2010, ASP.NET 4, ASP.NET MVC, and Silverlight for Windows Phone 7. Below is the list of talks: VS 2010 and ASP.NET 4 (90 minutes) A demo heavy talk that covers some of the new features and c...


  • Code-First Development with Entity Framework 4

    Code-First Development with Entity Framework 4

    Jul 10
    16

    .NET 4 ships with a new and much improved version of Entity Framework (EF) – a data access and OR/M library that lives within the System.Data.Entity namespace. When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot of feedback on things they thought were missing or incomplete with that first release. The SQL team did a good job of listening to this feedback, and really focused the EF that ships with .NET 4 on addressing it. Some of the big improvements in EF...


  • Introducing WebMatrix

    Introducing WebMatrix

    Jul 10
    06

    Last week I published several blog posts that covered some new web development technologies we are releasing: IIS Developer Express: A lightweight web-server that is simple to setup, free, works with all versions of Windows, and is compatible with the full IIS 7.5. SQL Server Compact Edition: A lightweight file-based database that is simple to setup, free, can be embedded within your ASP.NET applications, supports low-cost hosting environments, and enables databases to be optionally m...


  • My VS 2010 and ASP.NET 4 Talks Online

    My VS 2010 and ASP.NET 4 Talks Online

    May 10
    26

    The past 7 years I’ve done an annual all day event in Arizona – organized by the most excellent Scott Cate (who always does a phenomenal job organizing the event and making it a great one). Earlier this month I visited and presented 4+ hours of content covering VS 2010, ASP.NET 4 and ASP.NET MVC 2. The talks are demo-heavy and show off a ton of new features. NextSlide.com – a .NET shop local to Arizona who has a great product for sharing presentations – volunteered to record the talks and p...


  • Visual Studio 2010 and .NET 4 Released

    Visual Studio 2010 and .NET 4 Released

    Apr 10
    13

    The final release of Visual Studio 2010 and .NET 4 is now available. Download and Install Today MSDN subscribers, as well as WebsiteSpark/BizSpark/DreamSpark members, can now download the final releases of Visual Studio 2010 and TFS 2010 through the MSDN subscribers download center. If you are not an MSDN Subscriber, you can download free 90-day trial editions of Visual Studio 2010. Or you can can download the free Visual Studio express editions of Visual Web Developer 2010, Visual Ba...

    • CommunityNews
    • MVC2

  • New <%: %> Syntax for HTML Encoding Output in ASP.NET 4 (and ASP.NET MVC 2)

    New <%: %> Syntax for HTML Encoding Output in ASP.NET 4 (and ASP.NET MVC 2)

    Apr 10
    07

    [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the nineteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers a small, but very useful, new syntax feature being introduced with ASP.NET 4 – which is the ability to automatically HTML encode output within code nuggets. This helps protect your applications and sites against cross-site script injection (XS...


  • March 21st Links: ASP.NET, ASP.NET MVC, AJAX, Visual Studio, Silverlight

    March 21st Links: ASP.NET, ASP.NET MVC, AJAX, Visual Studio, Silverlight

    Mar 10
    21

    Here is the latest in my link-listing series. If you haven’t already, check out this month’s Find a Hoster” page on the www.asp.net website to learn about great (and very inexpensive) ASP.NET hosting offers. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] ASP.NET URL Routing in ASP.NET 4: Scott Mitchell has a nice article that talks about the new URL routing features coming to Web Forms applications with ASP...