Developing ASP.NET Core Web UI and API App
Learn the super easier way of developing ASP.NET Core WebAPI microservices and Web UI apps with ASP.NET Web UI in this course
Introduction
FREE PREVIEWCreating ASP.NET WebAPI, Adding Entity Framework, Model and Seed Data
FREE PREVIEWPerforming Seed Data and writing custom API controllers to access them in WebAPI
Repository Pattern to perform CRUD operation with Entity Framework ORM
Introduction
Accessing Product API with OpenAPI Service reference in VS 2022
Creating simple Product View and accessing the Product API from Swagger Client
Code generation of Open API Spec using Swagger and NSwag
Creating Product Controller and Product List VIew
Creating create Product view
Creating Edit Product view
Refactoring Product API access with Product Utils for Swagger Client
Creating Product Details and Delete View and action in controller
Handling Enum Types in Open API Spec and generating code in Swagger with NSwag
Complete source code for all the chapters