https://github.com/csharpfritz/csharp_with_csharpfritz
Show notes, slides, and samples from the CSharp with CSharpFritz show
https://github.com/csharpfritz/csharp_with_csharpfritz
Last synced: about 1 month ago
JSON representation
Show notes, slides, and samples from the CSharp with CSharpFritz show
- Host: GitHub
- URL: https://github.com/csharpfritz/csharp_with_csharpfritz
- Owner: csharpfritz
- License: mit
- Created: 2020-08-10T00:17:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T20:44:31.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:11:27.506Z (about 2 months ago)
- Language: C#
- Size: 15.3 MB
- Stars: 666
- Watchers: 58
- Forks: 220
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C# with CSharpFritz
[](https://mybinder.org/v2/gh/csharpfritz/csharp_with_csharpfritz/main)
Show notes, slides, and samples from the CSharp with CSharpFritz show. Jupyter notebooks are available in the [notebooks](notebooks) folder. Notebooks are built using [.NET Interactive](https://github.com/dotnet/interactive).
Recordings from the stream are available in the [CSharp with CSharpFritz playlist](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R) on the YouTube .NET channel.
## Run the notebooks locally
If you would like to run the notebooks locally, without installing Python and .NET interactive, you can clone this repository and then run docker-compose:
```shell
git clone [email protected]:csharpfritz/csharp_with_csharpfritz.git
cd csharp_with_csharpfritz
docker-compose up
```The notebooks run by default on network port 8888.
## Community
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
## License
All content for this video series made available in this repository is covered by the [MIT License](https://github.com/csharpfritz/csharp_with_csharpfritz/blob/main/LICENSE).