Microsoft SharePoint CSOM product availability and support when connecting to SharePoint 365

Novian Winangun 1 Reputation point
2020-08-20T01:50:04.78+00:00

Hi,

SharePoint CSOM is quite simple to setup when developing an application in csharp/.net to get data from Office 365.

For example, you can grab sharepoint DLLs and you can simple to the sharepoint site on office 365 using your credential.
or you can use NuGet to download these DLL using Microsoft.SharePointOnline.CSOM.

I would like to know what maintenance do I need to do overtime, if I choose to use SharePoint CSOM to develop my application.
Can I still use the same DLLs in 10 years time?

Do I need to keep updating these DLLs whenever SharePoint Online has a maintenance upgrade?

Regards,
Novian

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,143 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Trevor Seward 11,696 Reputation points
    2020-08-20T03:33:59.49+00:00

    It is unlikely that the DLLs will still be valid (or still available for a supported platform) in 10 years, but it's anyones guess. You should keep your NuGet packages updated over time, recompile and redeploy your application.

    0 comments No comments

  2. Baker Kong-MSFT 3,796 Reputation points
    2020-08-20T07:02:05.663+00:00

    Hi NovianWinangun-6161,

    I think it's not promised that the old version dll is still valid in 10 years, we'd suggest you keep it updated.

    Best Regards,
    Baker Kong


  3. Novian Winangun 1 Reputation point
    2020-08-20T07:23:24.203+00:00

    Thanks.

    How can I subscribe to get notification about SharePoint online news updates?

    Especially those that can break my applications?

    0 comments No comments

  4. Baker Kong-MSFT 3,796 Reputation points
    2020-08-20T09:54:27.407+00:00

    Hi NovianWinangun-6161,

    You can receive the release news in the message centre, or browser news in the road map.

    Thanks
    Baker Kong