943,692 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 97716
  • VB.NET RSS
Jul 27th, 2006
1

Mini Project in VB.NET

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Vickyy is offline Offline
1 posts
since Jul 2006
Jul 27th, 2006
0

Re: Mini Project in VB.NET

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:
VB.NET Syntax (Toggle Plain Text)
  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.
Reputation Points: 262
Solved Threads: 68
Veteran Poster
hollystyles is offline Offline
1,181 posts
since Feb 2005
Aug 5th, 2006
0

Re: Mini Project in VB.NET

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Bharati Krishna is offline Offline
19 posts
since Aug 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.
Previous Thread in VB.NET Forum Timeline: Required Help urgently
Next Thread in VB.NET Forum Timeline: Vb.net





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC