「ASP.NET MVC 3」のロードマップが公開されています

更新日:

「ASP.NET MVC 3」のロードマップが公開されています。

http://aspnet.codeplex.com/wikipage?title=Road%20Map&ANCHOR

以下、上記URL内の本文を引用して紹介します。

This is a high-level roadmap for ASP.NET MVC featuring the areas we are investigating. We will continually update this as we post releases to the CodePlex site.

ASP.NET MVC 3

Now that ASP.NET MVC 2 is released, it's time to start planning for ASP.NET MVC 3. This roadmap will be updated with more information as we get further in our planning process.
Here is a list of some of the high-level areas of focus we're looking at.

  • Productivity - ASP.NET MVC 3 should provide ways to make application developers more productive when building web applications.
    • Tasked based helpers - These helpers focus on tasks that commonly come up when building web applications such as adding a CAPTCHA to a site or providing a sortable, pageable grid of data.
    • Validation Improvements - Support for more validation attributes such as the new ones introduced in ASP.NET 4 as well as possibly a few new ones such as an email validation attribute.
    • View Engine Options - We're experimenting with a new streamlined view engine syntax http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx as well as making it easier to pull in community view engines such as Spark into a project.
    • Command line tools - As we add new tooling for ASP.NET MVC to Visual Studio, we will look at providing command line alternatives for the same functionality
  • Ajax - Modern applications make use of Ajax to provide a rich experience for their users. ASP.NET MVC 3 should make building such applications much easier.
    • More Ajax helpers - New Ajax helpers may leverage libraries such as jQuery UI to provide widgets such as a calendar date picker, autocomplete, etc.
    • Multiple Partial Updates - The existing Ajax helpers, such as Ajax.BeginForm and Ajax.ActionLink, only update one element in the page when receiving a partial view from an action method. Support for multiple partial updates would allow the Ajax helpers to receive multiple partial views and update multiple sections of the page with those views.
    • Client Templates Support - Client templates enable you to format and display a single data item or set of data items by using a fragment of HTML. ASP.NET MVC 3 may provide the ability to connect client templates easily with an action method which returns and receives JSON data.
  • Architecture - ASP.NET MVC 3 should contain architectural improvements which provide benefits such as improved extensibility that enables developers to more easily bend the framework to their will.
    • Dependency Injection at all levels - We're looking at opening up more seams for applying the dependency injection when instantiating components of the framework. This would allow developers to hook into the creation of models during model binding, action filters, etc.
    • MEF Controller Factory - MEF is a new library in .NET for building applications that can be incrementally extended without requiring modification. Enabling MEF by default within the default controller factory would allow for extensibility scenarios out of the box, while still allowing for 3rd party dependency injection frameworks to be used as alternatives to MEF.
    • Application scaffolding - Scaffolding allows for quickly implementing simple Create, Read, Update, Delete pages against a model which provide a nice starting point for quickly getting data into an application during development.
  • Performance - As always, we're looking at ways to make ASP.NET MVC 3 blazingly fast.
    • Improved Caching Support - Enable caching of an child action when called via the RenderAction method. Also looking at donut caching and donut hole caching.
    • More Control Over Session - Support for granular session state as well as turning session state on and off on a per action/controller basis.

Runtime
ASP.NET MVC 3 will take a runtime dependency on ASP.NET 4 and will ship project templates for Visual Studio 2010.

(最終更新 7月12日午後4時02分 version 40)

今後は、このページが随時更新されるようです。

情報源は@chack411さんから頂きました。ありがとうございます!

ASP.NET MVC 3 Roadmap はこちらに http://bit.ly/dlasajless than a minute ago via MetroTwit

-Blog

Copyright© fullvirtue.com プロダクトオーナー支援スペシャリストのBlog , 2024 All Rights Reserved.