diff b/w windows and console application?

Answers were Sorted based on User's Feedback



diff b/w windows and console application?..

Answer / vikas ku gupta

windows forms provide the graphical user interface (GUI)
where as console is the character user interface(CUI)
you have to use the hard code to develope the application
using console, lots of thing you must remember where as the
windows forms development is more user friendly and easy to
use.

Is This Answer Correct ?    40 Yes 6 No

diff b/w windows and console application?..

Answer / subhash - netedge computing

difference between a console application and a Windows
application is the way in which the program gets user
input. A console application gets keyboard input through
the Console.Read or Console.ReadLine methods; a Windows
Forms application gets keyboard (and other) input through
events.

Is This Answer Correct ?    26 Yes 9 No

diff b/w windows and console application?..

Answer / as

main difference is console application take less space in
memory then window application.

Is This Answer Correct ?    6 Yes 2 No

diff b/w windows and console application?..

Answer / b.nagaraju

windows napplication is the GUI based. and console is the
CUI based.(character user interface).it is text based.
the main difference is the console application is take less
space in memory then window application..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is an assembly and its use?

0 Answers  


Explain the use of console application?

0 Answers  


what are the difference between An input box and Message box ..?

6 Answers   CTS, TATA,


Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

0 Answers   Infosys,


What is private assembly?

0 Answers  






Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at runtime Can you allow a class to be inherited but prevent the method from being overridden ? What happens in memory when you box and unbox a value type ? Write a progtam to convert decimal to byte without using library function.

2 Answers   HCL,


What are the difference between structure and class?

0 Answers  


what is the root namespace for all types?

8 Answers  


Explain jit?

0 Answers  


What are the advantages of VB.NET?

0 Answers  


Explain the advantages of migrating to vb.net?

0 Answers  


what is vb.net

1 Answers   TCS,


Categories