[dotnet] Add dotnet projects and examples

+ Sitemap generator I created while learning the dispose pattern
+ Testing project for learning general C#
This commit is contained in:
2022-05-04 12:55:23 -04:00
parent 6dbac7559a
commit d1fb33c58e
26 changed files with 2927 additions and 0 deletions

5
dotnet/testing/README.md Normal file
View File

@@ -0,0 +1,5 @@
This is a testing project I created while first learning C#.
There's no objective or goal, aside from playing with different features of C# and NuGet packages.
Essentially, this is a scrap project that I code in while learning new C# things.
Since this is just for learning, I won't bother explaining how to use things here; It's very possible this entire project could disappear one day.