Hands-On RESTful Web Services with ASP.NET Core 3

Autor: Samuele Resca

Tema: COM051310 - COMPUTERS / Programming Languages / C#; COM060180 - COMPUTERS / Web / Web Services and APIs; COM060160 - COMPUTERS / Web / Web Programming

Editorial: Packt Publishing (2019-12-27)

978-1-78953-924-0

Hands-On RESTful Web Services with ASP.NET Core 3 ebook cover

Get up to speed with the latest features of C# 8, ASP.NET Core 3 and .NET Core 3.1 LTS to create robust and maintainable web services

Key Features

  • Apply design patterns and techniques to achieve a reactive, scalable web service
  • Document your web services using the OpenAPI standard and test them using Postman
  • Explore mechanisms to implement a secure web service using client-side SSL and token authentication

    Book Description

    In recent times, web services have evolved to play a prominent role in web development. Applications are now designed to be compatible with any device and platform, and web services help us keep their logic and UI separate. Given its simplicity and effectiveness in creating web services, the RESTful approach has gained popularity, and this book will help you build RESTful web services using ASP.NET Core.

    This REST book begins by introducing you to the basics of the REST philosophy, where you'll study the different...