|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn993432921 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
170711s2017 xxua ob 000 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d EBLCP
|d GW5XE
|d N$T
|d YDX
|d OCLCF
|d NJR
|d UAB
|d ESU
|d AZU
|d UPM
|d COO
|d OCLCQ
|d MERER
|d VT2
|d OCLCQ
|d IOG
|d OCLCO
|d OCLCA
|d IDB
|d K6U
|d MERUC
|d OCL
|d SNK
|d OCLCQ
|d LIV
|d U3W
|d D6H
|d CAUOI
|d VVB
|d OCLCQ
|d KSU
|d WYU
|d UMI
|d STF
|d TOH
|d UKMGB
|d G3B
|d AUD
|d AU@
|d UKAHL
|d LEAUB
|d UHL
|d LEATE
|d OCLCQ
|d OCLCO
|d OCLCQ
|d EYM
|d OCLCQ
|d OCLCO
|d OCLCQ
|d INARC
|d OCLCQ
|
015 |
|
|
|a GBB8O2116
|2 bnb
|
016 |
7 |
|
|a 019177138
|2 Uk
|
019 |
|
|
|a 993588580
|a 1002390137
|a 1005809904
|a 1012024337
|a 1048139587
|a 1062727680
|a 1066614253
|a 1066629226
|a 1086521691
|a 1112874253
|a 1113488037
|a 1122813970
|a 1129341003
|
020 |
|
|
|a 9781484224786
|q (electronic bk.)
|
020 |
|
|
|a 1484224787
|q (electronic bk.)
|
020 |
|
|
|a 1484224779
|
020 |
|
|
|a 9781484224779
|
020 |
|
|
|z 9781484224779
|q (print)
|
024 |
7 |
|
|a 10.1007/978-1-4842-2478-6
|2 doi
|
029 |
1 |
|
|a AU@
|b 000060623333
|
029 |
1 |
|
|a CHNEW
|b 000966449
|
029 |
1 |
|
|a CHVBK
|b 495243035
|
029 |
1 |
|
|a UKMGB
|b 019177138
|
029 |
1 |
|
|a AU@
|b 000068986497
|
035 |
|
|
|a (OCoLC)993432921
|z (OCoLC)993588580
|z (OCoLC)1002390137
|z (OCoLC)1005809904
|z (OCoLC)1012024337
|z (OCoLC)1048139587
|z (OCoLC)1062727680
|z (OCoLC)1066614253
|z (OCoLC)1066629226
|z (OCoLC)1086521691
|z (OCoLC)1112874253
|z (OCoLC)1113488037
|z (OCoLC)1122813970
|z (OCoLC)1129341003
|
037 |
|
|
|a CL0501000007
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.875.I57
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
072 |
|
7 |
|a UM
|2 bicssc
|
082 |
0 |
4 |
|a 006.7/8
|2 23
|
082 |
0 |
4 |
|a 004
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Japikse, Philip,
|e author.
|
245 |
1 |
0 |
|a Building web applications with Visual Studio 2017 :
|b using .NET Core and modern JavaScript frameworks /
|c Philip Japikse, Kevin Grossnicklaus, Ben Dewey.
|
264 |
|
1 |
|a [United States] :
|b Apress,
|c 2017.
|
264 |
|
2 |
|a New York :
|b Distributed to the Book trade worldwide by Springer
|
264 |
|
4 |
|c Ã2017
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
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
|
505 |
0 |
|
|a At a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Part I: Visual Studio 2017 and .NET Core; Chapter 1: Introducing Entity Framework Core; The SpyStore Database; Installing Visual Studio 2017 and .NET Core; Installing Visual Studio; Installing the .NET Core SDKs; The .NET Core Command Line Interface (CLI); Creating and Configuring the Solution and Projects; Creating the Solution and Projects; Changes to the Project Files; Updating the Target Framework; Working with NuGet Packages; Manually Restoring Packages.
|
505 |
8 |
|
|a Restoring Packages from the CLIRestoring with Package Manager Console; Adding the Project References; Adding Entity Framework Core; Adding EF Packages to the SpyStore. DAL Project; Installing/Updating Packages Using the SpyStore. DAL.csproj File; Adding EF Packages to the SpyStore. Models Project; Adding Packages to the SpyStore. DAL. Tests Project; Building the Foundation; Understanding the DbContext Class; Creating the StoreContext Class; Understanding the DbSet Collection Type; Connection Resiliency; Custom Connection Strategies; Building the Base Entity Class; Entity Framework Conventions.
|
505 |
8 |
|
|a Data Annotations Support in EF CoreAdding Data Annotations to the EntityBase Class; Adding the Category Model Class; Adding the Categories DbSet; Migrations; Executing EF .NET CLI Commands; Creating the First Migration; Removing a Migration; Applying the Migration; Viewing the Database; Creating Migration SQL Scripts; Understanding CRUD Operations Using Entity Framework; Creating Records; Reading Records; No-Tracking Queries; Updating Records; Concurrency Checking; Updating Using Entity State; Deleting Records; Deleting Using Entity State; Unit Testing EF Core.
|
505 |
8 |
|
|a Creating the CategoryTests ClassCreating and Running the First Test; Testing EF CRUD Operations; Test Adding a Category Record; Test Retrieving All Category Records; Test Updating a Category Record; Test Deleting a Category Record Using Remove; Test Deleting a Record Using EntityState; Testing Concurrency Checking; Adding the Core Repository Interface and Base Class; Adding the IRepo Interface; Adding the Base Repository; Adding the Category Repository; Summary; Chapter 2: Building the Data Access Layer with Entity Framework Core; The SpyStore Database; Navigation Properties and Foreign Keys.
|
505 |
8 |
|
|a Handling Display NamesMixing EF with Stored Procedures and Functions; Finishing the Model Classes; Updating the Category Model; Adding the Product Model; Adding the Shopping Cart Record Model; Adding the Order Model; Adding the Order Detail Model; Adding the Customer Model; Updating the StoreContext; Adding the DbSet Properties for the Models; Finishing the Model with the Fluent API; Creating the Unique Index for Email Addresses on the Customer Table; Setting Default Values on the Order Table; Creating the Computed Column for Order Details.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLInk, viewed July 18, 2017).
|
520 |
|
|
|a Learn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP.NET Core, you will then build the client side web application three ways: first, using ASP.NET Core, then using Angular 2, and, finally, using React. You will be able to compare and contrast these UI frameworks and select the best one for your needs. .NET Core is a complete rewrite of the popular .NET and its related frameworks. While many concepts are similar between .NET Core and the .NET 4.6 framework, there are revolutionary changes as well, including updates to Entity Framework Core and ASP.NET Core. The first section of this book covers the three main parts of building applications with C#: Entity Framework, ASP.NET Core Services, and ASP.NET Core Web Applications. There is also an explosion in popularity of JavaScript frameworks for client side development, and the authors cover two of the most popular UI frameworks. Start with TypeScript for developing clean JavaScript, along with a client side build tool such as Gulp, Grunt, and WebPack. Using the same data access layer and RESTful service from the .NET Core application, you can rebuild the UI using Angular 2. Then, repeat the process using React, for a true comparison of building client side applications using ASP.NET Core, Angular 2, and React. What You'll Learn: Understand the fundamentals of .NET Core and what that means to the traditional .NET developer Build: a data access layer with Entity Framework Core, a RESTful service with ASP.NET Core MVC, and a website with ASP.NET Core MVC and Bootstrap Automate many build tasks with client side build utilities.
|
504 |
|
|
|a Includes bibliographical references.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Microsoft Visual studio.
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft Visual studio.
|2 fast
|0 (OCoLC)fst01389599
|
630 |
0 |
7 |
|a Microsoft .NET Framework.
|2 fast
|0 (OCoLC)fst01020083
|
650 |
|
0 |
|a Web applications.
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
7 |
|a Programming & scripting languages: general.
|2 bicssc
|
650 |
|
7 |
|a Microsoft programming.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Web applications.
|2 fast
|0 (OCoLC)fst01895855
|
700 |
1 |
|
|a Grossnicklaus, Kevin,
|e author.
|
700 |
1 |
|
|a Dewey, Ben,
|e author.
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484224779
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484224786/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n buildingwebappli0000japi_c4n5
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH33062857
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6231524
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4905337
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1549842
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14676923
|
994 |
|
|
|a 92
|b IZTAP
|