Cargando…

Pro Entity Framework Core 2 for ASP.NET Core MVC /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Freeman, Adam, 1972- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2018.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1031999541
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 180423s2018 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d EBLCP  |d AZU  |d COO  |d UMI  |d UPM  |d UAB  |d OCLCF  |d OCLCQ  |d STF  |d TOH  |d CEF  |d YDX  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d SNK  |d MOQ  |d WYU  |d G3B  |d LVT  |d C6I  |d UKMGB  |d K6U  |d CAUOI  |d D6H  |d MERER  |d LEAUB  |d OCLCQ  |d LQU  |d FVL  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d UKAHL  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d COM  |d OCLCQ  |d OCLCO 
015 |a GBB8M4634  |2 bnb 
016 7 |a 019140171  |2 Uk 
019 |a 1034548960  |a 1035957687  |a 1038419180  |a 1048182454  |a 1066656727  |a 1081216312  |a 1086428731  |a 1103253296  |a 1105187690  |a 1105718106  |a 1111262862  |a 1113420908  |a 1113716182  |a 1122817917  |a 1129361701 
020 |a 9781484234358  |q (electronic bk.) 
020 |a 1484234359  |q (electronic bk.) 
020 |a 1484234340 
020 |a 9781484234341 
020 |a 9781484234365  |q (print) 
020 |a 1484234367 
020 |a 9781484246696  |q (print) 
020 |a 1484246691 
020 |z 9781484234341 
024 7 |a 10.1007/978-1-4842-3435-8  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000063566438 
029 1 |a AU@  |b 000066233390 
029 1 |a AU@  |b 000066533580 
029 1 |a AU@  |b 000067497691 
029 1 |a CHNEW  |b 001063417 
029 1 |a CHVBK  |b 575139773 
029 1 |a UKMGB  |b 019140171 
035 |a (OCoLC)1031999541  |z (OCoLC)1034548960  |z (OCoLC)1035957687  |z (OCoLC)1038419180  |z (OCoLC)1048182454  |z (OCoLC)1066656727  |z (OCoLC)1081216312  |z (OCoLC)1086428731  |z (OCoLC)1103253296  |z (OCoLC)1105187690  |z (OCoLC)1105718106  |z (OCoLC)1111262862  |z (OCoLC)1113420908  |z (OCoLC)1113716182  |z (OCoLC)1122817917  |z (OCoLC)1129361701 
037 |a CL0500000965  |b Safari Books Online 
050 4 |a QA76.754 
072 7 |a COM  |x 051470  |2 bisacsh 
072 7 |a UMP  |2 bicssc 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Freeman, Adam,  |d 1972-  |e author. 
245 1 0 |a Pro Entity Framework Core 2 for ASP.NET Core MVC /  |c Adam Freeman. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2018. 
264 4 |c Ã2018 
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 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 24, 2018). 
500 |a Includes index. 
505 0 |a Intro; Contents; About the Author; About the Technical Reviewer; Part I: Introducing Entity Framework Core 2; Chapter 1: Entity Framework Core in Context; Understanding Entity Framework Core; About This Book; What Do You Need to Know?; What Software Do You Need?; What If You Don't Want to Use Windows?; What Is the Structure of This Book?; Part 1: Introducing Entity Framework Core 2; Part 2: Entity Framework Core 2 in Detail; Part 3: Advanced Entity Framework Core 2; Where Can You Get the Example Code?; Where Can You Get Corrections for This Book?; How Can You Contact Me?; Summary. 
505 8 |a Chapter 2: Your First Entity Framework Core ApplicationGetting Ready; Installing .NET Core; Installing Visual Studio 2017; Adding the Visual Studio Extensions; Creating the Project; Setting the Scene; Creating the Project; Adding the Bootstrap CSS Framework; Configuring the HTTP Port; Creating the Data Model and Context Classes; Creating the Controller and Views; Configuring Entity Framework Core; Configuring the Connection String; Configuring the Startup Class; Preparing the Database; Testing the Application; Summary; Chapter 3: Working with Databases; Preparing for This Chapter. 
505 8 |a Exploring the DatabaseExamining the Database Tables; Examining the Database Content; Understanding SQL; Querying Data; Manually Querying the Database; Filtering Data; Selecting and Ordering Columns; Ordering Rows; Examining the Entity Framework Core Query; Understanding Query Parameters; Storing and Updating Data; Updating Existing Data; Deleting Data; Joining Data; Preparing the Database; Performing a Join; Summary; Chapter 4: SportsStore: A Real (Data) Application; Creating the Project; Configuring the MVC Framework; Adding the Model; Adding a Repository; Adding a Controller and View. 
505 8 |a Adding the Finishing TouchesRunning the Example Application; Summary; Chapter 5: SportsStore: Storing Data; Preparing for this Chapter; Configuring Entity Framework Core; Configuring Entity Framework Core Logging Messages; Preparing the Data Model; Defining a Primary Key Property; Creating the Database Context Class; Updating the Repository Implementation; Preparing the Database; Configuring the Connection String; Configuring the Database Provider and Context Class; Creating the Database; Running the Application; Avoiding the Query Pitfalls; Understanding the IEnumerable Pitfall. 
505 8 |a Understanding the Duplicate Query PitfallAvoiding a Query Using CSS; Forcing Query Execution in the Repository; Common Problems and Solutions; Problems Creating or Accessing the Database; The "No executable found matching command dotnet-ef" Error; The "Build Failed" Error; The "The entity type requires a primary key to be defined" Error; The "There is already an object named in the database" Exception; The "A Network-Related or Instance-Specific Error Occurred" Exception; The "Cannot Open Database Requested By The Login" Exception; Problems Querying Data. 
520 |a 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. You will: 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 0 |a Entity Framework (Software framework) 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages  |2 fast 
630 0 7 |a Entity Framework (Software framework)  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Algorithms & data structures.  |2 bicssc 
650 7 |a Microsoft programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x ASP.NET.  |2 bisacsh 
776 0 8 |i Printed edition:  |z 9781484234341 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484234358/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093453 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5356138 
938 |a EBSCOhost  |b EBSC  |n 1794405 
994 |a 92  |b IZTAP