Super Simple .NET 6
To create a blank .NET program, run the following:
dotnet new console
Random Numbers
This is a stupidly simple .NET program for generating some crypto-random numbers using the operating system's entropy:
Program.cs (the entire file is shown here, usi...
blog.buchanan.dev1 min read