Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
A rather silly question, but how does Umbraco backoffice connect to the database? How does the frontend connect to the data?
Hi Krum,
You can find connectionstring in the web.config file.
What is question about?
Do you mean how technically umbraco does it?
Thanks,
Alex
Hi, i mean where are the queries stored? Does the data come from the MVC project controllers?
Hi,
for the backoffice it's somewhat like angularjs -> Ajax falls -> web API -> services -> DB abstraction -> DB calls.
To say it in a huge abstracted way. For more details what is involved you have to look at the Umbraco source.
Regards David
You can clone source code here - https://github.com/umbraco/Umbraco-CMS
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How does Umbraco backoffice connect to the database?
A rather silly question, but how does Umbraco backoffice connect to the database? How does the frontend connect to the data?
Hi Krum,
You can find connectionstring in the web.config file.
What is question about?
Do you mean how technically umbraco does it?
Thanks,
Alex
Hi, i mean where are the queries stored? Does the data come from the MVC project controllers?
Hi,
for the backoffice it's somewhat like angularjs -> Ajax falls -> web API -> services -> DB abstraction -> DB calls.
To say it in a huge abstracted way. For more details what is involved you have to look at the Umbraco source.
Regards David
Hi,
You can clone source code here - https://github.com/umbraco/Umbraco-CMS
Thanks
is working on a reply...