Forum Discussion
Nigel_Price9911
Oct 11, 2016Iron Contributor
What is the relationship between PnP Providers and Connectors ?
Hi I understand this for loading and saving templates :- // Save template using XML provider XMLFileSystemTemplateProvider provider = new XMLFileSystemTemplateProvider(@"c:\temp\pnpprovision...
Ivan Vagunin
Oct 13, 2016Brass Contributor
Connectors implement basic stream IO operations for different location (e.g. FS, Azure Storage e.g.). Providers serialize (deserialize) templates based on streams they get from connectors.
- Nigel PriceOct 13, 2016Iron Contributor
Thanks Иван Вагунин