GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 7 of 60    Print  
please list some final year projects that can be done using vb.net in the application level.

  
Total Answers and Comments: 2 Last Update: April 20, 2007     Asked by: jojo 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 07, 2006 03:23:48   #1  
KRISHNENDU MUKHERJEE        

RE: please list some final year projects that can be d...

Hi

You can do lot of projects on .net platform.My students are doing under my guidence.

1.3 tier shopiing cart with /without paypal system.

2.billing system with data encryption.

you can check my article at:www.codeproject.com

article name: Unleash the power of .net with encryption

3.remoting.

4.Chatroom

5.Any kind of database programming with report generation in xml csv excel and crystal report.Programme should tkae into account the concept of optimistic concurrency.

If you need any help contact me at :ikrish_mukh2@rediffmail.com


 
Is this answer useful? Yes | No
April 20, 2007 08:48:07   #2  
shikha kenu        

RE: please list some final year projects that can be d...
You can go for internet control of robot.

1. use chips:- at89c51 microcontroller l293d motor driver n max232 converter (for robot)

2. using vb.net develop the gui n use winsock programming for sending photos on internet.

3. use mscomm programming in .net to move the robot in a wired connection with the comp.

4. u can also use Enbedded C for microcontroller programming in place of assembly.
use keil compiler for that n its available for free on internet.

5. attach a cam to robot move it n transfer the photos captured to the client over internet.

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : You can go for internet control of robot.1. use chips:- at89c51 microcontroller, l293d motor driver n max232 converter (for robot)2. using vb.net, develop the gui n use winsock programming for sending photos on internet.3. use mscomm programming in .net ...
Read Answers (2) | Asked by : jojo

for example:while(datareader1.read()) while(datareader2.read()) end whileend whilethis is not allowed even though both datareaders have two different sets of data. can someone help me out with this 
Latest Answer : A database connection can only have one open datareader associated with it at anytime.  To do what you are looking to do in your example you must have two connections, one for each datareader. ...
Read Answers (2) | Asked by : IRDM

Sort an array of ten 30 character items into ascending order of surname. Each line contains a name in the form e.g. Mr J Smith, Dr John R Smith or John Smith. There are no field or record delimiters, qualifications, suffixes, double-barrelled names or similar complications. Define names and values for the items in the array, using any programming language you choose. Using low level string and record manipulation and not higher level functions such as SORT, either draw a flowchart to show how
View Question | Asked by : btbdance

How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me... 
Latest Answer : dim con as sqlconnectioncon=new sqlconnection("server=visuall;database=urdbname;uid=sa;password=urpassword")con.open()dimquerycommand as sqlcommanddim reader as sqldatareaderquerycommand=new sqlcommand("select * from emp",con)reader=querycommand.executereader()while(reader.reader())listbox1.items.add(reader(0).tostring() ...

You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As 
Latest Answer : e.cancle = TrueIf the input in the control does not fall within required parameters,the property within your event handler can be used to cancel the Validating event and return the focus to the control. ...
Read Answers (2) | Asked by : Sudiya

You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.You 
Latest Answer : Run the application in Debug Mode. Each time an error is encountered, correct it and continue debugging the application ...
Read Answers (1) | Asked by : Sudiya

You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that 
Latest Answer : F. Set GraphForm.FormBorderStyle to one of the Fixed styles. ...
Read Answers (1) | Asked by : Sudiya


 Sponsored Links

 
Related Articles

Managing SQA Projects

Managing SQA Projects No matter how big a project is there will always be a person who will be overseeing the whole project They are usually the project managers and in this case called the SQA managers SQA managers are always at the forefront of everything answering to the business manager regardin
 

High Level Data Link Control (HDLC)

High Level Data Link Control HDLC The High Level Data Link Control protocol was developed by the International Organization for Standardization ISO It is used for switched and non switched networks and is a bit oriented architecture The High Level Data Link Control has been accepted and used widel
 

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

ITIL Service Level Management

Service Level Management Service level management (SLM) is one of the five components in the ITIL service delivery area. It is known as the most significant set of processes in the ITIL framework. The SLM processes provide a structure that defines services, and also defines which service levels are
 

Rapid Application Development

What is RAD? One of the conveniences of developing software is that it is not a physical tool that can be lost once it gets developed or manufactured. Codes are used to implement the software and it does not disappear together with the product. We can re-use the code all over again in another softw
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Effective Controls for Attaining Continuous Application Security

Effective Controls for Attaining Continuous Application Security Throughout the Web Application Development Life Cycle Given the choice, every organization would want secure Web sites and applications from the Web application development phase all the way through the software development life cycle.
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape