Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 648 Bytes

.Net console sample for demonstrating capabilities of Random generation

This demos the capabilities in .Net to generate random numbers, byte array (displayed as base64) etc...

How to run

  • Clone and run using Visual Studio

Features showcased

  • Random class
  • RandomNumberGenerator class

Tech stack

  • .Net version - .Net 6
  • Nugets referenced
    • DotNet.Helpers
    • easyconsolestd
    • Microsoft.Extensions.Hosting

Dependency injection

  • Supported. Refer the Program.cs file for more details
  • The options are injected as dependency to the [MenuService](/src/MenuService.cs then those are invoked based on selection.