MVVM developments in sharepoint online
-
lunedì 13 agosto 2012 11:01
Hi All,
I m really new to MVVM. I m using Silverlight and C# to develop some web parts. Can someone please tell me good source to learn how to use MVVM in sharepoint online developments. I have gone through some MVVM videos and articles, but I would like to have some sort of video or document to see how should I use MVVM in sharepoint online development.
Much appreciate if someone can explain with some sort of code that is relating to SP online Development.
d.n weerasinghe
Tutte le risposte
-
lunedì 13 agosto 2012 11:14
In SharePoint online the custom code can be deployed through SharePoint 2010 Sandbox Solutions. In Sandbox Solutions, there is no special project type in Visual Studio 2010 for creating Silverlight MVVM applications. You can create a blank SharePoint 2010 Sandbox Solution Project Type and add
the relevenat assemblies of Silverlight MVVM applications and deploy it to the Solutions gallery of site-collection and activate it. Then you can
add Silverlight .xap files to the document library or any relevant library at Site-Collection level and invoke this using Silverlight web part. Please be aware of Sandbox Solutions restrictions before implementing functionalities in side MVVM application.
Please mark the replies as answers if they help or unmark if not.
-
lunedì 13 agosto 2012 22:58
Hi Sundar,
Thank for your advice, I m well aware of the information you have mentioned. My concern is, how to develop web parts efficiently using MVVM. If someone can give me sample code or any relevant source I think that will be helpful me to compare my development with those to identified am I following the correct steps in MVVM.
Thanks.
d.n weerasinghe
-
mercoledì 22 agosto 2012 08:21Moderatore
Hi newnw,
Here are some article about MVVM in SharePoint 2010:
http://www.shailen.sukul.org/2011/06/applying-mvvm-principles-to-sharepoint.html
http://social.technet.microsoft.com/Forums/da/sharepoint2010programming/thread/ae2ad982-218e-4308-ad17-101ef4994a39
http://www.andrewconnell.com/blog/archive/2011/10/28/silverlight-mvvm-sharepoint-about-this-series.aspx
Thanks,
Lhan Han- Contrassegnato come risposta Lhan HanModerator giovedì 23 agosto 2012 09:25
- Contrassegno come risposta annullato Lhan HanModerator giovedì 23 agosto 2012 09:25
- Contrassegnato come risposta newnw giovedì 23 agosto 2012 09:46
-
giovedì 23 agosto 2012 09:47Thanks Lhan Han
d.n weerasinghe

