d-led / dotnet_core_playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet_core_playground

Purpose: try out .Net libraries and code snippets

Run It

dotnet run

or in VSCode: Run/Debug

Add dependencies

Search for a package and add it to the project:

e.g.

dotnet add package Newtonsoft.Json

Introspect Data

  • Check out Program.cs
  • debug in VSCode/other IDE or use the .Dump() extension method from the ConsoleDump library.

About

License:The Unlicense


Languages

Language:C# 100.0%