There are several different projects that are organized in sub-folders. These sub-folders are organized similarly to the organization of the docs for .NET.
Issues are turned off on this repository. File issues using SupportOne .
The code in this repository represents programs that demonstrate application or library scenarios. Each sample has a readme.md file that explains the sample.
- .NET Framework samples require VS2012 and above.
- .NET Core samples will require VS2019 and above.
You can also build any .NET Core sample using the .NET Core CLI, which is installed with the .NET Core SDK. Then run these commands from the CLI in the directory of any sample:
dotnet build
dotnet run
These will install any needed dependencies, build the project, and run the project respectively.
To know more about the product, refer documentation