ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET

Learn ASP.NET Core Web API, Entity Framework Core, LINQ, Minimal Web API, .NET 7, C#, SQL, Azure Hosting, OAuth 2.0

4.42 (197 reviews)
Udemy
platform
English
language
Software Engineering
category
instructor
ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET
2,129
students
11 hours
content
Jan 2023
last update
$94.99
regular price

What you will learn

ASP Dotnet Core Web API

EF Core (Entity Framework Core)

SQL

LINQ - Language Integrated Query

HTTP

REST

Azure Hosting

Authentication and Authorization using Azure AD

OAuth 2.0

Azure API Management

Minimal API

Azure Blob Storage

Logging

File Upload and Download

Applying everything in a real world Course Project

Why take this course?

Do you want to build restful Web APIs? ASP.NET Core Web API is one of the best frameworks to accomplish that. Are you interested in learning ASP.NET Core Web API and you are looking for a comprehensive course about the topic, created by an experienced ASP.NET Core developer? Then this course is for you.


Learning how to develop restful Web APIs is not only about learning ASP.NET Core Web API, but also about learning concepts like HTTP, REST, databases and methodology. In this course we are starting with the absolute basics. You only need some fundamental C# knowledge, to be able to follow this course.


The best way to learn a new framework is coding. This is why this course is focused on live coding sessions a lot. You can follow along coding the examples yourself for the best and most effective learning experience. This course also includes  lot info sheets and cheat sheets for future reference. We are also creating a complete Web API from scratch. You can use this project as a template and reference for future projects.


What you will learn in this course:

1. HTTP: HTTP is the foundation of the web and also for WEB APIs. You will learn the basics about Http. We will also talk about Http request methods and status codes.

2. REST: When it comes to WEB APIs, people are often talking about REST. You will learn what REST is and which guidelines your service should follow, to be called a restful service.

3. SQL: Usually we are storing data using relational databases. The language to work with these relational databases is SQL (structured query language). You will learn the basics about SQL. That includes but is not limited to creating tables, inserting data and updating data, querying data and deleting data.

4. C# Advanced Concepts: We will talk about some advanced concepts and language constructs in C#, that you need, to be able, to follow the course. If you are missing anything in this section, please let me know.

5. LINQ: Linq (Language Integrated Query) is needed in different kinds of situations, when you are working with ASP.NET Core. You will create your own solution covering a lot of LINQ examples. You can use this solution as a cheat sheet later.

6. EF Core (Entity Framework Core): Entity Framework Core is the most used data access framework for C#. We will talk about everything needed, to get you started using EF Core. You will also create a solution containing examples, that you can use as a cheat sheet.

7. ASP.NET Core Web API: We will explore the project structure of ASP.NET Core Web API projects. You will learn all the important features and concepts in ASP.NET Core. We will talk about Controllers, the entry point of the application, HTTP Context, API Documentation using Swagger, Minimal APIs and Middlewares.

8. Azure Hosting: You will learn, how to host your API in Microsoft Azure. We will also look into Azure API Management.

9. Authentication & Authorization: Most of the time, you want to secure your APIs. The modern approach of securing an API is using OAuth 2.0. We will implement Authentication & Authorization using OAuth 2.0 and Azure AD.

10. File Upload and Download: Another very important feature, that you often want to implement in your APIs is file upload and download. We will implement file upload and download using normal storage in the file system of your web server. You will also learn, how to utilize Azure Blob Storage, to store your files.

11. Logging: Every good application needs logging and Web APIs are no exception. You will learn how to implement logging in ASP.NET Core.


This course contains:

Infosheets
Cheatsheets
Downloadable Source Code


If you have any questions, please don't hesitate to ask in the Questions & Answers section of this course. I will happily answer your questions as soon as possible.

Screenshots

ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Screenshot_01ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Screenshot_02ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Screenshot_03ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Screenshot_04

Reviews

Kritsana
July 19, 2023
well explained indeed but fast in some topics would like to improve in this section But for beginners, making the project is quite difficult because the structure of the project is quite difficult to understand. Let me give you an example of a simple project structure to make it easy to follow and learn first. Then gradually increase the level of difficulty, whether it's structure or best practice, but anyway, I learned a lot from this course. and gave me enough background to be able to learn more from other sources Suggestions: However, would like to have a learning map that can be seen as a checkpoint for learning in each topic so that learners can follow up more easily. Update: After I Learned about Clean Architecture I can understand easily Thank you so much and I update the rating to 5.
Armin
May 10, 2023
Der Kurs war seh gut strukturiert und sehr lehrreich. Im großen und ganzen ein sehr hilfreicher Kurs, der mir gefallen hat. Was mich etwas gestört hat, ist dass einige Erklärungen oftmals für meinen Geschmack recht oberflächlich gehalten wurden. Nicht gut gefallen hat mir der Aufbau des Routings. Da bei einer REST Schnittstelle bereits "GET, POST, PUT, DELETE..." verwendet werden, macht es keinen Sinn im Routing nochmal "Get" zu spezifizieren.
Haider
May 9, 2023
I am halfway through the project and many concepts are not explained in a beginner-friendly way. You need to have a firm understanding of backend functionalities if you'd like to go at full speed with this course.
Arvin
April 11, 2023
Good content good instructor, Lasse(instructor) needs to be a little more active in Q&A section, and I fill the Authentication parts need a little more cover, overally it was good course
Sam
March 14, 2023
The instructor is very knowledgeable and it is easy to follow. I give this course a 4 ????because I think the following: 1. Choice of SQLLite was not good. MSSQL is de facto choice for .NET applications. Also, a separate chapter shall be added for each major RDBM: Postgress, MySQL, Sybase, Oracle. 2. Possibility to communicate with more than one database engine shall be explored. 3. Course map is missing. What do we want to accomplish? What are the steps to get there?
Thomas
March 13, 2023
Loved this course. Lasse is a great instructor, his explanations are well-curated and he answered all my questions. I would recommend this course to people of all levels who want to learn ASP.NET Core Web API.
Ain
February 27, 2023
Well planned and well organized contents from start to finish. I wish you all the best for many more upcoming courses. Wish to see courses of Web API - II with frontend we application on Blazor course.
Dario
February 4, 2023
Wow! This killing course saved my study! Thanks for it. The author told helping insights and his explanations were pretty clear. I watched in 1.1x speed and now I wish there were already follow-up courses. This videos rock :)
Leon
January 29, 2023
Great course. I wanted to learn more about ASP.NET Core Web API. This course was straight to the point and covered everything I wanted to know. The instructor seems very competent and his teaching style fits my style of learning perfectly.
Julian
January 28, 2023
I am very happy to found this course. In my new job we started to work with ASP.NET Core Web APIS. Before that I was working with Java so I had no conclusion about that topic. This course is perfect if you have some basic knowledge of programming and you want to learn C# Web Apis. I can really recommend it. Helped me a lot ! Thank you!
Koray
January 28, 2023
Amazing introduction into Web APIs with ASP.NET. It's easy to tell you're a subject-matter expert. Clear recommendation on my part!

Charts

Price

ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Price chart

Rating

ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Ratings chart

Enrollment distribution

ASP.NET Core Web API Bootcamp - Build REST APIs with C# .NET - Distribution chart
5050538
udemy ID
12/30/2022
course created date
1/29/2023
course indexed date
Bot
course submited by