zhou JamesID:jameszhou
87687次访问,排名1045好友2人,关注者27
PMP & MCAD
jameszhou的文章
原创 89 篇
翻译 0 篇
转载 0 篇
评论 71 篇
James Zhou的公告
Locations of visitors to this page

最近评论
chjttony:说多了,没什么意思啊,时间才能证明一切,等到看就有答案了
kenpusney:总感觉微软没前途...
控制帐户:很好。
找了半天什么是控制帐户,终于看到这里有说明。
不过英文看起来恼火。
aladdin:這沒有帶來什麼思想解放阿...

1. HttpContext.RewriteUrl,從2003年就開始用了。

2. M$沒事把這些並不是常常需要用到的把戲,弄得好像和藹可親,但卻常常忘記了: 1) Layering,2) Lightweight,再加上M$常常給出不正確的practice,以致於新的小朋友進公司,還得要花上很多時間把這些錯誤從他們的……
tcly:好像有点牛头不对马嘴呀
文章分类
收藏
    相册
    链接
    Old Blog - Runner on .NET
    存档
    订阅我的博客
    XML聚合  FeedSky

    原创 .NET数据访问策略:From "LINQ to SQL" to "LINQ to X"收藏

    新一篇: ASP.NET MVC Toolkit - how to use the Html Helper class | 旧一篇: Tip - ASP.NET 3.5 Extension resources

    ScottGu的LINQ to SQL系列blog让人耳目 一新。随然此.NET 3.5中的数据访问技术仅针对SQL Server,但显然是.NET数据访问技术的升级的序幕。

    紧接着ASP.NET 3.5 Extension 中出现了Entity Framework,LINQ to Entities 来了,数据访问技术的升级将从SQL不断扩展到其他数据源平台。

    .NET数据访问策略值得一看:
    http://blogs.msdn.com/data/archive/2007/04/28/microsoft-s-data-access-strategy.aspx


    LINQ will ship as part of the next version of Visual Studio and the .NET Framework, codenamed Orcas.  At the time that Orcas first ships, the .NET Framework will include support for LINQ over in-memory objects, LINQ over XML (XLINQ), LINQ over ADO.NET DataSets (LINQ to DataSet), and LINQ queries directly mapped to Microsoft SQL Server schemas (LINQ to SQL).


    LINQ to SQL 与LINQ to Entities的区别?


    LINQ to SQL supports rapid development of applications that query Microsoft SQL Server databases using objects that map directly to SQL Server schemas.  LINQ to Entities supports more flexible mapping of objects to Microsoft SQL Server and other relational databases through extended ADO.NET Data Providers.

    If you are writing an application that requires any of the following features, you should use the ADO.NET Entity Framework:

    ·         The ability to define more flexible mapping to existing relational schema, for example:

    o   Mapping a single class to multiple tables

    o   Mapping to different types of inheritance

    o   Directly Modeling Many to Many relationships

    o   Mapping to an arbitrary query against the store

    ·         The ability to query relational stores other than the Microsoft SQL Server family of products.

    ·         The ability to share a model across Replication, Reporting Services, BI, Integration Services, etc.

    ·         A full textual query language

    ·         The ability to query a conceptual model without materializing results as objects

    发表于 @ 2008年01月08日 22:29:00|评论(loading...)|编辑

    新一篇: ASP.NET MVC Toolkit - how to use the Html Helper class | 旧一篇: Tip - ASP.NET 3.5 Extension resources

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © James Zhou