Hi Guys, As per Infopath limitations I was wondering if is possible to read and write to a Sharepoint List(Office365) using ASP.NET (C#). Is it possible?
Still with issues configuring my development environment with Visual Studio for Sharepoint Online.
Is there any tutorial about how to start?Â
I’ve been using Infopath for a long time, but now is becoming too limited.Â
Hi Ad,Â
Sorry for the late reply.
I’ve been involved in a few projects so not much time to be testing.
I am now going testing a few stuff again, so I will now try again.Â
Cheers.
Hi Nice,
Any luck with your goal replacing infopath with visual studio?
Thanks!
Ad
Nice Kiril,Â
I will have a look and post more stuff in here.
Really appreciateÂ
Hi Andre,
Yes, it is possible. The tool to do that is called Managed Client Object Model. For our ASP.NET MVC-based projects which require communication with SharePoint, we directly install the Office PnP NuGet package (https://www.nuget.org/packages/OfficeDevPnPCore16/).
You may want to take a look in the samples with the package (https://github.com/OfficeDev/PnP) where you can directly take some of the examples for such simple tasks as reading a SharePoint list data.