Beginning Entity Framework Core 5 : from novice to professional

Book Cover
Average Rating
Published
[Place of publication not identified] : Apress, 2021.
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781484268827, 1484268822, 9781484268834, 1484268830
UPC
10.1007/978-1-4842-6882-7

Notes

Description
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. You will: 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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Vogel, E. (2021). Beginning Entity Framework Core 5: from novice to professional . Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Vogel, Eric. 2021. Beginning Entity Framework Core 5: From Novice to Professional. [Place of publication not identified]: Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Vogel, Eric. Beginning Entity Framework Core 5: From Novice to Professional [Place of publication not identified]: Apress, 2021.

Harvard Citation (style guide)

Vogel, E. (2021). Beginning entity framework core 5: from novice to professional. [Place of publication not identified]: Apress.

MLA Citation, 9th Edition (style guide)

Vogel, Eric. Beginning Entity Framework Core 5: From Novice to Professional Apress, 2021.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
ef87071d-f1cf-9942-7655-8f532ee62046-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDef87071d-f1cf-9942-7655-8f532ee62046-eng
Full titlebeginning entity framework core 5 from novice to professional
Authorvogel eric
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:42:28AM

Book Cover Information

Image SourcecontentCafe
First LoadedAug 15, 2023
Last UsedNov 3, 2024

Marc Record

First DetectedMar 21, 2023 11:05:00 AM
Last File Modification TimeDec 17, 2024 08:16:00 AM
SuppressedRecord had no items

MARC Record

LEADER04873cam a2200613 a 4500
001on1242408087
003OCoLC
00520241217081347.0
006m     o  d        
007cr |n|||||||||
008210319s2021    xxu     o     000 0 eng d
019 |a 1243544547|a 1244119610|a 1249103843|a 1250576614|a 1253406341
020 |a 9781484268827|q (electronic bk.)
020 |a 1484268822|q (electronic bk.)
020 |a 9781484268834|q (print)
020 |a 1484268830
0247 |a 10.1007/978-1-4842-6882-7|2 doi
035 |a (OCoLC)1242408087|z (OCoLC)1243544547|z (OCoLC)1244119610|z (OCoLC)1249103843|z (OCoLC)1250576614|z (OCoLC)1253406341
037 |b Springer
040 |a YDX|b eng|e pn|c YDX|d EBLCP|d DCT|d GW5XE|d OCLCO|d SFB|d OCLCF|d VT2|d LIP|d UKAHL|d K6U|d OCLCQ|d OCLCO|d OCLCQ|d N$T|d OCLCO
049 |a MAIN
050 4|a QA76.9.W43
072 7|a COM051380|2 bisacsh
072 7|a UMP|2 bicssc
072 7|a UMP|2 thema
08204|a 005.740285/4678|2 23
08204|a 004.165|2 23
1001 |a Vogel, Eric.
24510|a Beginning Entity Framework Core 5 :|b from novice to professional /|c Eric Vogel.
260 |a [Place of publication not identified] :|b Apress,|c 2021.
300 |a 1 online resource
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file
347 |b PDF
5050 |a Introduction -- Part I. Getting Started -- 1. Installation -- 2. Project Structure -- Part II. Core Features -- 3. Entities -- 4. Database Context -- 5. Creating a Database from Code -- 6. Seeding Data -- 7. Getting Data -- 8. Inserting Data -- 9. Updating Data -- 10. Deleting Data -- 11. Navigation Properties -- Part III. Advanced Features -- 12. Aggregations -- 13. Stored Procedures -- 14. Migrations -- Part IV. A Model Web Application -- 15. Authentication on the Web -- 16. Displaying Data on the Web -- 17. Inserting Data on the Web -- 18. Updating Data on the Web -- 19. Deleting Data on the Web -- 20. Reporting on the Web -- 21. Authorization on the Web. -- Part V. Learning More -- 22 Delving Deeper -- 23 Conclusion.
520 |a 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. You will: 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.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
63000|a Active server pages.|9 19432
63000|a Microsoft .NET Framework.
63007|a Active server pages|2 fast|9 19432
63007|a Microsoft .NET Framework|2 fast
650 0|a Web databases.|9 26629
650 0|a Microsoft software.|9 69416
650 0|a Database management.|9 35533
77608|i Print version:|a Vogel, Eric.|t Beginning Entity Framework Core 5.|d [Place of publication not identified] : Apress, 2021|z 1484268814|z 9781484268810|w (OCoLC)1227383042
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484268827/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH38627752
938 |a ProQuest Ebook Central|b EBLB|n EBL6520864
938 |a YBP Library Services|b YANK|n 301998067
938 |a EBSCOhost|b EBSC|n 2891316
994 |a 92|b VIA
999 |c 284737|d 284737