answersLogoWhite

0

As a "batch" or a command-like application. User may run them explicitly, or schedule them to be run. One good example is to have a console application to walk through a file system at every midnight to delete and backup some file items.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the use of console application in c sharp?

A console application is an Windows application where you only have access to a command-line console. You cannot use Win Forms with a console application. The Console class contains methods that you can use to interact with the user, such as Console.WriteLine("Hello World!"); They are useful if you want to write a program that you can run from a command line that does not need a graphical interface.


What is basics of dot net?

It has simple and user-friendly GUI which helps to create web application, windows application, console application etc. rapidly.


What is the use of net frame work?

.Net Framework is use for to create window application.


What is meant by vb net framework?

Vb(visual basic) is the language support by a .Net framework.we can use the vb as a windows application and web application and use the many application we can create.


What is the difference between a console application and a graphical application?

Console applications use "DOS type" windows to show information and communicate with user, and that's basically all and create exe format. Graphical applications use forms and allow you to build flexible and user friendly interfaces.


Is it possible to use .net class in wpf browser application?

gdidha guddu


What is console application in c sharp?

The console application in C sharp(C#) is a simple application which takes input and returns output on a command line console, with the following data streams: standard input, standard output, and standard error.


Use of net framework used in which field?

Microsoft's .NET Framework is fairly robust. You can probably find an application for it in any field that needs a program written.


Can you console in more than one variable at once in c?

Yes, you can. You can pass an array of data to your console application.


Using console application show the use of inheritance in your program?

inheritance is purpose of deriving one class from other class and it is reusabilty of code..


What is a NET application?

It is a password/log/database application using the same code throught each similar version. The main aspect of .net is the ability to have security across a common platform and with upmost security. the .net 1.1 frameork is the most mainstream. .net 3.5 is the latest in action. Use msdn (microsoft developer network) to get specifics and requirements.


How do you create a program that will display output?

It must use a function with a "return" statement. Or you could output via console. (.NET CODE(C#)) Console.WriteLine("Output.");