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.
In VB to implement a disconnected recordset, after you have filled the recordset with the data, set its active connection property to "Nothing". That breaks the connection to the database. You can locally also save the data of the recordset by using its Save function.
The main difference between .dll and .exe is
.dll is the In process component where it take up the client's memory space to run. So the communication between the application and component(dll) is very fast.
.EXE is the Out of process component. It uses its own memory(not application memory) to run the component. The communication between the application and component is slow when compared to .dll
System. Object is the base class of .NET
It Supports
all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate super class of all classes in the .NET Framework; it is the root of the type hier
Image file can be save in SQL server as a byte. Henceforth, the image is convert to a stream of byte using the IO.Memory Stream. This stream of byte can be save in a table with image data type.

Select appropriate Question to view its more answers in this category of
Do you find any Answer incorrect or incomplete? Please e-mail us or
place your comment and mention the number of question or if you have correct answer then
open the appropriate question by clicking on question and then place your answer in comment
regarding particular question in this category "VB .Net Interview Questions and Answers" To ensure quality,
each change is checked by our team, before it enters the main website
database. If you desire so, the changes will be credited to your name.
Webmaster Said:
Thank you.
sendhilkumar s k Said:
I hope the answer is around about beating the bush, Console Applications are used to make exe applications which will run in the server or in the user specified system which will fire when the given condition is met eg: after every 30 minutes or When the enquiry has accumulated in the mentioned table is equal to 10 rows .. etc.,
Thank you,
successsendhilkumar s k
sendhilkumar s k Said:
I have expressed by view about the use of console application. I want the valuation of my view about the same. Hence I request the web master to evaluate my view about the use of console application.
Eagerly waiting for your reply.
Thanks
krishna Said: