Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 4.5 hours on-demand video
  • 4 articles
  • 11 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development RESTful API

Asp.Net Core : The Complete Guide To Build RESTful Api's

Learn to build secure RESTful Api's with Asp.Net Core, Entity Framework and C#
Rating: 4.4 out of 54.4 (1,443 ratings)
6,948 students
Created by Asfend Yar Hamid
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Understand the Web Api's
  • Build the backend for your web and mobile apps
  • Build Web Api's with Entity Framework Code First Approach
  • Use Entity Framework to query data
  • Use Model Validations to Validate the data
  • Implement Sorting , Paging & Searching
  • Implement Caching to reduce server load
  • Implement Authentication & Authorization in Web Api's
  • Deploy Web Api to Microsoft Azure
  • Test Api via Postman
  • Develop Real World Coffee Shop Api with Asp .Net Core
Curated for the Udemy for Business collection

Course content

14 sections • 67 lectures • 4h 31m total length

  • Preview01:20
  • Preview01:59
  • Tooling and Prerequisite
    01:36

  • Preview02:08
  • Preview05:00
  • Project Architecture
    08:33
  • Http Verbs
    01:29
  • Create a First Web Api
    17:46

  • What is Code First Approach
    00:46
  • Install Entity Framework Core and SQL Server
    01:53
  • Db Context and Connection String
    11:39
  • Handling Get Request
    02:10
  • Handling Post Request
    02:27
  • Handling Put Request
    03:10
  • Handling Delete Request
    02:46

  • Implement Status Codes
    10:43
  • Content Negotiation
    06:02

  • Migration Overview
    02:41
  • Implement Code First Migration
    11:35

  • Validation Overview
    02:09
  • Implement Model Validations in Web Api
    04:29

  • Routing Overview
    02:22
  • Implement Routing in Web Api's
    03:12

  • Sorting Overview
    01:46
  • Implement Filtering / Sorting
    06:06
  • Paging Overview
    01:43
  • Implement Paging
    08:13
  • Searching Overview
    00:50
  • Implement Searching
    03:35

  • Caching Overview
    02:31
  • Response Caching
    02:33
  • Adding Caching Packages in Web Api's
    02:40
  • Cache Duration
    03:35
  • Cache Location
    04:35

  • Security Overview
    01:48
  • Auth0 Account Setup
    01:07
  • Auth0 Tennant Domain
    02:38
  • Auth0 Api Setup
    02:07
  • Implement Auth0 Support in Asp.Net Core
    02:48
  • Auth0 Database Setup
    03:23
  • Authentication Api Endpoint
    05:01
  • Implement Sign Up Endpoint with Auth0
    03:36
  • Implement Resource Owner Endpoint
    07:10
  • JWT Overview
    05:02
  • Implement Authorization
    05:04
  • Testing Authorization
    03:29
  • Problem and Issues in Web Api
    04:31
  • User Claims
    15:30

Requirements

  • The student's must have a Windows or MAC machine. If you're using MAC then you'll need a Visual Studio For MAC
  • Knowledge of Asp .Net , C# and Entity Framework.
  • C# (at a minimum lambda expressions, LINQ)

Description

Welcome to the Complete Rest Api's course with Asp.Net Core and C#. 

Are you tired of boring outdated and incomplete courses , then let's dive in to this course.Well 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 rest ful web api's with asp.net core and c#. Yeah I know there're lot of courses over internet but there's never a single guide that teaches you how to create a complete web api's in asp.net core. And the purpose of this course is to train you to build your own Restful web api's in asp.net core. 


The main focus of this course is on the Restful Web Api via Asp.NET Core and 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 Sorting , Paging & Searching

  • Implement Authentication and Authorization and secure your Api with JWT

  • Setup Auth0

  • Adding Caching inside the Rest Api's

  • Create SQL Database on Microsoft Azure

  • Deploy Web Api on Microsoft Azure

  • Create A Real World Coffee Shop 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:

  • Over 4 hours of HD 720p video content

  • Building a Real World fully-fledged Web Api's including ones that use Rest Api Architecture , Access Token , Authentication , Authorization, Caching 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#.

Who this course is for:

  • 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 Api's who want to build Restful Web Api's with this framework.

Featured review

Kevin Price
Kevin Price
95 courses
12 reviews
Rating: 5.0 out of 58 months ago
I like Asfend's approach to the course by having shorter, more concise, sections to put together the whole concept. His explications are clear and the example projects are interesting while getting the concept of creating API's across. I really enjoyed the second project in the course to help re-enforce what was learned earlier.

Instructor

Asfend Yar Hamid
Xamarin MVP, Microsoft MVP
Asfend Yar Hamid
  • 4.3 Instructor Rating
  • 6,804 Reviews
  • 26,967 Students
  • 28 Courses

I'm Asfend, I'm a Xamarin Forms Developer and Xamarin University MVP fluent in Xamarin Forms, C# and Microsoft Azure. I'm the lead Xamarin instructor at Microtechx where I've taught over 2000+ students in-person at our Microtechx classroom.   

 

I’m also a Software Engineer and a true Microsoft Lover. I've started my programming career in 2014 and now I'm Xamarin University MVP as well as Microsoft Most Valuable Professional.  

I’ve worked with top technical companies. Now I’m working with Microtechx.  

I’ve many titles with my name including  

Microsoft MVP , Xamarin University MVP , Xamarin Consultant , Xamarin Community Speaker , Technical Trainer and Team Lead at Microtechx.  

Aside from my career, I really enjoys sharing my knowledge with others. The lesson I learned from my life is that “No matter what you are and who you are it is your responsibility to gain knowledge from everywhere. Because without knowledge we cannot differentiate between human and other creatures on this planet" (asfend).   

In addition, I believe that "The beautiful thing about learning is that no one can take it away from you."

 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.