RSS Forums RSS
Please support our VB.NET advertiser: Programming Forums
Views: 17022 | Replies: 5
Reply
Join Date: Jul 2006
Posts: 1
Reputation: Vickyy is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Vickyy Vickyy is offline Offline
Newbie Poster

Help Mini Project in VB.NET

  #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.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,166
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 59
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Mini Project in VB.NET

  #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:
class address

private line1 as string
private line2 as string

public InsertAddress()
     Dim sql as string
     sql = "insert into address(line1, line2) values('" & line1 & "','" & line2 & "')"
end sub
:
:
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  
Join Date: Aug 2006
Posts: 2
Reputation: prabul84 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
prabul84 prabul84 is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

  #3  
Aug 4th, 2006
hi
Reply With Quote  
Join Date: Aug 2006
Posts: 2
Reputation: prabul84 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
prabul84 prabul84 is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

  #4  
Aug 4th, 2006
fff
Reply With Quote  
Join Date: Aug 2004
Posts: 19
Reputation: Bharati Krishna is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
Bharati Krishna Bharati Krishna is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

  #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  
Join Date: Oct 2007
Posts: 1
Reputation: jam_rav is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jam_rav jam_rav is offline Offline
Newbie Poster

Re: Mini Project in VB.NET

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:48 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC