vivekjain Level: Professor Registered: 11-08-2003 Posts: 71
VB.NET Projects
Hi,
I am planning on doing a project in VB.NET> It would be great if you could suggest some project ideas. It could be any kind of application, Thank You
30-08-2003 at 02:05 PM
|
fabulous Level: VB Guru Registered: 03-08-2002 Posts: 439
Re: VB.NET Projects
Try a cinema ticket booking application, you could give it features like booking adjacent seats for pple who want to sit next to each other etc.
You can come up with other little neat things to put in it, but this should be a simple one to start with, you'll learn the WinForms, the code, the framework and the data access classes all in one go. Have fun.
If you encounter any problems, you can then post them here and we can help you. Bye
____________________________
My boss is a Jewish Carpenter (Jesus Christ)
Brain Bench Certified VB.NET Developer
26-10-2003 at 12:43 PM
|
zimcoder Level: VB Lord Registered: 27-10-2003 Posts: 225
Re: VB.NET Projects
You could also try a VB.NEt Chat application. You then get acquainted with networking programming, Multithreading, exception handling and file reading and writing. Some of these topics are new to VB. You will also get to explore some important aspects of the Framework class Library (FCL).
Happing chatting.
____________________________
BrainBench ADO.NET and ASP.NET Certified Developer
26-11-2003 at 07:50 AM
|
fahadp Level: Guest
Re: VB.NET Projects
quote:zimcoder wrote:
You could also try a VB.NEt Chat application. You then get acquainted with networking programming, Multithreading, exception handling and file reading and writing. Some of these topics are new to VB. You will also get to explore some important aspects of the Framework class Library (FCL).