[fusion-users] Using Fusion with visual studio and C#

Jackie Ng jumpinjackie at gmail.com
Fri May 1 03:50:22 PDT 2015


Please note that the front-end bits of Fusion is all JavaScript.

The backend stuff that your Fusion application interfaces with via InvokeURL
widgets or renders content in the Task Pane can be built in any language you
want.

In the case of MVC, just make sure that whatever controller actions you have
can accept/recognize the following parameters that are passed to it from any
InvokeURL widget:

 - session
 - mapname

(session) is there so you can authenticate, make a MgSiteConnection to
access the various services in the MapGuide API.
(mapname) is there so you can open a MgMap and manipulate its layer/groups.

Ultimately, Fusion does not care about the backend it (AJAX request / Invoke
URL) into. It just passes and session id and a map name and hopes the
backend knows what to do with those parameters.

- Jackie




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Using-Fusion-with-visual-studio-and-C-tp5203631p5203755.html
Sent from the Fusion Users mailing list archive at Nabble.com.


More information about the fusion-users mailing list