Answer Posted / 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 |
Post New Answer View All Answers
What is branching logic control in VB.NET?
Explain about the ruby interface generator?
How to store images in sql server database through vb.net?
What is the exact defination of object?
How to retrieve images in sql server database through vb.net?
Explain the difference between dispose and finalize()?
What is internal keyword in .net framework?
What is the difference between readonly variable and constant variable?
How to send xml file on server using http protocol?
Explain manifest?
Define naming convention?
Explain trace in vb.net?
What are the technology areas that microsoft.net contains?
What is the difference between static or dynamic assemblies?
What is the source code for display the picture in button click event?