View Single Post
  #13 (permalink)  
Old 05-10-2008, 01:05 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default 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....
Reply With Quote