Hey guys I'm new in C# programing which means I'm still learning it.
Now i'm looking for best class which i can use for basic CRUED operations ( Insert, Update, Delete ) on MS SQL server.
If you have some class you use i would love to see how you make it. For now as best solution i have so far is from this link https://dotnetdaily.net/web-development/tutorials/ado-net-tutorial-create-update-delete-operations
Is it a good habbit to use property for each table field ?? Or it would be better to pass those values through parameters collections . ?
Anyway i would love to see classes you use as example.
Thanks in advance