First of all I'm using Asp.net MVC5 Entity Framework 6 with code first database.
I want to ask about integrating Episerver CMS with mvc5 application to change content of the website, i have multiple questions:
- Is it a good way to use Episerver to change the content, if my website is for articles and images(it's like news website)?
- In deploying stage is there any issues(for those who use the Episerver extension).
- If i'm using code-first sql server database, is there any issue with this?
I noticed that there is a useful explanation on youtube for this extension:
Episerver CMS 9 tutorial with asp.net mvc 5 och twitter bootstrap 3 part 1
the forth question, is there any better way to create CMS for MVC5 application.