C# 11 and .NET 7 - modern cross-platform development start building websites and services with ASP.NET Core 7, Blazor, and EF Core 7

An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle book includes a free eBook in PDF format. Key Features...

Descripción completa

Detalles Bibliográficos
Otros Autores: Price, Mark J., 1963- author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham : Packt Publishing [2022]
Edición:Seventh edition
Colección:Expert insight.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009701165806719
Tabla de Contenidos:
  • Chapter 1. Hello, C#! Welcome, .NET!
  • Chapter 2. Speaking C#
  • Chapter 3. Controlling Flow, Converting Types, and Handling Exceptions
  • Chapter 4. Writing, Debugging, and Testing Functions
  • Chapter 5. Building Your Own Types with Object-Oriented Programming
  • Chapter 6. Implementing Interfaces and Inheriting Classes
  • Chapter 7. Packaging and Distributing .NET Types
  • Chapter 8. Working with Common .NET Types
  • Chapter 9. Working with Files, Streams, and Serialization
  • Chapter 10. Working with Data Using Entity Framework Core
  • Chapter 11. Querying and Manipulating Data Using LINQ
  • Chapter 12. Introducing Web Development Using ASP.NET Core
  • Chapter 13. Building Websites Using ASP.NET Core Razor Pages
  • Chapter 14. Building Websites Using the Model-View-Controller Pattern
  • Chapter 15. Building and Consuming Web Services
  • Chapter 16. Building User Interfaces Using Blazor
  • Chapter 17. Epilogue