C#.NET language can be used to develop four types of applications, these are:
C in Depth
- Console applications
- Windows applications
- ASP.NET Web applications
- Web services
- Console applications: A console application runs in a console window (ie.MS DOS) which provides simple text-based output.
- Windows applications: A Windows application runs on a computer desktop. Windows applications such as MS-Word and Excel, Calculator, Paint etc are example of windows application.
- ASP.NET applications: ASP.NET applications are developed to run on a web server which is accessible through browsers. ASP.NET technology facilitates the budding of web applications quickly and easily. Dynamic websites like http://www.microsoft.com are good example of ASP.NET applications.
- Web services:Web services are complex applications that can provide services such as current weather update, product stock status, converts the temperature from Fahrenheit to Celsius and many more.
No comments:
Post a Comment