Desmond File

Blog archive

Looking to the Future of ASP.NET

With ASP.NET 4 cooked and nearly ready to ship, the folks at Microsoft turned their attention to what will come next in the Web programming framework. During the one-hour ASP.NET Futures session held at the Microsoft Professional Developers Conference (PDC) in Los Angeles at Monday, Jonathan Carter and Scott Hunter offered details on the direction developers can expect ASP.NET to take.

The ASP.NET team has set three broad goals for the next version: Reduced complexity, support for the HTML 5 standard, and improved performance and management.

On the complexity front, the pair walked through several new features that promise to provide simpler ways of getting common tasks done. For instance, the new SmartyRoute feature promises to do away with avoidable Page Not Found errors, by adding intelligence to the site when receiving URL requests. SmartyRoutes allow developers to identify the page or resources users want to access, even if they enter the wrong extension. SmartyRoute will also walk up path segments in a URL to locate the first valid ASPX file. Developers will be able to write one line of code, one time, to establish intelligent routing and ensure that context is provided when an invalid URL is input.

Carter and Hunter also walked through a series of ASP.NET Helpers that will provide streamlined image manipulation, better email authentication, and efficient management of long-running background task based on minimal code. They also demoed an improved file upload progress dialog box, which provides accurate context by tapping new resources in the ASP.NET framework.

Better, Faster
In the area of HTML 5 support, the two showed how ASP.NET developers can easily enable local storage access for Web apps, enabling offline productivity and allowing developers to save changes made to the server back to the local store or vice versa. ASP.NET will make these activities "extremely trivial" by automatically tracking user data to enable context.

Also discussed was support for new markup tags in HTML 5, including the ‹video›, ‹audio› and ‹menu› tags.

The session addressed the always-relevant issues of ASP.NET performance. One issue of concern is the processing of multiple HTTP transactions and file downloads, which can produce unwanted latency. The team hopes to introduce a mechanism, called Sprites, that automatically combine multiple images into a single image package that is downloaded in one step. The client then separates the images and renders them properly on the page.

Hunter and Carter also talked about the Velocity Distributed Cache platform and how this cluster caching resource might be used for general ASP.NET caching.

Posted by Michael Desmond on 11/18/2009


comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube