登录 注册
当前位置:主页 > 资源下载 > 10 > Code-First.Development.with.Entity.Framework.1784396273下载

Code-First.Development.with.Entity.Framework.1784396273下载

  • 更新:2024-08-16 18:15:44
  • 大小:2.14MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C# - 后端
  • 格式:PDF

资源介绍

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 key concepts of Entity Framework This is a fast-paced, practical guide based on the code-first approach for the Entity object-relational mapper Who This Book Is For This book is intended for software developers with some prior experience with the Microsoft .NET framework who want to learn how to use Entity Framework. This book will get you up and running quickly, providing many examples that illustrate all the key concepts of Entity Framework. In Detail Entity Framework Code-First enables developers to read and write data in a relational database system using C# or VB.NET. It is Microsoft's answer to demand for an ORM from .NET developers. This book will help you acquire the necessary skills to program your applications using Entity Framework. You will start with database configuration and learn how to write classes that define the database structure. You will see how LINQ can be used with Entity Framework to give you access to stored data. You will then learn how to use Entity Framework to persist information in a Relational Database Management System. You will also see how you can benefit from writing ORM-based .NET code. Finally, you will learn how Entity Framework can help you to solve database deployment problems using migrations. Table of Contents Chapter 1: Introducing Entity Framework Chapter 2: Your First Entity Framework Application Chapter 3: Defining the Database Structure Chapter 4: Querying, Inserting, Updating, and Deleting Data Chapter 5: Advanced Modeling and Querying Techniques Chapter 6: Working with Views, Stored Procedures, the Asynchronous API and Concurrency Chapter 7: Database Migrations and Additional Features Appendix: Answers to self-test questions