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
Explain enumerator?
How to view an assembly?
How can we store decimal data in .net?
What keyword is used to accept a variable number of parameter in a method?
Compare c# and visual basic.net?
What are all the differences between dispose and finalize()?
What are the advantages of migrating to vb.net?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
How do you call a stored procedure in Visual Basic?
Can you please explain the difference between authentication and authorization?
What are the two main parts of .net?
What are the advantages of an assembly?
Which is the tool which can convert visual basic old version to .net compatibility version?
What are the shadow variables?
Can you please explain the difference between system.string and system.stringbuilder classes?