Re: beginners C# project
I would suggest you make a simple program where you can add clients, add booking, delete clients, delete booking, modify clients/booking etc.. etc...
That will get you used to Arrays, ArrayLists, DateTime, if statements, loops, cases, etc....
|