Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 68% Create your first API with ASP.NET Core

Create your first API with ASP.NET Core

$12.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare

ASP.NET Core supports building RESTful services, also known as web APIs, using C#. To process requests, a web API uses controllers. Controllers in a web API are classes that derive from ControllerBase. This course explains how to use controllers to handle Web API requests.

You will learn through this course how to create a web API with ASP.NET Core, you will be led to use different techniques and tools, such as :

MVC
Entity Framework Core
LINQ
Code First
Migrations
DbContext
Routing
ViewModels
CRUD
Postman

In this course, I have focused on the GET, POST, PUT, PATCH, and DELETE methods.

Thanks to the HttpGet attribute of ASP.NET Core, we can query, in read, an API very easily.

HttpPost to sen a request to create a new resource.

HttpPut to fully modify a resource.

HttpPatch to partially modify a resource.

HttpDelete to delete a resource.

I am using the MVC architecture pattern.

The Model–View–Controller (MVC) architectural model separates the application into three groups of main components : Models, Views, and Controllers. The model allows for the separation of concerns. Using the model, user requests are routed to a controller that is responsible for working with the model to perform user actions and/or retrieve query results. The controller chooses which view to display to the user and provides them with all the model data they need.

Specification: Create your first API with ASP.NET Core

Duration

2.5 hours

Year

2021

Level

Beginner

Certificate

Yes

Quizzes

No

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Create your first API with ASP.NET Core”

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create your first API with ASP.NET Core
Create your first API with ASP.NET Core

$12.99

Price tracking

Java Code Geeks
Logo
Register New Account
Compare items
  • Total (0)
Compare