Leveraging Modern JavaScript Frameworks
Buch, Englisch, 615 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 1206 g
ISBN: 978-1-4842-5351-9
Verlag: Apress
Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks.
You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also using ASP.NET Core. The resulting application is an example e-commerce site using the most appropriate capabilities in .NET Core for building a line of business applications.
The second half of Building Web Applications with .NET Core 2.1 and JavaScriptis dedicated to teaching you how to develop applications on the client with JavaScript, BootStrap, and related tooling such as TypeScript, WebPack, NPM, and more. Each JavaScript framework will build the same UI as the ASP.NET Core web application from the first half of the book, leveraging the same ASP.NET Core RESTful service and Entity Framework Core data access layer. Building the same UI in the different JavaScript frameworks provides the context and knowledge to reasonably compare and contrast the tools.
What You Will Learn
- Ramp up quickly on Entity Framework Core and ASP.NET Core
- Use TypeScript to deliver better JavaScript
- Manage your JavaScript build process
- Know how to build UIs with ASP.NET Core MVC, Angular, and React to make better decisions on which technologies to adopt in your projects
- Conduct an apples-to-apples comparison of ASP.NET Core, Angular, and React
Who This Book Is For
.NET architects, consultants, and developers who want to modernize their skill set. Some understanding of JavaScript and the Web is useful.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Webprogrammierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Microsoft Programmierung .NET Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Part I.- Chapter 1: Introducing .NET Core.- Chapter 2: – Introducing Entity Framework Core.- Chapter 3: Building the Data Access Layer, Part 1.- Chapter 4: Complete the Data Access Layer.- Chapter 5: Introducing ASP.NET Core.- Chapter 6: Building the RESTful Service with ASP.NET Core.- Chapter 7: Build the Web Application with ASP.NET Core, Part 1.- Chapter 8: Complete the Web Application with ASP.NET Core.- Part II.- Chapter 9: JavaScript Application Tools.- Chapter 10: Introduction to Typescript.- Chapter 11: Building the Spy Store Web Application with Angular.- Chapter 12: React.