Forum Discussion
Dmytro Lapshyn
Aug 09, 2018Copper Contributor
Is it possible to develop in No-Code Sandbox Solution style with Sharepoint PnP?
Hi there, Hopefully someone will be able to address my confusion regarding SharePoint PnP and sandboxed solutions. My understanding so far: PnP can deploy practically all the same artifacts ...
Aug 09, 2018
It may not sound like that at the start and when you are comfortable with the tools you currently use, but once you get into it, you will be a lot more productive. Also look at the PnP PowerShell for provisioning scenarios as sometimes it's a lot simpler than a full C# application.
The PnP provisioning engine is just amazing! The option to save a site as a XML template is pure gold 😉
And you can use any code editor of your choice, including Visual Studio.
The documentation is very good, and you have lots and lots of videos on the PnP channel with tutorials.
The SharePoint development sorry was never so strong 😀
The PnP provisioning engine is just amazing! The option to save a site as a XML template is pure gold 😉
And you can use any code editor of your choice, including Visual Studio.
The documentation is very good, and you have lots and lots of videos on the PnP channel with tutorials.
The SharePoint development sorry was never so strong 😀
Dmytro Lapshyn
Feb 06, 2019Copper Contributor
Hi Joel Rodrigues and Steve Johnson ,
In retrospective, you both are totally right. We are using PnP for our current internal SharePoint project, and I have also started using PnP for applying updates to an originally SharePoint Designer-authored web, which turned out to work quite good.
As for workflows, we've found a way to design them in Visual Studio and then compile into a form that could be provisioned via PnP.
Thanks a lot for the inspiration!