HOME > Development > Build Restful Api with Asp.Net Core

Build Restful Api with Asp.Net Core

  • Development
  • May 14, 2025
SynopsisBuild Restful Apis with Asp.Net Core, available at $59.99, ha...
Build Restful Api with Asp.Net Core  No.1

Build Restful Apis with Asp.Net Core, available at $59.99, has an average rating of 4.4, with 68 lectures, based on 187 reviews, and has 640 subscribers.

You will learn about Understand the Web Apis Build the backend for your web and mobile apps Build Web Apis with Entity Framework Code First Approach Use Entity Framework to query data Use Model Validations to Validate the data Implement Authentication & Authorization in Web Apis Deploy Web Api to Microsoft Azure Create Real World Vehicle Selling Application Upload Images via Web Api This course is ideal for individuals who are Developers who are familiar with C# Programming Language. or Some prior programming experience in Object Oriented Programming languages will also help to pick the concepts easily. or Developers who want to build the Complete Restful Web Api from A to Z. or Developers with no knowledge of Asp .Net Core Web Apis who want to build Restful Web Apis with this framework. It is particularly useful for Developers who are familiar with C# Programming Language. or Some prior programming experience in Object Oriented Programming languages will also help to pick the concepts easily. or Developers who want to build the Complete Restful Web Api from A to Z. or Developers with no knowledge of Asp .Net Core Web Apis who want to build Restful Web Apis with this framework.

Enroll now: Build Restful Apis with Asp.Net Core

Summary

Title: Build Restful Apis with Asp.Net Core

Price: $59.99

Average Rating: 4.4

Number of Lectures: 68

Number of Published Lectures: 68

Number of Curriculum Items: 68

Number of Published Curriculum Objects: 68

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • Understand the Web Apis
  • Build the backend for your web and mobile apps
  • Build Web Apis with Entity Framework Code First Approach
  • Use Entity Framework to query data
  • Use Model Validations to Validate the data
  • Implement Authentication & Authorization in Web Apis
  • Deploy Web Api to Microsoft Azure
  • Create Real World Vehicle Selling Application
  • Upload Images via Web Api
  • Who Should Attend

  • Developers who are familiar with C# Programming Language.
  • Some prior programming experience in Object Oriented Programming languages will also help to pick the concepts easily.
  • Developers who want to build the Complete Restful Web Api from A to Z.
  • Developers with no knowledge of Asp .Net Core Web Apis who want to build Restful Web Apis with this framework.
  • Target Audiences

  • Developers who are familiar with C# Programming Language.
  • Some prior programming experience in Object Oriented Programming languages will also help to pick the concepts easily.
  • Developers who want to build the Complete Restful Web Api from A to Z.
  • Developers with no knowledge of Asp .Net Core Web Apis who want to build Restful Web Apis with this framework.
  • Welcome to this course Learn Restful Api’s with .Net Core

    I’m Asfend Microsoft Most Valuable Professional (MVP) as well as the First Xamarin University Most Valuable Professional at Udemy and in this course I’ll explain you every single aspect of real world Restful Api development with .Net Core. Yeah I know there’re lot of courses over internet but there’s never a single guide that teaches you how to create a real world web api from start to finish. And the purpose of this course is to train you to build your own Real world Rest Api with your favorite C# programming language . 

    The main focus of this course is on the Restful Web Api via Asp.NET Coreand C#. So if you’re familiar with C# , Asp.Net and Entity Framework Or if you want to create the Restful web api’s in Asp.Net then this is the right course for you.

    If you don’t have any idea about Rest Api then don’t worry because in this course we’ll cover all the Rest Api concepts.

    By getting this course, you can be rest assured that the course is carefully thought out and edited. And I’m always happy to make the helpful content for the students.

    So by the end of the course, you’ll completely understand:

  • How to create a Rest Api via Entity Framework Code First Approach with all the advanced functions.

  • Implement Status Codes

  • Adding Migrations in Web Api’s

  • Adding Content Negotiation

  • Implement Validation in Web Api’s

  • How to add the Routing and Custom Methods

  • Implement Authentication and Authorization and secure your Api with JWT

  • Create SQL Database on Microsoft Azure

  • Deploy Web Api on Microsoft Azure

  • Create A Real World Vehicle Selling Api From Scratch to End (No Copy paste code I’ll explain you each and every single line of code so that you can create a complete Real World Apis in Asp.Net Core happily)

  • Don’t waste your time

    Don’t waste another minute of your precious life on poor quality videos courses. Or instructors who you can’t understand. Or teachers who have no real world in-person teaching experience. Your time is precious. In this course you’ll get a best instructors with carefully crafted content, beautiful outline and proper structured material and learning by doing. 

    I’ll explain you each and every single line of code. I’ve been in your shoes and every time copy and paste is not a solution and that’s why I’ve tried to create everything in front of you so that you can learn how to solve the errors. We’ll learn every thing from scratch. 

    And before this course you don’t need my other courses. If you’re a C# developer  then you should go ahead with this course.

    After this course you’ll be very much familiar with Asp.Net Core Web Api’s and you’ll be able to create any kind of real world web api’s in asp.net quite easily as well as efficiently.

    Sign up today, and look forward to:

  • Building a Real World fully-fledged Web Api’s including ones that use Rest Api Architecture , Access Token , Authentication , Authorization and much more.

  • All the knowledge you need to start building any api you want

  • Remember

    After this course you’ll get all the  Source Code and along with this I’ll also share  the links and helping material for the Rest Api’s with you but you need your personal Azure Portal where you can launch your web api.

    I’m so confident that you’ll love this course that we’re offering a FULL money back guarantee for 30 days! So it’s completely risk free, sign up today with ZERO risk and EVERYTHING to gain.

    So what are you waiting for? Click the buy now button and join the world’s First Complete Rest Api’s Course with Asp.Net Core and C#.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: Course Structure

    Chapter 2: Getting Started with Web Apis

    Lecture 1: What is Api

    Lecture 2: Create a Web Api Project

    Lecture 3: Project Architecture

    Lecture 4: Http Verbs

    Lecture 5: Create Models

    Lecture 6: Create Controllers

    Lecture 7: Http Get Request

    Lecture 8: Http Post Request

    Lecture 9: Http Put Request

    Lecture 10: Http Delete Request

    Chapter 3: CRUD Operations with Entity Framework Core & MS-SQL

    Lecture 1: What is Code First Approach

    Lecture 2: Configure Nugget Packages

    Lecture 3: DBContext Class

    Lecture 4: Database Connection String

    Lecture 5: Database Ensure Created

    Lecture 6: Handling Get Request

    Lecture 7: Handling Post Request

    Lecture 8: Handling Put Request

    Lecture 9: Handling Delete Request

    Chapter 4: Returning Resources

    Lecture 1: Http Status Codes Overview

    Lecture 2: Status Code in Get Request

    Lecture 3: Status Code in Post Request

    Lecture 4: Status Code in Put Request

    Lecture 5: Status Code in Delete Request

    Lecture 6: Content Negotiation Overview

    Lecture 7: Implement Content Negotiation

    Chapter 5: Code First Migration

    Lecture 1: Migration Overview

    Lecture 2: Drop the Database

    Lecture 3: Implement Code First Migration

    Lecture 4: Adding Data

    Chapter 6: Model Validation

    Lecture 1: Validation Overview

    Lecture 2: Implement Model Validations in Web Api

    Chapter 7: Routing & Custom Methods

    Lecture 1: Routing Overview

    Lecture 2: Implement Routing in Web Apis

    Chapter 8: Relationship Between Entities

    Lecture 1: Overview of the Project

    Lecture 2: Understand Relation and Entities

    Lecture 3: Adding Models

    Lecture 4: DbSet and Migrations

    Chapter 9: Categories Controller

    Lecture 1: Get Categories

    Chapter 10: Accounts Controller : Password Hasher , Authentication & Authorization

    Lecture 1: Security Overview

    Lecture 2: Register Method

    Lecture 3: Hashing Password

    Lecture 4: JWT Overview

    Lecture 5: Implementing JWT support in .Net Core

    Lecture 6: Login Method

    Lecture 7: Protecting Routes

    Lecture 8: Use Access Token

    Lecture 9: Change Password Method

    Lecture 10: Edit Phone Number Method

    Lecture 11: Edit User Profile Method

    Lecture 12: Implement Edit User Profile Method

    Chapter 11: Vehicles & Images Controller

    Lecture 1: Post Vehicle

    Lecture 2: Images Controller : Post Images

    Lecture 3: Hot and New Ads Method

    Lecture 4: Search Vehicles

    Lecture 5: Get Vehicles

    Lecture 6: Vehicle Details

    Lecture 7: My Ads

    Chapter 12: Api Deployment

    Lecture 1: Create Azure Account

    Lecture 2: Create Azure Web App

    Lecture 3: Create Azure MSSQL Database

    Lecture 4: Publish Web Api

    Lecture 5: Azure Database : Query Editor Preview

    Chapter 13: Api Documentation

    Lecture 1: Write Api Documentation

    Chapter 14: Bonus Section

    Lecture 1: Bonus Lecture

    Lecture 2: Complete Source Code

    Instructors

  • Build Restful Api with Asp.Net Core  No.2
    Asfend Yar Hamid
    Xamarin MVP, Microsoft MVP
  • Rating Distribution

  • 1 stars: 2 votes
  • 2 stars: 4 votes
  • 3 stars: 7 votes
  • 4 stars: 59 votes
  • 5 stars: 115 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!