An open API service indexing awesome lists of open source software.

https://github.com/d-led/dotnet_core_playground


https://github.com/d-led/dotnet_core_playground

playground

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://www.nuget.org/packages) and add it to the project:

e.g.

```
dotnet add package Newtonsoft.Json
```

## Introspect Data

- Check out [Program.cs](Program.cs)
- debug in VSCode/other IDE or use the `.Dump()` extension method from the [ConsoleDump](https://github.com/cameronism/ConsoleDump) library.