A
A
Anton Voronin2017-02-10 12:46:20
ASP.NET
Anton Voronin, 2017-02-10 12:46:20

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

2 answer(s)
Z
Zelimkhan Beltoev, 2017-02-10
@Tophail

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

M
mletov, 2017-02-10
@mletov

1) google -> c# pattern crud
2) currently fashionable REST API + Angular or some other js framework

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question