This is a very easy task, because all the Casdoor SDKs for different languages are very similar. So this task just requires to port the Go SDK or Java SDK to .NET. See:
One thing for beginer to learn is that how to develop a library in .NET, for this part, you can refer to the middlewares in Casbin.NET: https://github.com/casbin-net , you can basically get a C# library template to start with.
This is a very easy task, because all the Casdoor SDKs for different languages are very similar. So this task just requires to port the Go SDK or Java SDK to .NET. See:
One thing for beginer to learn is that how to develop a library in .NET, for this part, you can refer to the middlewares in Casbin.NET: https://github.com/casbin-net , you can basically get a C# library template to start with.