Hello
I'm trying to build a CMS to my Asp.net MVC 5 website i already done with it's layout(Master Page), now i'm figureing out how could i use implment CMS to Update Article Delete Article Edit Article, after searching internet i found that:
Some resources adviced me to use an open source projcet such as:
Orchard
http://docs.orchardproject.net/en/latest/
Then I found this tatorial on youtube:
https://www.youtube.com/watch?v=BbN7qrZp2z8&list=PLHv0omRXzUGq5925Kc8n-6LbI86r-1Mt8
that explains how to integrate Episerver with MVC5 but really i'm confused.
Can anyone guide me to right way to implment the CMS, even if i have to build a simple one from scratch.
Note that:
my application is simple, it's like news website(Articles and images)