Mono Support SharePoint Web Parts  

Viewed 8148 time(s), 2 post(s), 4/14/2014 7:45:21 PM - by ctreisch
4/14/2014 7:45:21 PM
15 Reputation 1 Total posts

I was wondering if we had some Sharepoint application pages implemented as user controls, and they were packaged for deployment as a Microsoft SharePoint 2010 Feature with a single Web Part. Would tthese web parts work in MonoX?

Thanks, Craig 

1
4/14/2014 10:15:55 PM
7207 Reputation 956 Total posts

Hi Craig,
Although the concepts of ASP.NET and SharePoint Web parts are very close, they will not work "out-of-the-box". Some code changes will be required, mainly because MonoX has its own inheritance hierarchy that should be followed when developing parts for it. These changes should be minimal, and business logic of your web parts will remain as is.

2
This is a demo site for MonoX. Please visit Mono Software for more info.