This document is archived and information here might be outdated.  Recommended version.


Building a console solution (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > Developing with ArcGIS > Building stand-alone applications > Building a console solution

Building a console solution


About building a console solution

As a developer, you might want to write an application that is independent of the ArcGIS Desktop suite of applications to allow you to provide data processing or analysis without a graphical user interface (GUI) component. Your application's users will then be able to automate or schedule the running of the task.
For example, if you have a large set of data that is updated daily and needs to be processed nightly without user interaction, a console solution is the best approach.


See Also:

How to create an application to run on a schedule