Tools

Progressive Solution Installation Package using Nuget (part-2)

cakriwut - Sep 1, 2014 Progressive Solution Installation Package using Nuget (part-2) http://t.co/MoDVdfIWaA

Progressive Solution Installation Package using Nuget (part-2)

English We continue our discussion to create installation package for our complex project. To remind you, a complex project is a software development project that delivers many component in the BOM (SharePoint WSP, scripts, batch files, etc.) See part-1 here. Defining Package Format As the title suggest, our package format is Nuget. Nuget is the package manager for the Microsoft development platform - so we expect that every developer is familiar with the tool.

ShareCofee to Help Your Apps for SharePoint Development

cakriwut - Sep 1, 2014 ShareCofee to Help Your Apps for SharePoint Development http://t.co/zQyb1nDrmd

ShareCofee to Help Your Apps for SharePoint Development

cakriwut - Sep 1, 2014 ShareCofee to Help Your Apps for SharePoint Development http://t.co/zQyb1nDrmd

ShareCofee to Help Your Apps for SharePoint Development

English Whether you are serious SharePoint Apps provider or seasonal apps provider; you may have been experiencing the high complexity developing the apps. This is because in many cases, developing SharePoint Apps will require you to use from common JavaScript framework like JQuery, AngularJS, Reqwest to more specific JavaScript framework to JavaScript SharePoint Client Object Model. Many of SharePoint Apps developer will need to handle following challenges: Create cross-domain call Create status notification REST call .

ShareCofee to Help Your Apps for SharePoint Development

English Whether you are serious SharePoint Apps provider or seasonal apps provider; you may have been experiencing the high complexity developing the apps. This is because in many cases, developing SharePoint Apps will require you to use from common JavaScript framework like JQuery, AngularJS, Reqwest to more specific JavaScript framework to JavaScript SharePoint Client Object Model. Many of SharePoint Apps developer will need to handle following challenges: Create cross-domain call Create status notification REST call .

Windows Azure : Using WebMatrix to Create Wordpress Multisite in Azure

English In case you have not tried Windows Azure to host your blog, I think it is time todo so; because Windows Azure is also capable to host many types of blogging platform such as Wordpress. I stumbled upon “Convert a Wordpress Site to Multisite” - when trying to figure-out how to host my blog in Windows Azure. Instead of using FTP or GIT as described in that article, I use WebMatrix and standard Wordpress configuration in Windows Azure.

SharePoint 2010: How to Launch Remote Desktop Client from SharePoint

SharePoint 2010: How to Launch Remote Desktop Client from … | Mastering Sharepoint - Apr 0, 2012 […] document library? By default, SharePoint does not support … … Read the original: SharePoint 2010: How to Launch Remote Desktop Client from … ← SharePoint Repository for NuGet is alive! – Johnny’s RIA […]

SharePoint 2010: How to Launch Remote Desktop Client from SharePoint

English: SharePoint document library has widely used to store Microsoft Office document such as MS Word, MS Excel or MS PowerPoint. It provides seamless integration with Microsoft Office client, in which it will launch appropriate client’s application. For example, if the user clicks *.doc file ; SharePoint client technology will detect and try to launch MS Word application. When the user try to edit document, it also try to launch MS Word application in edit mode.

SharePoint 2010: RemoteStsAdm PowerShell Module is available via NuGet

English: Few month ago I have introduced RemoteStsAdm, a PowerShell module that enable you to execute StsAdm.exe remotely. StsAdm.exe is a command line administration tools for SharePoint. Unfortunately to run StsAdm, one must log-in to SharePoint server member – since the tool can not be executed remotely. RemoteStsAdm is to answer this problem, allowing admin to execute StsAdm remotely. You can download the source code from MSDN Galery here or read the original article in previous post here.