Adding SharePoint screen to legacy c# application -


we have enterprise application written in c# customers. server runs in our data center , customers connect via windows application written in c#. pretty standard.

management dashboard added our application. told using sharepoint somehow add sharepoint dashboard main screen of our client application (winforms).

is possible? client application have somehow show web page sharepoint server guess no problem using html componenent. i'm more worried getting sharepoint work our existing data (sql server 2008).

i suggested writing dashboard ourselves , avoiding sharepoint. management add more 'business intelligence' our application. know way of future i'm worried complexity of integration sharepoint.

there various options integrating sharepoint windows forms application. simplest embedding web browser control , point page dashboard set up.

alternatively use sharepoint client object model (2)(make calls sharepoint server) , retrieve data (and potentially pages) sharepoint put dashboard.

i recommend management can display sharepoint through our current application, , can demonstrate simple dashboard part (eg chart control) demonstrate how can make dashboard integrate more naturally on time piece piece. minimise risk displaying sharepoint, while being able show potential advantages of using sharepoint data , creating customised windows forms dashboard.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -