| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
12年前发布

ADO.NET Entity Framework

     ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案,早期被称为 ObjectSpace,现已经包含在 Visual Studio 2008 Service Pack 1 以及 .NET Framework 3.5 Service Pack 1 中发表。    <br />    <ul>     <li class="unordered">Applications can work in terms of a more application-centric conceptual model, including types with inheritance, complex members, and relationships.<br /> <br /> </li>     <li class="unordered">Applications are freed from hard-coded dependencies on a particular data engine or storage schema.<br /> <br /> </li>     <li class="unordered">Mappings between the conceptual model and the storage-specific schema can change without changing the application code.<br /> <br /> </li>     <li class="unordered">Developers can work with a consistent application object model that can be mapped to various storage schemas, possibly implemented in different database management systems.<br /> <br /> </li>     <li class="unordered">Multiple conceptual models can be mapped to a single storage schema.<br /> <br /> </li>     <li class="unordered">Language-integrated query (LINQ) support provides compile-time syntax validation for queries against a conceptual model. <br /> </li>    </ul>    <br />    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1327477269546" target="_blank">http://www.open-open.com/lib/view/home/1327477269546</a></p>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1327477269546.html
.NET .NET开发