Useful links during development. Helps remind me and prevents cluttering comments in code.
- David Fowler for non-trival .NET Core Minimal API examples
- Dependency injection in ASP.NET Core
- Use Sockets to send and receive data over TCP
- Correct IDisposable disposing (Mostly for the async point I keep forgetting)
- CA1816: Call GC.SuppressFinalize correctly
- System.InvalidOperationException: Reflection-based serialization has been disabled for this application. Either use the source generator APIs or explicitly configure the 'JsonSerializerOptions.TypeInfoResolver' property.
- Cleaner stacktraces