https://github.com/codito/sharepoint-expt
Experiments with SharePoint
https://github.com/codito/sharepoint-expt
Last synced: about 1 year ago
JSON representation
Experiments with SharePoint
- Host: GitHub
- URL: https://github.com/codito/sharepoint-expt
- Owner: codito
- License: mit
- Created: 2018-05-22T03:44:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T05:26:12.000Z (over 7 years ago)
- Last Synced: 2025-01-07T06:41:51.279Z (about 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sharepoint-expt
Experiments with SharePoint focused on the Enterprise Content Management capabilities (taxonomy, managed metadata and so on).
## Requirements
These experiments are with .NET core, you will need SDK >= 2.0 to run the examples. I used vscode, you can bring your favorite editor.
1. Get .NET core sdk from https://www.microsoft.com/net/download/windows
2. Build the code: `dotnet build`
3. Run the spconsole project: `dotnet run --project .\src\spconsole\spconsole.csproj csom`
## SharePoint SOAP
Sample code is in `src/websvc` directory. Tested in an on-premise deployment.
Protocol documentation is in [msdn](https://msdn.microsoft.com/en-us/library/dd958731(v=office.12).aspx).
Protocol examples are also in [msdn](https://msdn.microsoft.com/en-us/library/dd958731(v=office.12).aspx).
## SharePoint CSOM
Sample code is in `src\csom` directory.
Official nuget packages are available at .