Database/Object Mapping
- by Eric
Hello everyone,
This is a beginner question, but it's been frustrating me...
I am using C#, by the way.
I'd like to make a few classes, each with their own properties and methods. I would also like to have a database to store certain instances of these classes in case I would ever need to look at them again. So, for example...
class Polygon
{
…