dotnet-core/samples/README.md

20 lines
771 B
Markdown
Raw Permalink Normal View History

2020-08-21 02:34:06 +02:00
# .NET Samples
2015-11-18 16:48:20 +01:00
2020-08-21 02:36:07 +02:00
This directory contains .NET samples and documents.
2015-11-18 16:48:20 +01:00
2020-08-21 20:46:13 +02:00
* [dotnetsay tool](dotnetsay/README.md)
2021-03-14 07:36:20 +01:00
* [dotnet-runtimeinformation tool](dotnet-runtimeinfo/README.md)
2020-08-21 02:34:06 +02:00
* [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)
2015-11-18 16:48:20 +01:00
2020-08-21 02:34:06 +02:00
## Other resources
2015-11-18 16:48:20 +01:00
2020-08-21 02:34:06 +02:00
* [Install .NET](https://dotnet.microsoft.com/download/)
* [.NET documentation](https://docs.microsoft.com/dotnet)
* [.NET samples repo](https://github.com/dotnet/samples)
2015-11-18 16:48:20 +01:00