An open API service indexing awesome lists of open source software.

https://github.com/junian/csharp

Common C# functions, examples, and FAQs
https://github.com/junian/csharp

csharp dotnet examples

Last synced: 2 months ago
JSON representation

Common C# functions, examples, and FAQs

Awesome Lists containing this project

README

          

# C# by GODO.DEV

Common C# .NET functions, examples, and FAQs.

* 'Hello, World!' Program in C# ([Guide](https://www.godo.dev/csharp/hello-world/) - [Code](https://github.com/godo-dev/csharp/blob/master/src/CSharp.StdLib/HelloWorldService.cs))
* Base64 String Encoding and Decoding in C# ([Guide](https://www.godo.dev/csharp/base64-string-encode-decode/) - [Code](https://github.com/godo-dev/csharp/blob/master/src/CSharp.StdLib/Base64Service.cs))