wht is the use of console application?
Answers were Sorted based on User's Feedback
Answer / uma n
Console Applications are command-line oriented applications
that allow us to read characters from the console, write
characters to the console and are executed in the DOS
version. Console Applications are written in code and are
supported by the System.Console namespace.
Is This Answer Correct ? | 36 Yes | 10 No |
Answer / p.sivaranjanikamaraj
Console applications are command line applications.We have
to give inputs through keyboard without use of mice.But, in
windows applications, users should give inputs through mice
without use of keypad.
Is This Answer Correct ? | 17 Yes | 20 No |
Why is the xml infoset specification different from the xml dom?
What is public assembly?
Why do we use byref keyword in vb.net?
difference between control and component more than one differences
How do you define a read only property in a class module?
Explain an assembly?
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
What is late binding?
Explain option explicit?
What is a stream in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Which is the tool which can convert visual basic old version to .net compatibility version?