Building web applications with Visual Studio 2017 using .NET Core and modern JavaScript frameworks

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

Full description

Bibliographic Details
Main Authors: Japikse, Philip, Grossnicklaus, Kevin (Author), Dewey, Ben (Author)
Format: eBook
Language:English
Published: [United States], New York Apress, Distributed to the Book trade worldwide by Springer 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 06488nmm a2200565 u 4500
001 EB001912341
003 EBX01000000000000001075243
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484224786 
020 |a 1484224779 
020 |a 9781484224779 
020 |a 1484224787 
050 4 |a TK5105.875.I57 
100 1 |a Japikse, Philip 
245 0 0 |a Building web applications with Visual Studio 2017  |b using .NET Core and modern JavaScript frameworks  |c Philip Japikse, Kevin Grossnicklaus, Ben Dewey 
260 |a [United States], New York  |b Apress, Distributed to the Book trade worldwide by Springer  |c 2017 
300 |a 1 online resource  |b illustrations 
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 0 |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 0 |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 
505 0 |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 0 |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 0 |a Includes bibliographical references 
653 |a Applications Web 
653 |a Microsoft .NET Framework 
653 |a Programming & scripting languages: general / bicssc 
653 |a Microsoft programming / bicssc 
653 |a Microsoft Visual studio / fast 
653 |a Microsoft .NET Framework / fast 
653 |a Web applications / fast 
653 |a COMPUTERS / General / bisacsh 
653 |a Web applications / http://id.loc.gov/authorities/subjects/sh2012001728 
653 |a Microsoft Visual studio / http://id.loc.gov/authorities/names/n98043868 
700 1 |a Grossnicklaus, Kevin  |e author 
700 1 |a Dewey, Ben  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-2478-6 
015 |a GBB8O2116 
024 8 |a 10.1007/978-1-4842-2478-6 
776 |z 1484224787 
776 |z 9781484224786 
776 |z 9781484224779 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484224786/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 004 
082 0 |a 006.7/8 
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