Blog
Engineering notes — .NET, type-driven design, and building this site in public.
Subscribe via RSS· Updated
Zero-Code Validations in Your .NET API
Add validations by swapping primitive types like strings and ints for Kalicz.StrongTypes NonEmptyString, Positive<int> etc. Let ASP.NET parse on the API boundary for free and the compiler guarantees the rest.
- dotnet
- csharp
- strong-types
- type-safety
- api-design
- validations
Hello, World
A quick hello — who I am and what this blog is going to be about (mostly developer experience).
- meta