Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.02 KB

.NET 8 Samples

Samples for new functionality in .NET 8 to accompany my talk at the London .NET User Group in November 2023.

A recording of the talk can be found on YouTube 📺 and the slides can be found here 🛝.

Building

Compiling the samples yourself requires Git and the .NET 8 SDK to be installed.

git clone https://github.com/martincostello/dotnet-8-samples
cd dotnet-8-samples
./build.ps1

Repository

The repository is hosted in GitHub: https://github.com/martincostello/dotnet-8-samples.git

License

This project is licensed under the Apache 2.0 license.