Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitzy1321/dotnet-exp
Dotnet Experiments
https://github.com/fitzy1321/dotnet-exp
Last synced: about 7 hours 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 (12 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:42:53.000Z (12 days ago)
- Last Synced: 2024-11-07T07:30:09.224Z (12 days ago)
- Language: Rust
- Homepage:
- Size: 0 Bytes
- 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.