在http://www.asp.net/mvc/open-source 上有个项目Oak: Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#. 项目地址:http://amirrajan.net/Oak/,在MSDN杂志上也有几篇文章: Oak 入门 Oak 入门:一种不同的方法 Oak 入门:数据库交互…
什么是ORM 对象关系映射(Object Relational Mapping,简称ORM,或O/RM,或O/R mapping),是一种程序技术,用于实现面向对象编程语言里不同类型系统的数据之间的转换.(百度百科). Object-relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between incom…