Chapter 1, Getting Started, will cover the planning phase, explain how to identify a perfect technology stack based on our requirement or problem statements, along with fundamental aspects of RESTful and RESTless services.
Chapter 2, Build Initial Framework – Layout Foundation of Application, will get you acquainted with the concepts of various methods, such as GET, POST, PUT, DELETE, and so on.
Chapter 3, User Registration and Administration, will get you acquainted with authentication with ASP.NET Core 2.0, Entity Framework Core, Basic Authentication, and OAuth 2.0.
Chapter 4, Item Catalogue, Cart, and Checkout, will help you understand the complex components of ASP.NET Core, including .NET Standard 2.0 while building different sections of the e-commerce application.
Chapter 5, Integrating External Components and Handling, will help you understand middleware, implementing logging using middleware, authentication, and resource restriction.
Chapter 6, Testing RESTful Web Services, will get you acquainted with the test paradigm, testing concepts, stubs and mocking, security testing, and integration testing.
Chapter 7, Continuous Integration and Continuous Deployment, will get you acquainted with CI and CD concepts using VSTS and Azure.
Chapter 8, Securing RESTful Web Services, will help you understand various security techniques, including basic authentication, XSS attacks, data encryption.
Chapter 9, Scaling RESTful Services (Performance of Web Services), will explain scaling-in, scaling-out, and the various patterns of scaling.
Chapter 10, Building a Web Client (Consuming Web Services), will teach the readers ASP.NET Core and Rest Client with RestSharp.
Chapter 11, Introduction to Microservices, gives an overview of microservices by covering ecosystem in microservices with ASP.NET Core.