Validating Connection Strings on .NET Startup
![Validating Connection Strings on .NET Startup](https://res.cloudinary.com/abuhakmeh/image/fetch/c_limit,f_auto,q_auto,w_500/https://khalidabuhakmeh.com/assets/images/posts/misc/validating-connection-strings-on-dotnet-startup.jpg)
There exist extension points in .NET that allow you to verify the starting state of your application. Validating configuration can be helpful when you know that without certain elements, there’s no reason to start the application. One of those configuration...