- Back to Home »
- .NET »
- Different types of applications developed using .NET
Posted by :
Sudhir Chekuri
Tuesday, 29 December 2015
Different types of applications developed using .NET are Console, Windows, Web, Web and windows Services, Mobile and store apps.
1. Console applications
It is a CUI (Character user interface) or TUI (Text based user interface) application in which user can interact with the application using keyboard only. It is an exe application which has to be installed in a system to use that application in that system. It is DOS based application like C and C++.
Example: Train enquiry software which takes train no to show the availability.
2. Windows applications
It is a GUI (Graphical user interface) application in which user can interact with the application using mouse and keyboard. It is an exe application which has to be installed in a system to use that application it in that system.
Example: VLCPlayer, Calculator
3. Web applications
It is GUI (Graphical user interface) application which doesn’t need any installation but can be used with the help of browser with internet connection. http address is used to use the application from anywhere at any time.
Example: http://www.google.com
5. Windows Services
Windows service is a computer program that operates in the background in Operating system.
Example: Audio and video services running in every system.
6. Mobile applications
GUI (Graphical user interface) applications that are used in mobile devices by installing apps.
Example: Whatsapp chat app installed in mobile phone.
7. Store applications
Touch applications with GUI that are installed in windows 8/8.1/10 OS from the windows store.
Example: Mail, OneDrive and News apps in Windows 10 operating system.
8. Class Library:
Using class library we can create our own dll files which can be used as reusable supportive files for exe applications.
9. Windows Forms control library:
Using this template we can create our own user control which can be used in windows applications.
Example: Login controls which control the entire design on reusable login control(i.e., labels, buttons and textboxes).
About apps: Apps is the short form of applications.
1. Console applications
It is a CUI (Character user interface) or TUI (Text based user interface) application in which user can interact with the application using keyboard only. It is an exe application which has to be installed in a system to use that application in that system. It is DOS based application like C and C++.
Example: Train enquiry software which takes train no to show the availability.
2. Windows applications
It is a GUI (Graphical user interface) application in which user can interact with the application using mouse and keyboard. It is an exe application which has to be installed in a system to use that application it in that system.
Example: VLCPlayer, Calculator
3. Web applications
It is GUI (Graphical user interface) application which doesn’t need any installation but can be used with the help of browser with internet connection. http address is used to use the application from anywhere at any time.
Example: http://www.google.com
4. Web Services
A Web service is a service offered by an electronic device to another electronic device, communicating with each other via the World wide web.
Example: Weather web services hosted for public usage.
A Web service is a service offered by an electronic device to another electronic device, communicating with each other via the World wide web.
Example: Weather web services hosted for public usage.
5. Windows Services
Windows service is a computer program that operates in the background in Operating system.
Example: Audio and video services running in every system.
6. Mobile applications
GUI (Graphical user interface) applications that are used in mobile devices by installing apps.
Example: Whatsapp chat app installed in mobile phone.
7. Store applications
Touch applications with GUI that are installed in windows 8/8.1/10 OS from the windows store.
Example: Mail, OneDrive and News apps in Windows 10 operating system.
8. Class Library:
Using class library we can create our own dll files which can be used as reusable supportive files for exe applications.
9. Windows Forms control library:
Using this template we can create our own user control which can be used in windows applications.
Example: Login controls which control the entire design on reusable login control(i.e., labels, buttons and textboxes).
About apps: Apps is the short form of applications.