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

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

博客园 - 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