This book concentrates on hands-on development of practical Windows and Web applications that demonstrate C# and VB programming techniques to bring you up to speed on LINQ technologies. The first half of the book covers LINQ Standard Query Operators
Chapter 1: Introducing the ADO.NET 4.0 Entity Framework..................................1 Chapter 2: The Entity Data Model ........................................................13 Chapter 3: The Entity Data Model Inside and Out...............35 C
Sharpen your ASP.NET 3.5 skills as you develop a real-world website The ASP.NET 2.0 version of this book was the first to introduce experienced ASP.NET 2.0 programmers to building a web application with a layered approach. Now updated for ASP.NET 3.
Book Descr iption Professional ADO.NET 3.5 with LINQ and the Entity Framework LINQ and the Entity Framework are revolutionizing .NET database programming. With this book as your guide, you’ll discover how to leverage these cutting-edge query and obj
Microsoft’s principal data access technology, ADO.NET Entity Framework, has had two major releases as part of the .NET Framework. NET 3.5 brought us the first version of Entity Framework, which is covered in the first edition of Programming Entity F
非常适合入门EF的童鞋学习的EF教程。 EF框架step by step(1)—Database-First EF框架step by step(2)—Model-First EF框架step by step(3)—Code-First EF框架step by step(4)—DBcontext应用于已存在数据库 EF框架step by step(5)—处理实体简单属性 EF框架step by step(6)—处理实体complex属性 EF框架step by step(7)—Code Firs
Object/Relational mappers (ORMs) exist to bridge a gap between object-oriented programming (OOP) and relational databases. At the expense of being less specific, ORMs abstract away database-specific technicalities and hide from you, the OOP develope
Take your data access skills to the next level with Entity Framework About This Book Learn how to create, retrieve, update, and delete the data in a relational database using .NET Choose from an array of examples in C# and VB.NET that showcase the k
Entity Framework 7 (EF7) provides a familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support. EF7 also enables access to data across relational and non-relational stores. EF7 is much more lightweight tha
Microsoft’s principal data access technology, ADO.NET Entity Framework, has had two major releases as part of the .NET Framework. NET 3.5 brought us the first version of Entity Framework, which is covered in the first edition of Programming Entity F
有史以来,关于Entity framework讲解的最透彻,清晰的书籍,本书重点在于讲解EF的关系,表,CRUD的实现,无操作环境的买哦书.作者是Julia Lerman,你在网络上搜索entity framework后,看到的很多非常棒的讲解内容,很大可能作者就是Julia Lerman,本书值得推荐,想学EF的同学,速来. 下面为该书的目录: CHAPTER 1 Welcome to Code First CHAPTER 2 Your First Look at Code First CH