Building web applications with .NET Core 2.1 and JavaScript : leveraging modern JavaScript frameworks /
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 p...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress L.P.,
[2020]
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. .NET Core 2.1. Introducing .NET Core
- Introducing entity framework core
- Build the data access layer, part 1
- Complete the data access layer
- Introducing ASP.NET core
- Build the RESTful service with ASP.NET core
- Build the web application with ASP.NET Core, part 1
- Complete the web application with ASP.NET Core
- Part 2. Client-side tooling and JavaScript frameworks. JavaScript application tools
- Introduction to TypeScript
- Building the Spy Store web application with Angular
- React.