Best Practices for Implementing ASP.NET MVC

Recently I was asked to completely rewrite and redesign the website, and the owner of the company emphasized that he wants the site to be created using the latest and best technologies, but to avoid additional costs.

I'm currently torn between finding a CMS implementation and writing a new implementation with MVC.

A site is basically a brochure, but it should allow visitors to submit some data through forms. There are quite a few lists and content functions that are dynamic and should be considered as such. Since ASP.NET MVC is new, I don’t want to strike an implementation if I go this way ...

Any best practice implementation guidelines for the MVC website? Also, did anyone have an MVC implementation anywhere that they recommend?

+3
source share
3 answers

There is also dynamic ASP.Net data . You can use both MVC and DD together. Chanselman is a good article on how this might work.

+1
source

, - ASP.NET MVC

, , :

, ( , ).

0
source

Source: https://habr.com/ru/post/1705892/


All Articles