Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building a Multi Layer .NET Core 3.1 Web API from Zero
Rating: 3.9 out of 5(51 ratings)
266 students

Building a Multi Layer .NET Core 3.1 Web API from Zero

Building a Multi Layer .NET Core 3.1 Web API from Scratch (SQL Server -EF Core-, MongoDB, Authentication with JWT )
Created byUniversity Code
Last updated 5/2020
English

What you'll learn

  • Creating Core Layer
  • Data Access with Entity Framework for SQL Server
  • Data Access with MongoDB
  • Services — Business Logic
  • API - Presenting our application
  • Integrate the Authentication & Authorization with JWT (JSON Web Token)
  • Application Client with ASP .NET CORE MVC to consume the APIs
  • Swagger, AutoMapper

Course content

8 sections67 lectures4h 37m total length
  • Introduction5:26

    Build a multi-layer .NET Core 3.1 web API from scratch, implementing repository pattern, entity framework core, automapper, and jwt security across data, business, and presentation layers.

  • Getting Your Machine Ready4:00

    Prepare your development environment by installing Visual Studio 2019 Community and the .NET Core 3.1 SDK, then install and start MongoDB to connect your multi-layer .NET Core 3.1 web API.

  • What I Assume You Know ?0:43

    Prepare by mastering basic C# oriented concepts and .NET Core 3.1, and review MVC web application fundamentals to continue building a multi-layer .NET core 3.1 web API.

  • What is Web API ?2:55

    Understand what a web api is and why we need it, as it uses http, supports restful access, endpoints, and can be consumed by any application across languages.

  • Creating the global project Template7:21

    Create a global multi-layer net core 3.1 solution skeleton, with a backend api, core, services, and data layers, plus a web client using mvc, angular, or react.

  • Download the project.zip0:03

    Download the project.zip to access the multi-layer .NET Core 3.1 Web API from zero and begin exploring the code.

Requirements

  • C#
  • Basic HTML/ CSS

Description

Hello,

I decided to create this course because I actually couldn’t find many courses explaining on how to separate your application in multiple layers with ASP.NET Core 3.1 Web API.

Here we are building a nice API with basic CRUD (Create, Read, Update, Delete) operations. It will be an API for an app that stores which musics you like with its artists.

I will show you how to:

· Create an application in separated projects to make it decoupled from each module.

· Implement Repository and Unit of Work pattern.

· Use Entity Framework Core for persistence with SQL server.

· Use MongoDB Database for NoSQL

· Add AutoMapper for mapping models into API resources.

· Add Swagger to have a friendly API interface.

· Integrate the Authentication & Authorization with JWT (JSON Web Token)

· Application Client with ASP.NET CORE MVC to consume the APIs



And on top of all these, you'll get:

  • Download the source code

Who this course is for:

  • Students, Developper, architect