Select data from database with class C#
Need to select data from dbo.customers
Id
Name
Surname
tax
to class,becose need to use in my app.
Now I every time in form create string select from etc...
I dont want that.
Want to use data with class
Some exaples or link
Thank you