Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Krum 12 posts 83 karma points notactivated
    Jul 29, 2016 @ 06:26
    Krum
    1

    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?

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 9x admin c-trib
    Jul 29, 2016 @ 07:12
    Alex Skrypnyk
    0

    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

  • Krum 12 posts 83 karma points notactivated
    Jul 29, 2016 @ 10:47
    Krum
    0

    Hi, i mean where are the queries stored? Does the data come from the MVC project controllers?

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jul 29, 2016 @ 14:56
    David Brendel
    1

    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

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 9x admin c-trib
    Jul 29, 2016 @ 14:57
    Alex Skrypnyk
    0

    Hi,

    You can clone source code here - https://github.com/umbraco/Umbraco-CMS

    Thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies