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?
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.