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
Dear Umbraco Team
Could you please advise best practice to intergrate web app with Umbraco ? I have a MVC web app i would like to integrate with Umbraco, it is a MVC C# app making use of Entity Framework & SQL server DB.
Thanks Dibs
Hi Dibs
Do you want to add Umbraco to existing MVC solution?
What exactly is the problem?
Thanks,
Alex
Hi Alex
Its not a problem, just advise to integrate a web app with Umbraco.
The web app is a simple CRUD application with views for input and output views for reports.
I would like to move the views into the Umbraco instance, so user can make use of the app from within the Umbraco site and not the app its self.
I would like to add all logic to a separate class library and add a reference in Umbraco site.
It's nice idea to move all views to Umbraco instance. You will be able to manage all data, from Umbraco and from separate database.
By the way, why did you decide to use Entity Framework?
Do you know that Umbraco has PetaPoco ?
App already up and running, developed by another
If the integration you need does not require someone being able to edit/manage the views in Umbraco, this post might provide some useful info:
https://our.umbraco.org/forum/developers/extending-umbraco/38575-MVC-custom-controller-without-creating-document-type
If you need a more Umbraco integrated approach, probably your views need to be changed a bit and you might need custom mvc routing. The following article explains more on this: http://shazwazza.com/post/custom-mvc-routes-within-the-umbraco-pipeline/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Integrate MVC app with umbraco
Dear Umbraco Team
Could you please advise best practice to intergrate web app with Umbraco ?
I have a MVC web app i would like to integrate with Umbraco, it is a MVC C# app making use of Entity Framework & SQL server DB.
Thanks Dibs
Hi Dibs
Do you want to add Umbraco to existing MVC solution?
What exactly is the problem?
Thanks,
Alex
Hi Alex
Its not a problem, just advise to integrate a web app with Umbraco.
The web app is a simple CRUD application with views for input and output views for reports.
I would like to move the views into the Umbraco instance, so user can make use of the app from within the Umbraco site and not the app its self.
Thanks Dibs
I would like to add all logic to a separate class library and add a reference in Umbraco site.
It's nice idea to move all views to Umbraco instance. You will be able to manage all data, from Umbraco and from separate database.
By the way, why did you decide to use Entity Framework?
Do you know that Umbraco has PetaPoco ?
Thanks,
Alex
App already up and running, developed by another
If the integration you need does not require someone being able to edit/manage the views in Umbraco, this post might provide some useful info:
https://our.umbraco.org/forum/developers/extending-umbraco/38575-MVC-custom-controller-without-creating-document-type
If you need a more Umbraco integrated approach, probably your views need to be changed a bit and you might need custom mvc routing. The following article explains more on this: http://shazwazza.com/post/custom-mvc-routes-within-the-umbraco-pipeline/
is working on a reply...