#net
Read more stories on Hashnode
Articles with this tag
In an ideal world, when developing a NuGet package you can easily verify it works during local development. For simple / code-only NuGet packages it's...
An approach for the record collection problem. With C# I find myself leveraging the record type quite a lot. Its implicit immutability and value...