ASP.NET MVC beta 发布
程序员文章站
2022-03-03 16:01:00
...
ASP.NET MVC beta 版本终于发布了!
点击这里下载:go download it already!
如果需要查看详细信息,请点击:latest epic installment on ScottGu’s blog,同时也可以点击:Scott Hanselman's blog post这也是一篇优秀的介绍文章。
ASP.NET MVC beta版本不再打包所有MVC的功能在Microsoft.Web.Mvc.dll中,同时源代码将很快在CodePlex中发布。
另外这个版本最重要的是包含了JQuery,这是微软产品第一次加入第三方的开源软件。
下面是ASP.NET MVC Beta版本的新功能:
- New "Add View" Menu in Visual Studio
- New \Scripts directory and jQuery Support
- Built-in Model Binder Support for Complex Types
- Refactored Model Binder Infrastructure
- Strongly Typed UpdateModel and TryUpdateModel WhiteList Filtering
- Improved Unit Testing of UpdateModel and TryUpdateModel Scenarios
- Strongly Typed [AcceptVerbs] attribute
- Better Validation Error Messages
- HTML Helper Cleanup and Refactoring
- Silverlight / ASP.NET MVC Project Integration
- ASP.NET MVC Futures Assembly
- \Bin and GAC Assembly Deployment
更多内容访问:ASP.NET MVC主页
Visual Stuido 2008中ASP.NET MVC项目的模板
创建完项目后,可以直接按F5运行看模板的项目
Visual Stuido 2008中Controller/View模板
Visual Stuido 2008中,看似非常强大和复杂的Web设计和预览界面:)
以上图片来自:ASP.NET MVC Framework 尝鲜小试
上一篇: EXCEL填充序列快捷键
推荐阅读
-
.net的mvc的fw版本为4.5发布到阿里云【云虚拟主机】上.
-
TinyMCE编辑器图片上传扩展(base64方式),asp.net mvc5
-
Asp.net Core MVC中怎么把二级域名绑定到特定的控制器上
-
ASP.Net MVC+Data Table实现分页+排序功能的方法
-
解决ASP.NET Core Mvc文件上传限制问题实例
-
ASP.NET MVC5基础 – MVC文件架构
-
ASP.NET MVC5基础-控制器(Controller)详解
-
2.第一个ASP.NET MVC 5.0应用程序
-
6. ASP.NET MVC 5.0 中的HTML Helper【HTML 帮助类】
-
Asp.net MVC利用knockoutjs实现登陆并记录用户的内外网IP及所在城市(推荐)