Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Code-First Development with Entity Framework

Posted By: arundhati
Code-First Development with Entity Framework

Sergey Barskiy, "Code-First Development with Entity Framework"
2015 | ISBN: 1784396273 | 174 pages | PDF, EPUB | 3 MB

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