We are developing a web application with C Sharp as backend, We trying to integrate BIM 360 data connector in our application, For which, can anyone share a sample BIM 360 data connector source code in C#
?
BIM 360 DATA CONNECTOR SOURCE CODE IN C SHARP
310 Views Asked by kkmsoft kkm AtThere are 2 best solutions below

The material Leandro shared has been the learning tutorial at: https://learnforge.autodesk.io/#/tutorials/viewhubmodels which introduces how to build application of Forge to connect BIM 360 model documents step-by-step.
While my understanding is what you are looking for is on how to use Data Connector API in .NET. As far as I know, our Forge team has not sample in .NET, but has samples in Node.js (which is also based on the skeleton of learning tutorial above) https://github.com/Autodesk-Forge/forge-bim360-data.connector.dashboard
In addition, we also provided Postman collection for Data Connector API: https://github.com/Autodesk-Forge/forge-bim360-data.connector.api-postman.collection In Postman, code snippet in various languages (including .NET)) is available. It might be a reference for you to build the final application: https://learning.postman.com/docs/sending-requests/generate-code-snippets/
Check this PDF, has code for .NET Core and .NET Framework:
Connect to Fusion Team & BIM 360 data