Building Web Applications with Visual Studio 2017: Using .NET Core and Modern JavaScript Frameworks
Philip Japikse, Kevin Grossnicklaus, Ben Dewey
- 出版商: Apress
- 出版日期: 2017-07-09
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 393
- 裝訂: Paperback
- ISBN: 1484224779
- ISBN-13: 9781484224779
-
相關分類:
.NET、JavaScript、Visual Studio
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
$520$411 -
$2,060$1,957 -
$509精通 C# 5.0 與 .NET 4.5 高級編程-LINQ, WCF, WPF 和 WF
-
$690$538 -
$580$493 -
$860$731 -
$454Learning TypeScript 中文版
-
$556Angular 權威教程
-
$352大話代碼架構 (項目實戰版)
-
$1,200$948 -
$474$450 -
$354$336 -
$520$411 -
$350$298 -
$454Spring 微服務架構設計, 2/e
-
$1,700$1,615 -
$536精通Spring Cloud微服務架構
-
$403Vue.js 入門與商城開發實戰
-
$780$608 -
$780$616 -
$403Xamarin 全棧開發技術與實踐 (微課版)
-
$400$340 -
$458Spring Boot 企業級項目開發實戰
-
$650$507 -
$690$538
相關主題
商品描述
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
Intermediate to advanced .NET developers