Forum Discussion
Debayo Graham
Apr 07, 2017Brass Contributor
Sharepoint 2010 list in .netcore app
Hi guys,
Not sure if this place is the right place to ask this question but is it possible to get data from a sharepoint 2010 list by way of a .netcore application I inherited.
Thanks again
- I guess you can use CSOM in your .netcore application, can't you?
- Interesting topic.
Not sure if CSOM 2013 is available in dotnetcore:
https://forums.asp.net/t/2115279.aspx?+Net+Core+vs+SharePoint+CSOM+ExecuteQuery+Method
Although here is being used (but is an older article):
http://www.sharepoint.bg/radi/post/Getting-Started-with-ASPNET-Core-Add-ins-for-SharePoint-Online
Anyway, I have my doubts with CSOM 2010 version
Another option could be to use the "old" 2010 Web services, but I'm reading some articles saying SOAP is not available in dotnetcore, and others seem is possible with custom services (SP is always special though...):
http://tattoocoder.com/asp-net-core-getting-clean-with-soap/