Copied to clipboard

Flag this post as spam?

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


  • ronin 2 posts 22 karma points
    Mar 03, 2015 @ 12:07
    ronin
    0

    Embed existing ASP.NET MVC Application into Umbraco 7

    Hello everybody

    I'm new to Umbraco and this is a very general question. I have an existing ASP.NET MVC Application with EF [1], which I want to integrate into Umbraco 7. I guess I'd need to convert my models and views into templates somehow, if thats possible? I use a lot of JavaScript Functions on my existing MVC Application, which interacts with my views. Is there a way to use that JS code in Umbraco as well?

    What I already did is creating a new MVC project and import the Umbraco files into it according to this guide: http://www.systenics.com/blog/setting-up-umbraco-6-in-visual-studio-2012-for-mvc-development/ .

    Any help would be appreciated.

    Thank you,

    Ronin

    [1] Entity Framework, an OR-Mapper for .NET Projects

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Mar 05, 2015 @ 17:33
    Alex Skrypnyk
    0

    Hi Ronin,

    Umbraco uses views as templates. You need do nothing if you won't change data source. If you want to move all your data in Umbraco and render it from Umbraco, you have to change templates and create Umbraco structure.

    How deep will be your integration with Umbraco ?

    Do you want to move all your data in Umbraco CMS?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft