What are the different types of applications/programs can be developed using .Net Technology in any of the .Net compatible programming language such as Visual C#/Visual Basic? Must Read Finally Described in Brief By Rakesh Singh:
• Console Application: A console application is an application that runs in a console window same as a C and C++ program. It doesn't have any graphical user interface. To work with console applications you have to use a class called Console that is available within the namespace System, which is the root namespace. • Windows Forms Application: A Windows Forms application is an event-driven application supported by Microsoft's .NET Framework. Windows Forms (WinForms) is the name given to the graphical application programming interface (API) included as a part of Microsoft .NET Framework, providing access to native Microsoft Windows interface elements by wrapping the extant Windows API in managed code. Just like Abstract Window Toolkit (AWT), the equivalent Java API, Windows Forms was an early and easy way to provide graphical user interface components to the .NET Framework. Windows Forms is built on the extant Windows API and some controls merely wrap underlying Windows co