welshboy202010
Programmer
Hi folks,
Having being used to programming in Java for such a long time, I decidede to have a crack at C#.
I'm currently doing a small project for my father's business, and I have a rough idea of what I want it to do.
The problem is I'm having a great deal of hassle designing it, as the program will connect to a data base, and keep track of what's in the van at any given time.
Now I know I'm meant to design the objects first, but to me, it seems like all I'm doing is creating a database and bolting a front end on it. It seems so simple.
What I'm asking is this...
I'm thinking of creating classes, like Part for example, which will hold the details of each part in the van, and then store a part in an array, and then buffer it on to the data base.
Is this a good idea or is it a stupid idea?
Many thanks.
Having being used to programming in Java for such a long time, I decidede to have a crack at C#.
I'm currently doing a small project for my father's business, and I have a rough idea of what I want it to do.
The problem is I'm having a great deal of hassle designing it, as the program will connect to a data base, and keep track of what's in the van at any given time.
Now I know I'm meant to design the objects first, but to me, it seems like all I'm doing is creating a database and bolting a front end on it. It seems so simple.
What I'm asking is this...
I'm thinking of creating classes, like Part for example, which will hold the details of each part in the van, and then store a part in an array, and then buffer it on to the data base.
Is this a good idea or is it a stupid idea?
Many thanks.