admin 管理员组文章数量: 1087652
2024年4月24日发(作者:pgc全球总决赛奖金)
英文文献及中文翻译
Overview
is a unified Web development model that includes the services
necessary for you to build enterprise-class Web applications with a minimum of
is part of the .NET Framework, and when coding
applications you have access to classes in the .NET can code your
applications in any language compatible with the common language runtime (CLR),
including Microsoft Visual Basic and C#. These languages enable you to develop
applications that benefit from the common language runtime, type safety,
inheritance, and so on.
If you want to try , you can install Visual Web Developer Express using
the Microsoft Web Platform Installer, which is a free tool that makes it simple to
download, install, and service components of the Microsoft Web
components include Visual Web Developer Express, Internet Information Services (IIS),
SQL Server Express, and the .NET Framework. All of these are tools that you use to
create Web applications. You can also use the Microsoft Web Platform
Installer to install open-source and PHP Web applications.
Visual Web Developer
Visual Web Developer is a full-featured development environment for creating
Web applications. Visual Web Developer provides an ideal environment in
which to build Web sites and then publish them to a hosting site. Using the development
tools in Visual Web Developer, you can develop Web pages on your own
computer. Visual Web Developer includes a local Web server that provides all the
features you need to test and debug Web pages, without requiring Internet
Information Services (IIS) to be installed.
Visual Web Developer provides an ideal environment in which to build Web sites
and then publish them to a hosting site. Using the development tools in Visual Web
Developer, you can develop Web pages on your own computer. Visual Web
Developer includes a local Web server that provides all the features you need to test
and debug Web pages, without requiring Internet Information Services (IIS) to
be installed.
When your site is ready, you can publish it to the host computer using the built-in
Copy Web tool, which transfers your files when you are ready to share them with others.
Alternatively, you can precompile and deploy a Web site by using the Build Web Site
command. The Build Web Sitecommand runs the compiler over the entire Web site (not
just the code files) and produces a Web site layout that you can deploy to a production
server.
Finally, you can take advantage of the built-in support for File Transfer Protocol
(FTP).Using the FTP capabilities of Visual Web Developer, you can connect directly to
the host computer and then create and edit files on the server.
Web Sites and Web Application Projects
Using Visual Studio tools, you can create different types of projects,
which includes Web sites, Web applications, Web services, and AJAX server controls.
There is a difference between Web site projects and Web application projects.
Some features work only with Web application projects, such as MVC and certain tools
for automating Web deployment. Other features, such as Dynamic Data, work with both
Web sites and Web application projects.
Page and Controls Framework
The page and controls framework is a programming framework that runs
on a Web server to dynamically produce and render Web pages.
Web pages can be requested from any browser or client device, and renders
markup (such as HTML) to the requesting browser. As a rule, you can use the same
版权声明:本文标题:英文文献及中文翻译_ASP.NET概述ASP.NETOverview 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1713920107a657752.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论