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

https://github.com/suzu-devworks/examples-dotnet

A workspace for learning .NET and experimenting with its features.
https://github.com/suzu-devworks/examples-dotnet

csharp devcontainer dotnet nuget

Last synced: 5 months ago
JSON representation

A workspace for learning .NET and experimenting with its features.

Awesome Lists containing this project

README

          

# examples-dotnet

![Dynamic XML Badge](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsuzu-devworks%2Fexamples-dotnet%2Frefs%2Fheads%2Fmain%2Fsrc%2FDirectory.Build.props&query=%2F%2FLTSFrameworks&logo=dotnet&label=Frameworks)
[![build](https://github.com/suzu-devworks/examples-dotnet/actions/workflows/dotnet-build.yml/badge.svg)](https://github.com/suzu-devworks/examples-dotnet/actions/workflows/dotnet-build.yml)
[![CodeQL](https://github.com/suzu-devworks/examples-dotnet/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/suzu-devworks/examples-dotnet/actions/workflows/github-code-scanning/codeql)

## What is the purpose of this repository?

This repository is just my personal playground for learning and experimenting with .NET programming in C#.

The content here might actually be helpful to other developers facing similar issues.

However, please keep in mind that this code is based solely on my own perspective and probably has lots of inaccurate or questionable parts!