Pro ASP.NET Core 3 Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages

Now in its 8th edition, Pro ASP.NET Core has been thoroughly updated for ASP.NET Core 3 and online for ASP.NET Core 5 and .NET 5.0. This comprehensive, full-color guide is the only book you need to learn ASP.NET Core development! Professional developers get ready to produce leaner applications for t...

Descripción completa

Detalles Bibliográficos
Autor principal: Freeman, Adam. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:8th edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630887106719
Tabla de Contenidos:
  • Part 1
  • 1. Putting ASP.NET Core into Context
  • 2. Getting Started
  • 3. Your First ASP.NET Core Application
  • 4. Using the Development Tools
  • 5. Essential C# Features
  • 6. Unit Testing ASP.NET Core Applications
  • 7. SportsStore
  • 8. SportsStore: Navigation & Cart
  • 9. SportsStore: Completing the Cart
  • 10. SportsStore: Administration
  • 11. SportsStore: Security & Deployment
  • Part 2
  • 12. Understanding the ASP.NET Core Platform
  • 13. Using URL Routing
  • 14. Using Dependency Injection
  • 15. Using the Platform Features, Part 1
  • 16. Using the Platform Features, Part 2
  • 17. Working with Data
  • Part 3
  • 18. Creating the Example Project
  • 19. Creating RESTFul Web Services
  • 20. Advanced Web Service Features
  • 21. Using Controllers with Views
  • 22. Using Controllers with Views, Part 2
  • 23. Using Razor Pages
  • 24. Using View Components
  • 25. Using Tag Helpers
  • 26. Using the Built-In Tag Helpers
  • 27. Using the Forms Tag Helpers
  • 28. Using Model Binding
  • 29. Using Model Validation
  • 30. Using Filters
  • 31. Creating Form Applications
  • Part 4
  • 32. Creating the Example Application
  • 33. Using Blazor Server, Part 1
  • 34. Using Blazor Server Part 2
  • 35. Advanced Blazor Features
  • 36. Blazor Forms and Data
  • 37. Blazor Web Assembly
  • 38. Using ASP.NET Core Identity
  • 39. Applying ASP.NET Core Identity.