Answer Posted / banshi
Console applications can take only text based input and
also can give output in text format only.
Hence, console applications are best suited for
applications that should run as a scheduled job.
Also, console applications are the best choice while
learning a language.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain convert.tostring and i.tostring method?
What is late binding and early binding?
Explain enumerator?
How to store images in sql server database through vb.net?
Explain the advantages of vb.net?
What do you mean by serialization and deserialization?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Compare c# and visual basic.net?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
what is common type system?
Explain cls?
What do you mean by option strict on?
Is vb.net a programming language?
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
What is the diff between vb mdi form and .net mdi form?