Practical Entity Framework Core 6

Practical Entity Framework Core 6 Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Practical Entity Framework Core 6 book. This book definitely worth reading, it is an incredibly well-written.

Practical Entity Framework Core 6

Author : Brian L. Gorman
Publisher : Unknown
Page : 0 pages
File Size : 53,6 Mb
Release : 2022
Category : Electronic
ISBN : 1484273028

Get Book

Practical Entity Framework Core 6 by Brian L. Gorman Pdf

Take a developer journey that paves the way to enterprise-level database access from .NET and C# using the object-relational mapper (ORM) of choice. This second edition is revised to cover Entity Framework Core 5 and 6 (EF) and includes new content on table-per-type mapping, LINQ improvements (filtered includes), many-to-many navigation changes, split queries, simple logging using the DBCommandInterceptor, and other improvements available in EF Core 6. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. Practical Entity Framework Core 6 focuses on the code first approach to developing a database. Taking the code first approach allows the entire database to be built and maintained in code using EF Core 6 so there is never a situation in which you cannot restore the database schema. Additionally, the code first approach creates an entirely transparent record of changes to the database that is easily tracked in source control systems such as GitHub. Emphasis throughout the book is on leaving you well positioned to architect and lead data development efforts for your organization. What You Will Learn Build robust and maintainable databases using a code first approach Create and execute stored procedures, triggers, and functions Analyze and optimize performance of database queries Ensure data integrity through keys, constraints, and relationships Encrypt your database columns at rest with TDE and Always-On Encryption Leverage the FluentAPI and attributes for entity configuration.

Practical Entity Framework

Author : Brian L. Gorman
Publisher : Apress
Page : 649 pages
File Size : 48,5 Mb
Release : 2020-08-19
Category : Computers
ISBN : 1484260430

Get Book

Practical Entity Framework by Brian L. Gorman Pdf

Determine your object relational mapper (ORM) of choice for enterprise applications using .NET Framework, and especially .NET Framework Core 3.1 and higher. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. Practical Entity Framework begins with a simple overview of the two most common approaches to working with databases—database first and code first—and then focuses on working in a code first manner. Taking the code first approach allows the entire database to be built and maintained in code so there is never a situation in which you cannot restore the database schema. Additionally, the code first approach creates an entirely transparent record of changes to the database that is easily tracked in source control. Emphasis throughout the book is on leaving you well positioned to architect and lead data development efforts for your organization. What You Will Learn Build robust and maintainable databases using a code first approach Create and execute stored procedures, triggers, and functions Analyze and optimize performance of database queries Ensure data integrity through keys, constraints, and relationships Who This Book Is For .NET developers who work with enterprise-level applications and need to interact with data structures and data within the back end data store, developers who want to take a code first approach to building database applications to prevent conflicts and optimize efficiency, and those who are moving into full-stack roles, or into senior and architectural roles, and will be responsible for database design and implementation

Entity Framework Core in Action, Second Edition

Author : Jon Smith
Publisher : Simon and Schuster
Page : 622 pages
File Size : 42,9 Mb
Release : 2021-06-08
Category : Computers
ISBN : 9781617298363

Get Book

Entity Framework Core in Action, Second Edition by Jon Smith Pdf

Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith's extensive experience, you'll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases.

Entity Framework Core in Action, Second Edition

Author : Jon P Smith
Publisher : Simon and Schuster
Page : 622 pages
File Size : 42,7 Mb
Release : 2021-07-13
Category : Computers
ISBN : 9781638351313

Get Book

Entity Framework Core in Action, Second Edition by Jon P Smith Pdf

"The most comprehensive reference for EF Core that does—or ever will—exist." - Stephen Byrne, Intel Corporation Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Summary Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and scaling your own bookselling web application. Learn from author Jon Smith’s extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book’s code is available on GitHub. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Entity Framework radically simplifies data access in .NET applications. This easy-to-use object-relational mapper (ORM) lets you write database code in pure C#. It automatically maps classes to database tables and enables queries with standard LINQ commands. It even generates SQL, so you don’t have to! About the book Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith’s extensive experience, you’ll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases. What's inside Configure EF to define every table and column Update your schema as your app grows Integrating EF with existing C# application Write and test business logic for database access Applying a Domain-Driven Design to EF Core Getting the best performance out of EF Core About the reader For .NET developers familiar with relational databases. About the author Jon P. Smith is a freelance software developer and architect with a special focus on .NET and Azure. Table of Contents PART 1 1 Introduction to Entity Framework Core 2 Querying the database 3 Changing the database content 4 Using EF Core in business logic 5 Using EF Core in ASP.NET Core web applications 6 Tips and techniques for reading and writing with EF Core PART 2 7 Configuring nonrelational properties 8 Configuring relationships 9 Handling database migrations 10 Configuring advanced features and handling concurrency conflicts 11 Going deeper into the DbContext PART 3 12 Using entity events to solve business problems 13 Domain-Driven Design and other architectural approaches 14 EF Core performance tuning 15 Master class on performance-tuning database queries 16 Cosmos DB, CQRS, and other database types 17 Unit testing EF Core applications

Hands-On Entity Framework Core 5

Author : Michał Białecki
Publisher : Unknown
Page : 91 pages
File Size : 44,7 Mb
Release : 2020-12-26
Category : Electronic
ISBN : 9798583428694

Get Book

Hands-On Entity Framework Core 5 by Michał Białecki Pdf

A practical handbook to understand what Entity Framework Core 5 is capable of. From the history of Entity Framework, through migrations, working with DbContext, creating and using relationships, to writing unit tests. This book will get you through the study process focusing on learning all the important things to use in a real project. Along with this book, you'll get a demonstration project hosted on GitHub, where you can find all the examples from the book. This gives you the possibility to instantly jump from the book to the project and test all the technical innovations learned.Also to boost your learning speed, I prepared a list of assignments to do after every technical chapter.

Entity Framework Core 1.0 Cookbook

Author : Anonim
Publisher : Unknown
Page : 128 pages
File Size : 46,5 Mb
Release : 2016
Category : Electronic
ISBN : 1785883305

Get Book

Entity Framework Core 1.0 Cookbook by Anonim Pdf

Mastering Entity Framework Core 2.0

Author : Prabhakaran Anbazhagan
Publisher : Packt Publishing Ltd
Page : 376 pages
File Size : 40,8 Mb
Release : 2017-12-15
Category : Computers
ISBN : 9781788296212

Get Book

Mastering Entity Framework Core 2.0 by Prabhakaran Anbazhagan Pdf

Learn how to leverage the features of the new Entity Framework Core APIs and use them to build pure .NET Core applications. About This Book Learn how to effectively manage your database to make it more productive and maintainable. Write simplified queries using LINQ to acquire the desired data easily Raise the abstraction level from data to objects so teams can function independently, resulting in easily maintainable code Who This Book Is For This book is for .NET Core developers who would like to integrate EF Core in their application. Prior knowledge of .NET Core and C# is assumed. What You Will Learn Create databases and perform CRUD operations on them Understand and build relationships (related to entities, keys, and properties) Understand in-built, custom, and remote validation (both client and server side) You will learn to handle concurrency to build responsive applications You will handle transactions and multi-tenancy while also improving performance In Detail Being able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show how to utilize the power of the Entity Framework to build efficient .NET Core applications. It not only teaches all the fundamentals of Entity Framework Core but also demonstrates how to use it practically so you can implement it in your software development. The book is divided into three modules. The first module focuses on building entities and relationships. Here you will also learn about different mapping techniques, which will help you choose the one best suited to your application design. Once you have understood the fundamentals of the Entity Framework, you will move on to learn about validation and querying in the second module. It will also teach you how to execute raw SQL queries and extend the Entity Framework to leverage Query Objects using the Query Object Pattern. The final module of the book focuses on performance optimization and managing the security of your application. You will learn to implement failsafe mechanisms using concurrency tokens. The book also explores row-level security and multitenant databases in detail. By the end of the book, you will be proficient in implementing Entity Framework on your .NET Core applications. Style and approach This book is filled with various examples that will help you use Entity Framework Core 2.0 to write efficient software.

Modern Data Access with Entity Framework Core

Author : Holger Schwichtenberg
Publisher : Apress
Page : 665 pages
File Size : 53,6 Mb
Release : 2018-06-27
Category : Computers
ISBN : 9781484235522

Get Book

Modern Data Access with Entity Framework Core by Holger Schwichtenberg Pdf

C# developers, here’s your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft’s recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Framework Core, and learn how to optimize the performance of your applications, head-on! Modern Data Access with Entity Framework Core teaches best practices, guidance, and shortcuts that will significantly reduce the amount of resources you internally dedicate to programming data access code. The proven methods and tools taught in this book, such as how to get better performance, and the ability to select the platform of your choice, will save you valuable time and allow you to create seamless data access. Dive into succinct guidance that covers the gamut-- from installing Entity Framework Core, reverse engineering, forward engineering (including schema migrations), and data reading and modification with LINQ, Dynamic LINQ, SQL, Stored Procedures, and Table Valued Functions- to using third-party products such as LINQPad, Entity Developer, Entity Framework Profiler, EFPlus, and AutoMapper. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn. What You'll Learn Understand the core concepts of Entity Framework Core, as well process models for existing databases (reverse engineering) and the generation of database schemas from object models (forward engineering) Study real-world case studies for hands-on EF Core instruction Get up to speed with valuable database access scenarios and code samples Discover workarounds to augment missing features in Entity Framework Core Use Entity Framework Core to write mobile apps Bonus online appendix covers Entity Framework Core 2.1 release updates Who This Book Is For Software developers who have basic experience with .NET and C#, as well as some understanding of relational databases. Knowledge of predecessor technologies such as ADO.NET and the classic ADO.NET Entity Framework is not necessary to learn from this book.

Practical Multiple-Page Apps with ASP.NET Core and Angular Elements

Author : Jack Xu
Publisher : UniCAD
Page : 422 pages
File Size : 53,5 Mb
Release : 2019-07-16
Category : Computers
ISBN : 9781080437009

Get Book

Practical Multiple-Page Apps with ASP.NET Core and Angular Elements by Jack Xu Pdf

This book provides all the tools you need to develop ultra-modern multiple-page applications (MPAs) using ASP.NET Core Razor Pages, Angular elements, WebPack, RxJS, and mini-SPAs (Single-Page Applications). It will be useful for web programmers, business developers, and students of all skill levels who are interested in web-application developments.This book teaches you how to build a modern web site/application using a hybrid approach – the simplest being host one or more mini-SPAs within a larger multiple-page web application. It shows how to split a web application into functional parts, and convert each functional part into its own SPA. These mini-SPAs together form a complete multiple-page application. For each mini SPA, we use a simple JavaScript routing system to organize the states of the application and switch between different views by watching changes on the URL.The technical stack for backend consists of operating system, web server, database, and programming logic. This book chooses ASP.NET Core Razor Pages and SQL Server as the backend framework. A Razor page consists of a Razor view and a code behind file. Each Razor page is self-contained with its own view and code organized together, resulting in a simpler app, which makes coding page-focused scenarios easier and more productive. The front-end components enable the user's interaction with the web application. In this book, we choose TypeScript, npm, WebPack, RxJS, and Angular as our front-end technical stack. TypeScript is a modern JavaScript development language that provides optional static type checking, classes, and interfaces. It also offers advanced Intellisense, auto-completion, navigation, and refactoring, which makes code easier to read and understand. WebPack is a bundler and it comes in handy when you need to pack multiple assets together into a dependency graph. There is a rising tendency to use WebPack because it can fulfil nearly all tasks that you would perform through a task runner. RxJS is a library for reactive programming using observables, which make it easier to compose asynchronous or callback-based code. This book will explain how to use all of these technologies together to create a modern web application.Angular is a popular front-end JavaScript framework. Even though it is used for SPA development, we can still take advantage of this framework in building modern multiple-page web applications, i.e., we can use Angular in a non-SPA way via Angular elements. Angular elements are Angular components packaged as custom elements, a web standard for defining new HTML elements in a framework-agnostic way. This book shows how to embed Angular elements into our modern MPA project without having to migrate an entire application to Angular.This book also includes the other selected topics, including how to use Microsoft ML.NET to solve machine learning problems, such as classification, regression, and clustering; how to create various charts and graphics using ECharts; how to use SignalR to add real-time features to your web apps; how to use dependency injection, and how to create custom tag helpers and Razor Class Libraries in Razor Pages.

Hallo .NET 8.0: Practical ASP.NET Core Minimal API

Author : Agus Kurniawan
Publisher : Ilmu Data Publisher
Page : 142 pages
File Size : 49,6 Mb
Release : 2023-12-16
Category : Computers
ISBN : 8210379456XXX

Get Book

Hallo .NET 8.0: Practical ASP.NET Core Minimal API by Agus Kurniawan Pdf

"Hallo .NET 8.0: Practical ASP.NET Core Minimal API" is a meticulously crafted guide that takes you on an explorative journey into the world of ASP.NET Core 8.0. Designed for a broad audience, from beginners to seasoned developers, this book dives deep into the practical aspects of Minimal API development. It starts with an introductory section that sets the foundation, highlighting the evolution and significance of Minimal APIs in the .NET framework. The core of the book is structured into comprehensive sections covering ASP.NET Core Minimal API development, database integrations, and critical aspects of web security. It stands out with its 20 hands-on lab exercises, each carefully designed to reinforce learning through practical application. From setting up development environments and building your first API to delving into complex topics like data security and efficient database handling, the book ensures a thorough understanding of each concept. In its final chapters, the book transitions into crucial topics like monitoring and deployment, preparing readers to not only build but also sustain and optimize applications in real-world settings. This section is pivotal for understanding the lifecycle of web applications and equips readers with the skills to deploy and maintain their projects effectively. "Hallo .NET 8.0: Practical ASP.NET Core Minimal API" is more than a technical manual; it's an essential tool for mastering the ASP.NET Core 8.0 framework. Whether you're developing your first web application or looking to upgrade existing skills, this book is an invaluable asset. Its practical approach, combined with in-depth coverage of essential topics, makes it a must-have for anyone aspiring to excel in the rapidly evolving field of web development. Embark on this learning adventure and arm yourself with the knowledge and skills to confidently navigate the world of ASP.NET Core 8.0.

Entity Framework Core in Action

Author : Jon Smith
Publisher : Simon and Schuster
Page : 791 pages
File Size : 49,6 Mb
Release : 2018-07-15
Category : Computers
ISBN : 9781638355946

Get Book

Entity Framework Core in Action by Jon Smith Pdf

Summary Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema. About the Book Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework. What's Inside Querying a relational database with LINQ Using EF Core in business logic Integrating EF with existing C# applications Applying domain-driven design to EF Core Getting the best performance out of EF Core Covers EF Core 2.0 and 2.1 About the Reader For .NET developers with some awareness of how relational databases work. About the Author Jon P Smith is a full-stack developer with special focus on .NET Core and Azure. Table of Contents Part 1 - Getting started Introduction to Entity FrameworkCore Querying the database Changing the database content Using EF Core in business logic Using EF Core in ASP.NET Core web applications Part 2 - Entity Framework in depth Configuring nonrelational properties Configuring relationships Configuring advanced features and handling concurrency conflicts Going deeper into the DbContext Part 3 - Using Entity Framework Core in real-world applications Useful software patterns for EF Core applications Handling database migrations EF Core performance tuning A worked example of performance tuning Different database types and EF Core services Unit testing EF Core applications Appendix A - A brief introduction to LINQ Appendix B - Early information on EF Core version 2.1

ASP.NET Core for Jobseekers

Author : Kemal Birer
Publisher : BPB Publications
Page : 336 pages
File Size : 41,7 Mb
Release : 2021-12-15
Category : Computers
ISBN : 9789391392581

Get Book

ASP.NET Core for Jobseekers by Kemal Birer Pdf

Learn to develop secure, optimized, well-designed web applications in ASP.NET Core and get ready for job interviews. KEY FEATURES ● Simplified demonstration of ASP.NET Core UI and service development, with expert-led implementation. ● In-depth coverage on async programming, application security, and performance optimization. ● Interview guide with extensive questions based on concepts and techniques around application development. DESCRIPTION ASP.NET Core for JobSeekers is a practical resource for application developers and web developers who want to advance their careers. This book teaches you how to use ASP.NET Core to create web applications without a prior understanding of web application development. We develop our first web application and demonstrate how to execute, debug, and deploy them using ASP.NET Core. We'll start by creating our first web pages with the Razor and then create a simple phonebook application. Next, you will be exposed to the MVC design pattern and explore the simplicity of developing web pages using Razor. Moving on, you learn to construct and consume restful services with ASP.NET Core. Concepts and techniques include async/await pattern, middlewares, programming a pipeline, redirecting requests, and intercepting requests and responses. This book also houses dependency injection techniques, action filters, accessing data using Entity Framework Core, and proven approaches for creating databases. Toward the end, you'll learn about some of the most important components, such as improving performance, choosing the right architecture for an application program, and answering a slew of interview questions about ASP.NET Core and application development. WHAT YOU WILL LEARN ● Learn to set up the application development environment around ASP.NET Core and other frameworks. ● Expert tips for debugging and deploying ASP.NET Core projects. ● Create UI applications with Razor and service APIs. ● Workaround middleware and filters for programming the ASP.NET Core pipeline. ● Create asynchronous programming code and configure dependency injection services. WHO THIS BOOK IS FOR If you're interested in building cross-platform, web, and cloud-native apps, you must learn ASP.NET Core and start building your programs. Readers should have basic knowledge of HTML and C#. TABLE OF CONTENTS 1. Introduction to ASP.NET Core 2. Setting Up the Development Environment 3. Running, Debugging, and Deploying ASP.NET Core Applications 4. Introduction to HTTP, HTML, CSS, and JavaScript 5. Developing ASP.NET Core web applications with Razor 6. Developing Restful services with ASP.NET Core 7. Async/await pattern and middleware in ASP.NET Core 8. Dependency injection and action filters in ASP.NET Core 9. State Management in ASP.NET Core 10. Introducing Accessing Data with ASP.NET Core 11. Optimizing ASP.NET Core Applications 12. Securing ASP.NET Core Applications 13. Introducing Software Architectures 14. Landing a job

Mastering Entity Framework Core 2.0

Author : Prabhakaran Anbazhagan
Publisher : Packt Publishing
Page : 386 pages
File Size : 42,6 Mb
Release : 2017-12-15
Category : Computers
ISBN : 1788294130

Get Book

Mastering Entity Framework Core 2.0 by Prabhakaran Anbazhagan Pdf

Learn how to leverage the features of the new Entity Framework Core APIs and use them to build pure .NET Core applications.About This Book* Learn how to effectively manage your database to make it more productive and maintainable.* Write simplified queries using LINQ to acquire the desired data easily* Raise the abstraction level from data to objects so teams can function independently, resulting in easily maintainable codeWho This Book Is ForThis book is for .NET Core developers who would like to integrate EF Core in their application. Prior knowledge of .NET Core and C# is assumed.What You Will Learn* Create databases and perform CRUD operations on them* Understand and build relationships (related to entities, keys, and properties)* Understand in-built, custom, and remote validation (both client and server side)* You will learn to handle concurrency to build responsive applications* You will handle transactions and multi-tenancy while also improving performanceIn DetailBeing able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show how to utilize the power of the Entity Framework to build efficient .NET Core applications. It not only teaches all the fundamentals of Entity Framework Core but also demonstrates how to use it practically so you can implement it in your software development.The book is divided into three modules. The first module focuses on building entities and relationships. Here you will also learn about different mapping techniques, which will help you choose the one best suited to your application design. Once you have understood the fundamentals of the Entity Framework, you will move on to learn about validation and querying in the second module. It will also teach you how to execute raw SQL queries and extend the Entity Framework to leverage Query Objects using the Query Object Pattern. The final module of the book focuses on performance optimization and managing the security of your application. You will learn to implement failsafe mechanisms using concurrency tokens. The book also explores row-level security and multitenant databases in detail.By the end of the book, you will be proficient in implementing Entity Framework on your .NET Core applications.Style and approachThis book is filled with various examples that will help you use Entity Framework Core 2.0 to write efficient software.

Beginning Entity Framework Core 5

Author : Eric Vogel
Publisher : Apress
Page : 317 pages
File Size : 45,8 Mb
Release : 2021-03-17
Category : Computers
ISBN : 1484268814

Get Book

Beginning Entity Framework Core 5 by Eric Vogel Pdf

Use the code-driven approach of Entity Framework Core 5 to build a functional web application that accesses a database on the backend server. This book covers the common use cases of Entity Framework that a developer needs to master in order to begin building applications that run against a database. Throughout the book you will be shown how to use Entity Framework Core 5 by implementing a simple ASP.NET Core Razor Pages line-of-business application. This example application will be similar to those you might write yourself and deploy to your users on a web or intranet site via a browser. This book takes a code-first approach in which your database will be created and seeded programmatically. You won’t need to create the database through your database engine’s interface. Instead, you will be shown how to define your data model in Entity Framework, and then let Entity Framework do the work of creating your database and schema for you. From there you will learn how to seed your database with example data, then to implement the common, so-called CRUD operations consisting of creating, retrieving, updating, and deleting rows of data. By the end of the book you will have built a well-designed application that you can use as the basis for future applications that you create in your job. What You Will Learn Download and install Entity Framework Core 5 Perform create, read, update, and delete (CRUD) operations Create and seed a database with example data using Entity Framework Core 5 Incrementally add new database functionality through Entity Framework Core 5 migrations Recognize when to take advantage of new features introduced in Entity Framework Core 5 Deliver line-of-business applications using ASP.NET Core that run in a browser Who This Books Is For Developers who are familiar with C# and the .NET Framework who want to learn database access using Entity Framework Core 5. For developers creating web-based, line-of-business applications who want to create those applications more quickly and efficiently when databases are involved.

Pro Entity Framework Core 2 for ASP.NET Core MVC

Author : Adam Freeman
Publisher : Apress
Page : 567 pages
File Size : 51,9 Mb
Release : 2018-05-21
Category : Computers
ISBN : 1484234340

Get Book

Pro Entity Framework Core 2 for ASP.NET Core MVC by Adam Freeman Pdf

Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft’s object-relational mapping framework that allows developers to access data using .NET objects, and the most common data access layer used in ASP.NET Core MVC 2 projects. Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. What you’ll learn: Gain a solid architectural understanding of Entity Framework Core 2 Learn how to create databases using your MVC data model Learn how to create MVC models using an existing database Learn how to use Entity Framework Core 2 to access data in an MVC application Learn how to use Entity Framework in RESTful Web Services Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them. Who this book is for: This book is for ASP.NET Core MVC 2 developers who want to use Entity Framework Core 2 as the data access layer in their projects.