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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events