Any C# projects that integrate with the Asana API

Hi guys!

Does anyone know of a C# project I can pull from somewhere to get an idea of what I can do with the API. It will be cool to have a project to make and pull tasks but then learn the API plus get better at C#

Thanks

Hey,

I cannot help with any open source existing asana integration in c# but for sure you can check Asana Apps and Integrations • Asana to get an idea about some existing use cases.

Asana doesn’t support any official wrapper for c# but the better I managed to find is this.

Happy coding :slight_smile:

2 Likes

I’m using C# for Desksana but since it’s not open source I can’t share the source code. I can answer some specific questions most likely once you get going.

I took and modified this C# library for my own needs.

3 Likes

Thanks @Phil_Seeman I’ll check it out and give you a shout if I need any help. I think first phase will be to get all the projects in my organisation then all the tasks with custom fields and then all the subtasks. If I get that right then I want to see what I can do in terms of building some interactive data which will be totally new for me.