讲师:徐晓卓 时间 2007/12/3[@more@]
*快速开发 1. ADO.NET Entity Framework 2. Language Integrated Query Case: 可以在C#中写 Select语句 实现内存对象和DB对象的直接映射 这样就不需要象以前一样,先把Table的数据取到Memory中,然后对Memory进行 一番运算后,再存回到Table中去。 [Table] Class student { [column] int age; [column] string name; } 但性能方面不知道如何? *集成CLR和ADO.Net 对象服务 例如:在存储过程中发Email *Service Broker 队列服务 *增加了一些 Type 如: hierarchyID 可以用来表示层次信息 *丰富了Reporting Services 通过 Visual Stdio 2005 直接生成 Report 通过IE 发布
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/55968/viewspace-991296/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/55968/viewspace-991296/