Section 1: Introduction - Rest APIs in ASP .Net Core Course

 Introduction


In this series, we will create RESTFul APIs using ASP.Net Core. We will not be deep diving into all the topics; instead we will create APIs super fast. You can use this to refresh our knowledge or to quick to learn the course. I will try to explain it as best as possible.


What will we learn here:

  • Setting up Visual Studio for development.
  • Web API Basics.
  • How to store the data in SQL Server using Entity framework.
  • API Documentation using Swagger.
  • Error Handling  and Status Codes.
  • Async APIs.
  • Content Negotiation and Migrations.

Tools Required:

  • Visual Studio Community Edition. It is free! Just downlaod an duse it.
  • SQLServer
  • SSMS
  • Postman