dotnet-core/samples/README.md
2021-03-14 08:45:26 +02:00

20 lines
771 B
Markdown

# .NET Samples
This directory contains .NET samples and documents.
* [dotnetsay tool](dotnetsay/README.md)
* [dotnet-runtimeinformation tool](dotnet-runtimeinfo/README.md)
* [Raspberry Pi instructions](RaspberryPiInstructions.md)
* [Using Xml Serializer Generator on .NET Core](xmlserializergenerator-instructions.md)
* [nuget.config for daily .NET builds](nuget.config)
* [linker instructions](linker-instructions.md)
* [.NET Core on Yocto instructions](YoctoInstructions.md)
* [Using dotnet-svcutil.xmlserializer on .NET Core](dotnet-svcutil.xmlserializer-instructions.md)
## Other resources
* [Install .NET](https://dotnet.microsoft.com/download/)
* [.NET documentation](https://docs.microsoft.com/dotnet)
* [.NET samples repo](https://github.com/dotnet/samples)