The Complete Guide To ASP.NET Core (.NET 5) Web API

The Complete Guide To ASP.NET Core (.NET 5) Web API

Learn all you need to know to build Asp.Net Core (.NET 5) Web API applications.

What you’ll learn

  • Build a complete .NET Core (.NET 5) back-end with Web API, Entity Framework Core & SQL Database
  • Utilize all three types of relationships in your database: one-to-one, one-to-many, many-to-many
  • Seed data with code-first migrations programmatically
  • Implement [HttpGet], [HttpPost], [HttpPut] and [HttpDelete] methods to work with simple or relational data
  • Test your Web API with Swagger and Postman
  • Different Web API versioning methods
  • The default action return types & create your custom return type
  • Exception handling using the built-in middleware or a custom middleware
  • Server side Sorting, Filtering and Paging
  • AspNet Core Web API Logging with Serilog

Requirements

  • Basic understanding of C#
  • Basic understanding of SQL/MySQL
Description

A Web API is an application programming interface for the Web. With Web API, you get access to entire features of HTTP like URIs, request/response headers, content formatting, etc.

This course will teach you all you need to know to build personal or commercial applications using Asp.Net Core (.NET 5) Web API as your development framework. You will start from just Visual Studio and build your app from the ground up.

As data storage, you will use an SQL database and Entity Framework will be used to interact with your data. You will also learn how to update database schema using Entity Framework migrations, how to add data to the database, get data from the database, update data in the database and also delete data from the database.

You will not only learn about the default features or capabilities that Asp.Net Core 5 Web API has to offer, but you will also create your custom implementations. For example, you will learn how to implement your custom Web API return type, how to build a custom exception, or even a custom middleware exception handler.

You will learn all these, step by step with hands-on practice. You will also have a lot of quizzes that will help to improve your knowledge of Web API.

Some of the topics that this course covers are:

  • Introduction to Web API
  • Building your first Asp.Net Core (.NET 5) API
  • Working with relational data
  • Controller Action return types
  • Error & Exception handling
  • Sorting, Filtering, and Paging
  • Asp.Net Core Web API Versioning
  • Unit Testing

Who this course is for:

  • Beginner .NET Developers curious about web apis
  • Any developer curious about .NET Core (.NET 5) Web APIs

Created by Ervis Trupja
Last updated 4/2021
English
English [Auto]

Size: 2.91 GB

https://www.udemy.com/course/the-complete-guide-to-aspnet-web-api/

Leave a Comment