This course will get you started with .net core 3.0 API development or .net core API development in general. We will start with the basics - controllers, actions, routes, with that we will figure out how to access different pieces of requests and responses. Once we are done with the basics, we will move on to dependencies which will be explained in a very clear, simple and quick way. Finally, we will touch on authorization, you will learn how to use action filter and then later you will see how to possibly secure a public API.
Objectives
Be able to receive http requests
Be able to send http responses
Use dependency injections
Instructional level
Multilevel
Requirements
visual studio 2019
Who should take this online course
C# developers who want to expand their skills with web api development.