Cargando…

ASP.NET Core in action /

ASP.NET Core in Action is for C# developers without any web development experience who want to get started and productive fast using ASP.NET Core 2.0 to build web applications. About the Technology The dev world has permanently embraced open platforms with flexible tooling, and ASP.NET Core has chan...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lock, Andrew (Computer scientist) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part 1. Getting started with MVC. Getting started with ASP.NET core
  • Your first application
  • Handling requests with the middleware pipeline
  • Creating web pages with MVC controllers
  • Mapping URLs to methods using conventional routing
  • The binding model : retrieving and validating user input
  • Rendering HTML using Razor views
  • Building forms with Tag Helpers
  • Creating a web API for mobile and client applications using MVC
  • Part 2. Building complete applications. Service configuration with dependency injection
  • Configuring an ASP.NET core application
  • Saving data with entity framework core
  • The MVC filter pipeline
  • Authentication : adding users to your application with identity
  • Authorization : securing your application
  • Publishing and deploying your application
  • Part 3. Extending your applications. Monitoring and troubleshooting errors with logging
  • Improving your application's security
  • Building custom components
  • Testing your application.