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

推荐订阅源

V
Visual Studio Blog
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
腾讯CDC
A
About on SuperTechFans
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
D
DataBreaches.Net
D
Docker
宝玉的分享
宝玉的分享
量子位
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX
Last Week in AI
Last Week in AI
H
Help Net Security
Hugging Face - Blog
Hugging Face - Blog
M
MIT News - Artificial intelligence

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