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 ...
Jun 15, 20234 min read277


