How I should create on app using SOLID Principles in ASP.NET MVC and the best pratices with Umbraco ?
Hello guys, Im a new person in one new challenge. I need to develop an application that can manage multiple institutional sites similar. This application will have many blogs and pages with catalogs in the form of grid to display the product. The database will be separated one to Umbraco cms and one for the content and the rules of each company. I'm new to the forum can anyone help, How I should create on app using SOLID Principles in ASP.NET MVC and the best pratices with Umbraco for that project?
Yes this is possible with Umbraco. It’s the methodology that I have been using on my most recent projects. It’s a lot more work to set up initially rather than just throwing everything into the views. It really pays off in the long-run though.
I wasn't suggesting you use it as is, more like you look at the way it's structured and start building out your own site following his example, but tailored to your own needs, you don't need to connect to the DB to do that.
I found a link here that might help with your error message though.
How I should create on app using SOLID Principles in ASP.NET MVC and the best pratices with Umbraco ?
Hello guys, Im a new person in one new challenge. I need to develop an application that can manage multiple institutional sites similar. This application will have many blogs and pages with catalogs in the form of grid to display the product. The database will be separated one to Umbraco cms and one for the content and the rules of each company. I'm new to the forum can anyone help, How I should create on app using SOLID Principles in ASP.NET MVC and the best pratices with Umbraco for that project?
Yes this is possible with Umbraco. It’s the methodology that I have been using on my most recent projects. It’s a lot more work to set up initially rather than just throwing everything into the views. It really pays off in the long-run though.
http://www.bomboca.co.uk/oop/solid/
This is what I was following, there's some good stuff on there, including a sample project. Hopefully that will get you going.
Matt
Thank you man so much. because today I need very much of structure SOLID. Are you have one project of example for me learn this?
Not my work, but there is a sample project here:
http://www.bomboca.co.uk/umbraco-cms/unit-testing-umbraco/
I wasn't suggesting you use it as is, more like you look at the way it's structured and start building out your own site following his example, but tailored to your own needs, you don't need to connect to the DB to do that.
I found a link here that might help with your error message though.
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/59274-SystemDataSqlClientSqlException-Invalid-object-name-umbracoDomains-error-after-backup-and-restore
Cheers M
is working on a reply...