Mini Project in VB.NET

Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2006
Posts: 1
Reputation: Vickyy is an unknown quantity at this point 
Solved Threads: 0
Vickyy Vickyy is offline Offline
Newbie Poster

Mini Project in VB.NET

 
0
  #1
Jul 27th, 2006
Good Day one and all,

I am final year MCA student. I want to do one mini project in this semester. I know VB, VB.NET. I already done a student management system for a school. Now i need a good project title to do in this semester. can anyone give me a good project title in VB.NET.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Mini Project in VB.NET

 
0
  #2
Jul 27th, 2006
A class generator.

INPUT connection string and table name.
OUTPUT a .vb class file with members, insert/update/delete methods for the given table

so if you had in the db

address
line1 varchar(32)
line2 varchar(32)

your generator would produce:
  1. class address
  2.  
  3. private line1 as string
  4. private line2 as string
  5.  
  6. public InsertAddress()
  7. Dim sql as string
  8. sql = "insert into address(line1, line2) values('" & line1 & "','" & line2 & "')"
  9. end sub
  10. :
  11. :
  12. end class

I'm a c# programmer so you'll have to excuse my rubbish VB syntax but you get the idea I hope.

This will not only give you a project for your studies, but will have real use for you in the real world afterwards.
Last edited by hollystyles; Jul 27th, 2006 at 5:34 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2
Reputation: prabul84 has a little shameless behaviour in the past 
Solved Threads: 0
prabul84 prabul84 is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
0
  #3
Aug 4th, 2006
hi
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2
Reputation: prabul84 has a little shameless behaviour in the past 
Solved Threads: 0
prabul84 prabul84 is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
-2
  #4
Aug 4th, 2006
fff
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 19
Reputation: Bharati Krishna is an unknown quantity at this point 
Solved Threads: 0
Bharati Krishna Bharati Krishna is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
0
  #5
Aug 5th, 2006
Hi,

You can develop a module of ERP which is currently hot in the IT market. This will help you to appear for ERP related job interviews. Develop a module like Accounting/ Inventory using vb.net and SQL server 2000/2005 with a focus on database connections using ADO.net, OOPs Programming, multi-tier architercture and reporting.

For your information, the Title:"Develop an accounting package using Visual basic and SQL sever 2000 (Client/Server) can give you a headstart.

Regards
bhar
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 1
Reputation: jam_rav is an unknown quantity at this point 
Solved Threads: 0
jam_rav jam_rav is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
-2
  #6
Oct 28th, 2007
I think U have got some mini project for your MCA .Can you now help me by giving that project to me...
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 1
Reputation: vikash_grv is an unknown quantity at this point 
Solved Threads: 0
vikash_grv vikash_grv is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
0
  #7
Dec 23rd, 2008
you can do over metro railway ticketing system OR automated student registration of students in university LAB/Internet center.......
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 1
Reputation: snehad is an unknown quantity at this point 
Solved Threads: 0
snehad snehad is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

 
-2
  #8
Feb 16th, 2009
i am a student of M.Sc.computer science.I need some project information in vb.net only.

please suggest me some topics.Please give me a quick reply
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Mini Project in VB.NET

 
2
  #9
Feb 16th, 2009
Start a new thread.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 751
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Mini Project in VB.NET

 
2
  #10
Feb 16th, 2009
"Threepio! Shut down all the garbage mashers on the detention level! Shut down all the garbage mashers on the detention level!"

Here's a project for someone.
"close thread where title is matched by "project" and age is greater than 3 months".

That should slow down the "me too" brigade from the grave digging.
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the VB.NET Forum


Views: 48999 | Replies: 22
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC