Forum Discussion
YingLam
Oct 13, 2023Copper Contributor
where to start developing webapp reading sharepoint list
I spend weeks reading microsoft learn sites about graph (api) but still don't know where to start making a simple start webapp. I used to develop in .net with c#.
ganeshsanap
Oct 13, 2023MVP
If you are trying to develop applications (web parts) to use on SharePoint sites pages, you can develop those using SharePoint framework, check:
If you are trying to develop external web app (not in SharePoint), you can use Azure App Service. Follow these Microsoft official documentations:
- Tutorial: Access Microsoft Graph from a secured .NET app as the app
- Tutorial: Access Microsoft Graph from a secured .NET app as the user
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.