Convert your SQL Table in a Class
When we work with a database we need to transform our tables into classes, then we need a SQL script to do it.
How it work
Create a switch where we map every type of SQL in .NET type
Check if the columns are nullable
The result is varrchar, which ...
developerfabio.hashnode.dev4 min read