📜  Windows 应用程序和 Web 应用程序的区别

📅  最后修改于: 2021-09-14 02:24:37             🧑  作者: Mango

1. Windows 应用程序:
它是一个可以在windows平台上运行的应用程序。可以使用它创建图形用户界面形式。我们可以使用 IDE Microsoft Visual Studio 创建 Web 应用程序。这可以使用多种编程语言来完成,例如 C#、C++、J#、Visual Basic 等等。

计算机系统上的 Windows 应用程序 –

2. 网络应用:
Web 应用程序是利用 Web 服务器在 Web 浏览器上运行的应用程序。它使用的是 Microsoft IIS 配置,即 Internet 信息服务(在开发 Web 应用程序中)。可以使用 .net 制作各种 Web 应用程序。其中包括许多范围从简单的 HTML 页面到高度交互的业务应用程序。

Web 应用程序示例 –

Windows 应用程序和 Web 应用程序之间的区别:

Sl. No. Windows application Web application
1. It is installed in the windows platform using Windows operating system. Web application is installed on web server.
2. It is accessible only from system in which it is installed. It can be accessed from anywhere around world using internet.
3. This application can be directly executed using operating system on system. IIS aka internet information services server is needed to run web applications.
4. It Can Run only on Windows platform. It can run on a variety of platforms including is Mac, Linux, Solaris, Android etc.
5. It is specific to bit. If it is designed for 32-bit OS, it will not work for 64-bit operating system. The web application is independent of type of system.
6. Examples: Adobe Photoshop, Adobe ImageReady, Adobe Photoshop, MS Excel, Ms Word, MS Powerpoint Examples: Chrome, Internet Explorer, Firefox