Answer the question
In order to leave comments, you need to log in
Are there best practices for managing page resources in ASP .NET MVC?
I'm doing my hobby project. The task before me was to have the basic ability to manage the content of the pages using the admin panel. By "basic" I simply mean the ability to change the text in the site header, section headings, etc., without getting into the cshtml code. I have no problem implementing this feature, however there is a problem with "implementing well" in terms of the accepted approaches in ASP .NET MVC, as well as in terms of performance.
Are there any, relatively speaking, approved, approaches for solving such a problem?
Answer the question
In order to leave comments, you need to log in
You did not describe your thoughts on the implementation so that adjustments / edits can be made.
As for the rest, I would advise taking "best" practices from opensource.
For example, the popular ASP.NET MVC Blog CMS: https://github.com/rxtur/BlogEngine.NET
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question