API Development Using ASP.NET Core Web API

Sardar Mudassar Ali Khan

A practical approach for developing the API in asp.net core

  • Published on Oct 24 2023
  • Pages 161
  • Downloaded 5.4k
  • Type PDF
Buy
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 16.4k
  • 0
API Development in asp.net core web API in this book we adopted a practical approach for the development of software products. This book is divided into four parts every part has its dimension. In this book, we will explain the fully featured projects and how we can architect the application using the following architectures.
  • What is Restful Web Service
  • Introduction to API Development
  • API Development Using Asp.net Core
  • API Development Using Onion Architecture.
  • API Testing Using Swagger
  • API Testing Using Postman
  • API Deployment on Azure Cloud
  • API Deployment on Hosting Server
Chapter 1: API Development Using Asp.net Core
  • Introduction
  • Why Restful Web Service
  • Implementation
  • Conclusion
  • Complete Project GitHub URL
Chapter 2: API Development Using Three-Tier Architecture
  • Introduction
  • Complete Understanding of Three Tier Architecture
  • Practical Approach for Architecting the Application with Asp.net Core
  • Conclusion
  • Complete the Project GitHub URL
Chapter 3: API Development Using Onion Architecture
  • Introduction
  • Complete Understanding of Onion Architecture
  • Practical Approach for Architecting the Application with Asp.net Core
  • Conclusion
  • Complete the Project GitHub URL
Chapter 4: API Testing Using Swagger
  • Introduction
  • API Testing Using Swagger in Asp.net Core
  • Test POST, PUT, DELETE, GET, UPDATE Endpoints Using Swagger
  • Conclusion
Chapter 5: API Testing Using Postman
  • Introduction
  • API Testing Using Postman in Asp.net Core
  • Test POST, PUT, DELETE, GET, UPDATE Endpoints Using Postman
  • Conclusion
Chapter 6: Application Deployment on Azure Cloud
  • Introduction
  • Creation of an App on Azure Cloud
  • Server Configuration in Visual Studio
  • Deployment Steps Using Visual Studio
  • Output on Azure Websites
  • Conclusion
Chapter 7: Application Deployment on Server
  • Introduction
  • Deployment Procedure
  • Server Configuration
  • Deployment Steps
  • Conclusion