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 CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business 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
Development Web Development ASP.NET Core

Building RESTful Web APIs with ASP.NET Core 3.1

Learn how to build and deploy an ASP.NET Core Web API!
Rating: 4.0 out of 54.0 (344 ratings)
1,619 students
Created by Felipe Gavilán
Last updated 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Build Web APIs with .NET Core
  • Deploy Web APIs to Azure and IIS
  • Use Azure DevOps for Continuous Integration and Continuous Delivery (CI/CD)
  • Develop RESTful Web APIs

Course content

9 sections • 102 lectures • 11h 26m total length

  • Preview00:00
  • Preview00:50
  • Preview02:33
  • Preview08:25
  • Preview06:36
  • Preview03:59
  • Preview06:04
  • Preview00:51

  • Preview00:44
  • Introduction to ASP.NET Core
    03:34
  • Installing Visual Studio
    05:34
  • Installing Entity Framework Core Tool
    01:24
  • Installing Visual Studio Code
    05:58
  • Installing Postman
    02:03
  • Preview00:31

  • Preview01:17
  • Preparing the Repository
    06:10
  • Controllers and Actions
    09:49
  • Routing Rules
    09:06
  • Return Types from an Action
    04:29
  • Preview05:07
  • Introduction to Model Binding
    07:50
  • Validating Models
    06:26
  • Custom Validations
    08:28
  • Dependency Injection
    06:05
  • Services
    09:51
  • Creating a Resource
    02:47
  • Loggers
    11:20
  • Middleware
    09:38
  • Filters
    08:02
  • Custom Filters - Global Filters
    07:40
  • Adding XML Support - Accept, Content-Type and Content-Negotiation
    07:14
  • Recurring Background Tasks with IHostedService
    06:20
  • Preview01:33

  • Preview00:55
  • Clean-Up
    01:39
  • Introduction to Entity Framework Core
    01:40
  • Configuring EF Core
    07:35
  • Creating Genres
    05:58
  • Data Transfer Objects and Automapper
    10:04
  • Updating Genres
    04:00
  • Deleting Genres
    02:08
  • Person Entity
    07:40
  • Posting Files to the Web API
    04:10
  • Validating Files
    07:32
  • Saving Files in Azure Storage
    08:42
  • Saving Files Locally (optional)
    01:40
  • Updating and Deleting People
    05:53
  • HTTP Patch and JSON Patch
    12:23
  • Pagination
    09:03
  • Movie Entity
    13:24
  • Many to Many Relationship and Custom Model Binder
    20:08
  • Filtering
    11:42
  • Related Data
    05:47
  • Ordering
    06:43
  • Background Tasks with Entity Framework Core
    05:34
  • Preview00:39

  • Preview01:00
  • Introduction to Configurations
    06:19
  • Configuration Providers
    04:33
  • User Secrets
    03:34
  • Preview00:30

  • Preview00:46
  • Configuring Identity
    08:02
  • Generating JSON Web Tokens
    11:20
  • Refresh Tokens
    06:23
  • Roles
    16:14
  • Cross-Origin Resource Sharing (CORS)
    09:02
  • Encryption
    09:53
  • Hashing
    06:08
  • HTTPS
    02:50
  • Preview01:02

  • Preview01:27
  • Swagger (OpenAPI) for Documenting your Web API
    12:42
  • HATEOAS
    15:45
  • HATEOAS with Filters
    16:01
  • Spatial Queries
    13:55
  • IActionConstraint and Versioning the API
    06:20
  • Custom Base Controller
    15:48
  • Preview01:12

  • Preview00:48
  • Clean Up
    00:57
  • Basic Concepts
    01:45
  • Automatic Tests
    05:01
  • Unit Testing
    14:36
  • Mocks and Dependencies
    08:07
  • Unit Testing the GenresController - EF Core in Memory and AutoMapper
    19:54
  • Unit Testing the PeopleController - Mocking IFormFile
    15:31
  • Unit Testing the MoviesController
    10:19
  • Unit Testing the AccountsController - UserManager and SignInManager
    13:41
  • Unit Testing the MovieTheatersController - LocalDb
    06:35
  • Integration Testing
    01:32
  • Integration Testing the GenresController
    10:28
  • Integration Testing - Authorization and Authentication
    09:43
  • Preview01:28

  • Preview01:17
  • Deploying to an Azure App Service
    11:20
  • Application Insights: Logs in Production
    13:11
  • Health Checks
    15:00
  • Deploying to IIS
    08:55
  • Azure DevOps: Continuous Integration and Continuous Delivery
    11:36
  • Preview00:43

Requirements

  • Basic C# knowledge (know what a class it, variables, if conditional, loops, methods)

Description

Learn how to develop Web APIs with ASP.NET Core from scratch with this incredible course.

We are going to see the entire life cycle of developing a Web API, from creating the solution, developing the endpoints, working on the manipulation of resources, doing automatic testing, and deployment to Azure.

Also, learn how to use Azure DevOps to configure a Continuous Integration and Continuous Delivery pipeline to be able to publish your projects from their source code in Github, Bitbucket, or any other GIT repository provider.

Who this course is for:

  • .NET Developers who wants to learn how to build Web APIs with .NET Core

Instructor

Felipe Gavilán
Software Engineer
Felipe Gavilán
  • 4.5 Instructor Rating
  • 6,261 Reviews
  • 18,990 Students
  • 10 Courses

I am a software engineer with 7 years of experience. I am also a Microsoft MVP. My specialties include Web Development, ASP.NET Core & MVC, Entity Framework Core, SQL Server, Javascript, Angular, WPF, JAVA, Android Mobile Development and Xamarin. I am a passionate coder that loves problem solving and automating tasks. I believe in clean code and the importance of good software architecture. With a passion on learning and teaching also. 

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