`
wangdeshui
  • 浏览: 257342 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Getting Started With LINQ To SQL(转)

阅读更多

原文地址:http://dotnet.org.za/hiltong/archive/2008/02/20/getting-started-with-linq-to-sql.aspx

Considering I've put a few posts up about LINQ To SQL, I realised I've never shared some of the initial links I passed to other team members as well. If you're looking into using this technology, here are some worthwhile links to follow. Some are tutorials, some are tools, some are just worthwhile pieces to understand with this new technology. Also, some are more general LINQ-related than LINQ To SQL specifically.

Essential Reading

Essential Tools

Worthwhile Additional Info

 
 
分享到:
评论

相关推荐

    Entity.Framework.Tutorial.2nd.Edition.1783550015

    A comprehensive guide to the Entity ...Chapter 6: Working with LINQ to Entities Chapter 7: Working with the Object Services Layer Chapter 8: Working with WCF Data Services Appendix: Advanced Concepts

    Microsoft .NET Framework 3.5 Service Pack 1

    有关更多信息,请参见 Getting Started with the Entity Framework(实体框架入门)。实体框架还引入了一些其他功能,包括支持 SQL Server 2008 的新类型、默认实体图形序列化和实体数据源。在此版本中,实体框架...

    Entity Framework in action

    - 第二部分“Getting Started with Entity Framework”,这部分内容可能涵盖了Entity Framework的基础知识和应用。 5. **章节内容**:在第二部分中,提到了一些具体的章节标题: - 第三章“Querying the object ...

    EntityFrameworkCore_Beginner_GettingStarted:Pluralsight入门课程实体框架核心

    5. **查询API**:EF Core提供Linq-to-Entities,可以使用C#查询表达式或方法调用来直接操作数据库。例如,`context.Users.Where(u => u.Age > 18)`。 6. **懒加载与急加载**:懒加载是在需要时才加载关联的数据,而...

    Wrox.Professional.Visual.Studio.2008.Jul.2008

    - **LINQ to SQL and Entities** (第25章): 讨论了LINQ to SQL和实体框架的概念及其使用方法。 - **Synchronization Services** (第26章): 探讨了同步服务的概念,以及如何实现数据同步。 #### Part VI: Security -...

    DbfDotNet_version_1.0_Source

    I would love to write a proper Dbf to Linq interface, if you want to help me on this please volunteer. The difference Using the code Warning: This project is at its infancy, it has not been ...

    .NET官网文档(纯英文版本)

    对于初学者,文档中的"Getting Started"部分是一个很好的起点,它会引导读者了解.NET的基础知识和C#语法。同时,"Tutorials"部分提供了大量实践性的学习材料,帮助开发者快速上手。 对于进阶开发者,.NET API参考是...

    带有.NET Micro ORM“ Symbiotic”的简单CRUD

    而"Getting_Started_With_Symbiotic_P1_CRUD_CS.zip"可能是一个配套的代码示例,包含了完成上述操作的C#项目文件。"下载链接.txt"可能保存了获取更多资源或完整示例的链接。 总的来说,Symbiotic作为一个.NET Micro...

Global site tag (gtag.js) - Google Analytics