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 Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js 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:

  • 3.5 hours on-demand video
  • 6 articles
  • 5 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development RESTful API

Learn Restful Api's with .Net Core 3.1

Learn to build Secure Real World Vehicle Selling RESTful Api's with Asp.Net Core , Entity Framework Core and C#
Rating: 4.0 out of 54.0 (150 ratings)
564 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 Authentication & Authorization in Web Api's
  • Deploy Web Api to Microsoft Azure
  • Create Real World Vehicle Selling Application
  • Upload Images via Web Api

Course content

14 sections • 68 lectures • 3h 43m total length

  • Preview01:02
  • Preview01:31

  • Preview02:02
  • Preview01:19
  • Preview05:39
  • Http Verbs
    01:29
  • Create Models
    01:58
  • Create Controllers
    01:11
  • Http Get Request
    02:39
  • Http Post Request
    06:01
  • Http Put Request
    02:48
  • Http Delete Request
    02:33

  • What is Code First Approach
    00:46
  • Configure Nugget Packages
    01:50
  • DBContext Class
    05:56
  • Database Connection String
    02:42
  • Database Ensure Created
    03:10
  • Handling Get Request
    01:50
  • Handling Post Request
    02:06
  • Handling Put Request
    02:43
  • Handling Delete Request
    02:32

  • Http Status Codes Overview
    00:48
  • Status Code in Get Request
    03:34
  • Status Code in Post Request
    01:07
  • Status Code in Put Request
    03:22
  • Status Code in Delete Request
    02:49
  • Content Negotiation Overview
    02:32
  • Implement Content Negotiation
    03:04

  • Migration Overview
    02:12
  • Drop the Database
    01:18
  • Implement Code First Migration
    04:33
  • Adding Data
    02:58

  • Validation Overview
    01:15
  • Implement Model Validations in Web Api
    03:35

  • Routing Overview
    02:09
  • Implement Routing in Web Api's
    03:04

  • Overview of the Project
    02:10
  • Understand Relation and Entities
    02:42
  • Adding Models
    04:30
  • DbSet and Migrations
    03:13

  • Get Categories
    03:50

  • Security Overview
    01:48
  • Register Method
    06:33
  • Hashing Password
    04:19
  • JWT Overview
    03:25
  • Implementing JWT support in .Net Core
    06:35
  • Login Method
    08:16
  • Protecting Routes
    02:29
  • Use Access Token
    01:34
  • Change Password Method
    11:43
  • Edit Phone Number Method
    05:05
  • Edit User Profile Method
    01:58
  • Implement Edit User Profile Method
    08:50

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)
  • Visual Studio 2019 with .Net Core version 3.1 is recommend but you can also use Visual Studio 2017
  • Make sure you have properly installed the Visual Studio and comfortable with the Visual Studio

Description

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 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 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#.

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.

Instructor

Asfend Yar Hamid
Xamarin MVP, Microsoft MVP
Asfend Yar Hamid
  • 4.3 Instructor Rating
  • 6,772 Reviews
  • 26,901 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.