| | |
Mini Project in VB.NET
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() | View First Unread |
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:
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.
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)
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.
•
•
Join Date: Aug 2004
Posts: 19
Reputation:
Solved Threads: 0
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
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
"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.
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.
![]() |
Similar Threads
- Mini Project Using C (C++)
- suggestions for a mini project ?? (Visual Basic 4 / 5 / 6)
- help regarding mini project (Networking Hardware Configuration)
- mini project (Community Introductions)
- suggest me online mini project topic (ASP)
- mini project on vb+access (Community Introductions)
Other Threads in the VB.NET Forum
- Previous Thread: How to check if form is enabled on Resize event?
- Next Thread: Web Site Monitoring app hangs
| Thread Tools | Search this Thread |
.net .net2008 30minutes 2005 2008 access account arithmetic array basic bing button buttons center check code combobox component connectionstring crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dropdownlist excel fade file-dialog filter folder ftp generatetags google gridview hardcopy images input insert intel internet mobile monitor ms net networking objects output panel passingparameters peertopeervideostreaming picturebox picturebox1 port position print printing problem problemwithinstallation project save searchbox searchvb.net select serial shutdown soap survey table tcp temperature text textbox timer timespan toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year







