New type of URI Routing in MVC 5 – Attribute Routing

This article walks you through the new method of URI Routing introduced in ASP.NET MVC 5 called Attribute Routing.

What You’ll learn:

  • Why Attribute Routing?
  • How to enable it?
  • Various available options to work with it.

Continue reading “New type of URI Routing in MVC 5 – Attribute Routing”

Understanding ASP.NET MVC Routing Mechanism

This article explains how the URL Routing mechanism works in ASP.NET MVC architecture.
What You’ll learn:

  • URL Routing
  • Working with Default and Custom Routes
  • Applying Constraints to Routes

Continue reading “Understanding ASP.NET MVC Routing Mechanism”