Routing in ASP.NET Core MVC | .NET Full Course

preview_player
Показать описание
Routing is the process through which the application matches an incoming URL path and executes the corresponding action methods. ASP.NET Core MVC uses a routing middleware to match the URLs of incoming requests and map them to specific action methods.

There are two types of routing for action methods:
Conventional Routing
Attribute Routing

The ASP.NET Core MVC framework is a lightweight, open source, highly testable presentation framework optimized for use with ASP.NET Core.

ASP.NET Core MVC provides a patterns-based way to build dynamic websites that enables a clean separation of concerns. It gives you full control over markup, supports TDD-friendly development and uses the latest web standards.

The Model-View-Controller (MVC) architectural pattern separates an application into three main groups of components: Models, Views, and Controllers.
This pattern helps to achieve separation of concerns (SOC)

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more.
Asp.Net Core and .Net Core Both are different, just like Asp.Net and .Net Framework.
Asp.Net Core is a web framework to build web apps, IoT apps, and mobile backends on the top of . NET Core or . NET Framework.

This video will cover following topics
Routing in ASP.NET Core MVC
Conventional Routing
Attribute Routing

We will keep adding more videos in this dotnet core full course series.

1. Learn .NET | .NET Full Course

2. Create web app in Asp.Net Core | .NET Full Course

4. Middleware in ASP.NET Core | .NET Full Course

5. Kestrel Web Server | .NET Full Course

6. .NET Standard Library | .NET Full Course

8. ASP.NET Core MVC | .NET Full Course
Рекомендации по теме
Комментарии
Автор

Attribute Routing Doesn't work in my vs 2022

ashishjejurkar