Dotnet for Solid Apps

I am a newbie to the concept of SOLID, which is quite amazing. I am from .Net, C# background and would like to know if .Net/C# can be used for developing SOLID Apps or APIs which can interact with SOLID Pods?

Hi @Rebu.Thomas

Yes, it is possible to use any language to interact with the Solid API. Javascript is the most used one currently, but there are also examples of other languages you can find here: Tools and libraries overview · Solid

It looks like currently there is no library to interact with Solid through C#, but it is possible to write one yourself if you want. I guess that the hardest part is the authentication with solid-OIDC, but I haven’t looked into that myself yet.