Types Of Software Applications
types of s/w |
Software applications are classified into various types based on application behaviour
1.Console Application
2.Windows Application
3.Web Application
4.Web Service
5.Windows Service
6.Mobile Application
1.Console Application
--> Console application is a single user application.
--> To consume this application end user doesn't require internet connection.
--> No user interface i.e.,input and output window will be with in the command prompt window.
--> Will not have real time applications but, to learn C#.Net we are going to develop these applications
--> To develop console applications by using .net we have to use console technology and c#.net.
2.Windows Application
--> Windows application can be called as desktop applications
--> Single user application.
--> To consume this application end user doesn't require internet connection.
--> User interface will be there which is called as windows forms.
--> Application should be installed at end user machine.
--> To develop windows application by using .Net, We have to use .Net windows technology called windows forms and .Net language called C#.Net.
3.Web Application
--> Web applications are called web enabled applications.
--> Web applications are multi user applications.
--> Web application will have a user interface which can be called as web page.
--> Web Application should be installed at remote machine called web server.
--> To develop web application by using .Net, We have to use .Net web technology called ASP.NET and .Net language called C#.Net.
Share With Your Friends in Social Media (Facebook, Twitter, Google Plus Etc...) if You Like Our Content And Feel Free To Comment.
0 comments:
Post a Comment