rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
259 stars 35 forks source link

+ Connection string parser/formatter class #99

Closed ig-sinicyn closed 4 years ago

ig-sinicyn commented 4 years ago
ig-sinicyn commented 4 years ago

Last minute change: there will be additional commit. I'm going to wrap DbConnectionStringBuilder into nested type and remove ConnectionStringBase: DbConnectionStringBuilder inheritance.

ig-sinicyn commented 4 years ago

Done & ready for review