惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
Vercel News
Vercel News
D
Docker
博客园 - 聂微东
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
N
Netflix TechBlog - Medium
G
Google Developers Blog
腾讯CDC

博客园 - AllenWang.NET

Microsoft .NET Framework 3.5 Service Pack 1 利用Web/WCF Service上传下载文件[网上资源] .NET Framework 3.5增强特性学习工具包已发布 从 Adobe SHARE 说到 Silverlight 的 XPS 支持 Silverlight 2 knowledge Points Silverlight & SEO 搭建Silverlight2.0开发环境 10 Tips to Boost Your Productivity with C# and Visual Studio 2008 List of .NET Dependency Injection Containers (IOC) ADO.NET Entity Framework Beta 3 Setup Data Model Provider 关于ESB的开发实践小结 Web Services版本控制 ASP.NET MVC Preview 2 Source Code 架构师书单 2nd Edition WCF & Rest 针对构架师的.NET 3.0介绍 系统构架设计应考虑的因素 Sample Databases for SQL Server 2000/2005
MVC Contrib Latest Release works with MVC Preview 2
AllenWang.NET · 2008-03-28 · via 博客园 - AllenWang.NET

http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx?ReleaseId=12005

Revision: 275
- corrected some warnings/errors.
- added ViewDataExtensions. This brings the functionality of the smartbag to ViewData.
- now, we have easy adding and getting to and from ViewData. No more casting, and if you only put a single "Customer" in Viewdata using new Add() method, you just have to Get<Customer>(), and that's it.
Revision: 272
Patch 1018 By:alley Added support for Unity as IoC container.
Revision: 270
Replaced all remaining occurrences of the MVCContrib namespace with MvcContrib.
Rev 267
- the ability to use TestControllerBuilder with controllers that have constructor arguments
- associated unit test