Understanding the MVC routes

Asked

Viewed 19 times

1

I’m about to start a project in MVC 5 . NET but I don’t understand very well how it works this framework route.

I’m used to ASP.NET 4.5 where I know that:

The .aspx is the front-end.

The .aspx.cs is the code Behind (back-end) of the code.

The .cs is class with the database.

I would like a less technical explanation of each route. And how they relate.

Model View Controller

  • I’m finding it a little broad or duplicate.

  • @Maniero Stack didn’t point me out as duplicate.

  • @Igorcarreiro de uma lida nesse artigo aqui ó:https://www.devmedia.com.br/understanding-as-rotas-no-asp-net-mvc/29861

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.