ASP.NET Core in action

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

Descripción completa

Detalles Bibliográficos
Otros Autores: Lock, Andrew, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications [2018]
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630725306719
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.