C# Tip: How to create Unit Tests for Model Validation
Model validation is fundamental to any project: it brings security and robustness acting as a first shield against an invalid state.
You should then add Unit Tests focused on model validation. In fact, when defining the input model, you should always...
code4it.hashnode.dev3 min read