https://github.com/fitzy1321/dotnet-exp
Dotnet Experiments
https://github.com/fitzy1321/dotnet-exp
Last synced: 4 months ago
JSON representation
Dotnet Experiments
- Host: GitHub
- URL: https://github.com/fitzy1321/dotnet-exp
- Owner: fitzy1321
- License: unlicense
- Created: 2024-11-07T06:35:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:42:53.000Z (8 months ago)
- Last Synced: 2025-03-10T12:55:28.823Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotnet Experiments
It's been a while since I've written anything C#, but I got hired for a .NET role, so back to the Microsoft Stack for awhile.
## C# and Docker
I want to spin up a .NET API in a docker container. How do?
## C# and OpenAPI Standards
What's .NET story for observability patterns?
## EF vs Dapper vs other ?
## c# and Rust?
I want to write a library in Rust and expose it to C# code. How can I do that?
Probably FFI, C bindgens, dlls, and some other shit.