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

Explain about the performance of visual basic?

0 Answers  


What is deep copy?

0 Answers  


What is break mode? What are the options to step through code?

0 Answers  


Explain about garbage collection?

0 Answers  


hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha

3 Answers  






What is sealed class?

0 Answers  


Explain the use of option explicit?

0 Answers  


what is vb,net

1 Answers   ME,


What is vb.net used for?

0 Answers  


Explain trace in vb.net?

0 Answers  


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

0 Answers  


Explain cts?

0 Answers  


Categories