网站首页  词典首页

请输入您要查询的英文单词:

 

单词 asp.net
释义

asp.net

  • 网络网站;网页;服务器控件
1.
网站
网站:某旅游公司网站(PHP),两家国企工会网站asp.net),校园web GIS网站(asp.net),毕业设计(PHP)桌面:基 …
task.zhubajie.com
2.
网页
开发网页ASP.NET)的人,可以下载 VWD 2010 (由此下载 Visual Web Developer 2010 Express) 2010/6/3补充,正体中文 …
mis2000lab.pixnet.net
3.
服务器控件
ASP.NET3.5系统开发精髓/李彦-图书-亚马逊 ... 1.2 ASP.NET 知识结构图 8 2.5 ASP.NET 服务器控件 32 2.7 Web 用户控件 46 ...
www.amazon.cn
4.
页面
页面asp.net) Web开发者必备的十大网站资源(转 ASP.NET 高级编程基础第九篇—Re Win7发布IIS系列问题解决 晒晒项目 …
www.myext.cn
5.
交互式网页编程技术
交互式网页编程技术(ASP.NET) (2012/1/11 0:00) 基于XML的ASP.NET 开发 (2012/1/11 0:00) 基于Flex与ASP.NET集成的区域 …
archive.it168.com
6.
应用程序
项目部署_免费下载_IT168文库 ... 标签:大数据 Android 标签:应用程序 ASP.NET 标签:开发 .net ...
wenku.it168.com
7.
因特网应用
因特网应用ASP.NET) 高级 1380.00 [其它招调工种](以下工种需考一门) 广告设计师 中高 1780.00 高中 办公设计维修工 …
sz.xue.net

例句

释义:
1.
It's all too easy to leave yourself vulnerable to these attacks, regardless of which version of ASP. NET you are using.
不管使用的是哪个版本的ASP.NET,您遭受这些攻击的损害都太容易了。
www.cnblogs.com
2.
When a new assembly is created for a page as the effect of an update, ASP. NET verifies whether the old assembly can be deleted.
当程序集由于一个页面更新而重新创建时,ASP.NET验证旧的程序集是否可以删除。
www.cnblogs.com
3.
MVP is a valid pattern, and useful in many scenarios, but in WebForms I felt too much friction to consider it a good approach in ASP. NET.
MVP本身是一个可行的模式,而且在很多场合下都适用,但在WebForms中,我感觉有太多的问题,我认为在ASP.NET中这不是一个好的方式。
www.infoq.com
4.
Represents HTML elements, text, and any other strings in an ASP. NET page that do not require processing on the server.
表示HTML元素、文本和ASP.NET页中不需要在服务器上处理的任何其他字符串。
msdn2.microsoft.com
5.
The example assumes an ASP. NET Web page with at least one TextBox control on it, a Label control, and a Button control.
该示例假定ASP.NET网页上至少有一个TextBox控件,还包含一个Label控件和一个Button控件。
msdn2.microsoft.com
6.
However, it is possible for an. Exe or ASP. NET Web application built with one version of the runtime to run on any version of the runtime.
但是,使用某个版本的运行库生成的.exe或ASP.NETWeb应用程序可以在任何版本的运行库上运行。
msdn2.microsoft.com
7.
From there developers can use it as-is or customize it as if it were any other ASP. NET based project.
以此为基础,开发人员能够直接使用它,也可以像任何其他ASP.NET的项目那样进行定制。
www.infoq.com
8.
To understand why these extra steps need to be performed, recall that the URL rewriting engine is at the ASP. NET level.
要理解需要执行这些额外步骤的原因,可以参考前面的内容,即URL重写引擎位于ASP.NET级别上。
archive.cnblogs.com
9.
An important aspect of creating ASP. NET Web pages for user input is to be able to check that the information users enter is valid.
为用户输入创建ASP.NET网页的一个重要目的是检查用户输入的信息是否有效。
www.kuenglish.info
10.
At this point, the ASP. NET application stops working, because ADSI did not cache the schema correctly.
此时,ASP.NET应用程序停止工作,因为ADSI没有正确缓存该架构。
msdn2.microsoft.com
1.
Because of the stateless nature of IIS and ASP. NET, a method decorated with this attribute might be called more than once per test run.
由于IIS和ASP.NET的无状态特性,用此属性修饰的方法在每个测试运行中可以多次调用。
msdn2.microsoft.com
2.
This enables you to manage connection strings independently of your ASP. NET code, including encrypting them using Protected Configuration.
这样,就可以独立于ASP.NET代码来管理连接字符串,包括使用ProtectedConfiguration对这些字符串进行加密。
msdn2.microsoft.com
3.
The process for attaching to the ASP. NET worker process is the same as attaching to any other remote process.
附加到ASP.NET辅助进程与附加到任何其他远程进程的过程相同。
www.kuenglish.info
4.
ASP. NET role management is designed to enable you to easily use a number of different role providers for your ASP. NET applications .
NET成员资格专为使您可以轻松地将多个不同的成员资格提供程序用于您的ASP。NET应用程序而设计。
www.bing.com
5.
The attributes that are necessary to run a unit test as an ASP . NET unit test have been automatically specified .
运行单元测试(作为ASP。NET单元测试)必需的属性均已自动指定。
www.bing.com
6.
This interface is often an ASP. NET Web application.
该界面通常是某个ASP.NETWeb应用程序。
msdn2.microsoft.com
7.
You can append custom trace information to the trace display in an ASP. NET page or to the trace log.
可以将自定义跟踪信息追加到ASP.NET页中的跟踪显示或追加到跟踪日志。
msdn2.microsoft.com
8.
Exceptions thrown by a Web service method created using ASP. NET are sent back to the client in the form of a SOAP fault.
使用ASP.NET创建的Web服务方法引发的异常以SOAP错误的形式发送回客户端。
msdn2.microsoft.com
9.
I'm going to use a simple e-commerce store application to help illustrate how the ASP. NET MVC Framework works.
我将用一个简单的网上商店应用程序来演示ASP.netMVC框架的工作原理。
blog.csdn.net
10.
ASP. NET session state is designed to enable you to easily store user session data in different sources for your ASP. NET applications.
ASP.NET会话状态是为了使您能在不同的源中方便地存储ASP.NET应用程序的用户会话数据而设计的。
msdn2.microsoft.com
1.
Now if I were showing you how to use ASP. NET 1. 1, I'd tell you to open a text editor and start typing the XML by hand.
如果我以前向你演示过如何使用ASP.NET1.1的话,那么我会告诉你打开一个文本编辑器并手工敲入XML文本。
www.cnblogs.com
2.
By default, login controls integrate with ASP. NET membership and forms authentication to help automate user authentication for a Web site.
默认情况下,登录控件与ASP.NET成员资格和Forms身份验证集成,以帮助实现网站的用户身份验证过程的自动化。
msdn2.microsoft.com
3.
ASP. NET allows you to run code during this validation check so that you can write custom logic to check whether the page is valid.
ASP.NET允许您在此验证检查期间运行代码,以便可以编写用于检查页是否有效的自定义逻辑。
msdn2.microsoft.com
4.
Cassini is a sample Web server developed by the ASP. NET team that filled this need and allowed you to run ASP pages without IIS.
Cassini是由ASP.NET团队开发的一个示例Web服务器,它可以满足这种需要,并允许您在没有IIS的条件下运行ASP页。
cxp.9876.blog.163.com
5.
ASP. NET provides a unified Web development model that includes the services necessary for you to build enterprise-class Web applications.
ASP.NET提供了一个统一的Web开发模型,其中包括生成企业级Web应用程序所必需的各种服务。
msdn2.microsoft.com
6.
NET do with a hotel management system, The system mainly deals with the day-to-day hotel operations involving customer information.
用ASP.NET做的酒店管理系统,该系统主要处理酒店日常运营中涉及的客户信息。-ASP。
www.dssz.com
7.
The presence of these two parameters causes ASP. NET to run the code under the credentials that are passed to it by IIS.
通过提供这两个参数,可使ASP.NET使用IIS传递给它的凭据运行代码。
msdn2.microsoft.com
8.
By default, login controls integrate with ASP. NET membership to help automate user authentication for your Web site.
默认情况下,登录控件与ASP.NET成员资格集成,以帮助使网站的用户身份验证过程自动化。
msdn2.microsoft.com
9.
Use custom server control syntax to declare user controls and custom server controls within the body of an ASP. NET Web page.
使用自定义服务器控件语法声明Web窗体页正文内的用户控件和自定义服务器控件。
msdn2.microsoft.com
10.
Overall, using a base page class is always a good thing, as I explain in my article, Build Your ASP. NET Pages on a Richer Bedrock.
总体说来,使用基page类始终都不失为一件好事,我在BuildYourASP.NETPagesonaRicherBedrock一文中已经进行了说明。
msdn2.microsoft.com
1.
Unlike other attributes and collections in the pages section, tag remapping has no matching ASP. NET page directive.
与pages节中的其他属性和集合不同,标记重新映射没有匹配的ASP.NET页指令。
msdn2.microsoft.com
2.
The goal of this tutorial was to discuss one approach to performing validation in an ASP. NET MVC application.
这篇指南讨论了如何在ASP.NETMVC应用程序中执行验证的另一种方法。
www.cnblogs.com
3.
If you are running earlier versions of ASP. NET on your Web server, make sure that the different versions of ASP. NET do not conflict.
如果您的Web服务器正在运行早期版本的ASP.NET,请确保不同版本的ASP.NET彼此互不冲突。
technet.microsoft.com
4.
ASP. NET allows you to define themes, which are a combination of property settings for Web server controls, style sheet rules, and images.
使用ASP.NET可以定义主题,主题是Web服务器控件、样式表规则和图像的属性设置的组合。
msdn2.microsoft.com
5.
Before ASP. NET can be installed on your computer, it is necessary to have all relevant service packs and security updates installed.
在你的电脑安装asp.ne之前,有必要让所有相关的服务包进行安全更新。
www2.w3pop.com
6.
The ASP. NET validation controls do not include a control that automatically checks for a valid date.
ASP.NET验证控件不包含自动检查有效日期的控件。
msdn2.microsoft.com
7.
One of the primary places that sensitive information is stored in an ASP. NET application is the Web. Config file.
ASP.NET应用程序中存储敏感信息的主要位置之一是Web.config文件。
msdn2.microsoft.com
8.
The TagPrefixInfo object has no corresponding directive on an ASP. NET page.
TagPrefixInfo对象在ASP.NET页上没有对应的指令。
msdn2.microsoft.com
9.
Provides a set of methods to help manage the compilation of an ASP. NET application.
提供一组有助于管理ASP.NET应用程序编译的方法。
msdn2.microsoft.com
10.
Summary : Use the ASP. NET Cache API in a tiered application design to get the most out of your applications .
在多层应用程序设计中使用ASP。NET缓存API使应用程序发挥最大作用。
www.bing.com
1.
The browser performs an HTTP POST method, which in ASP. NET is referred to as a postback.
浏览器执行HTTPPOST方法,该方法在ASP.NET中称为“回发”。
msdn2.microsoft.com
2.
NET do with the personnel management system, which mainly deals with the company's employee personnel information.
用ASP.NET做的人事管理系统,主要处理公司雇员的人事信息。-ASP。
www.dssz.com
3.
You should note that this is an implementation detail that might significantly change in future versions of the ASP. NET framework.
你应该注意到这个执行细节可能会在将来的ASP.NETframework中发生重大变化。
www.cnblogs.com
4.
This value specifies a bit pattern that indicates the CPUs that are qualified to run ASP. NET threads.
该值指定一个位模式,它指示满足运行ASP.NET线程的条件的CPU。
msdn2.microsoft.com
5.
The TreeView Node Editor dialog box enables you to add and remove static nodes in an ASP. NET TreeView control.
使用“TreeView节点编辑器”对话框,可以在ASP.NETTreeView控件中添加和移除静态节点。
msdn2.microsoft.com
6.
You can extend the standard set of ASP. NET configuration settings with XML configuration elements of your own.
您可以用自己的XML配置元素来扩展标准的ASP.NET配置设置集。
msdn2.microsoft.com
7.
Log interesting events that do not necessarily relate to errors in an ASP. NET application.
记录感兴趣的事件,这些事件并不一定与ASP.NET应用程序中的错误有关。
msdn2.microsoft.com
8.
To see the nested master pages in action, you have to create an ASP. NET Web page that uses the child master page.
若要查看运行中的嵌套母版页,必须创建一个使用子级母版页的ASP.NET网页。
msdn2.microsoft.com
9.
ASP. NET caching allows you to use a number of techniques to store page output or application data across HTTP requests and reuse it.
ASP.NET缓存允许您使用多种技术跨HTTP请求存储页输出或应用程序数据并对其进行重复使用。
msdn2.microsoft.com
10.
The Image Web server control allows you to display images on an ASP. NET Web page and manage the images in your own code.
ImageWeb服务器控件使您可以在ASP.NET网页上显示图像,并用自己的代码管理这些图像。
msdn2.microsoft.com
1.
If it finds property settings for the marked control, ASP. NET substitutes the values in the resource file for those in the control.
如果找到已标记控件的属性设置,则ASP.NET会使用资源文件中的值替换控件中的值。
msdn2.microsoft.com
2.
This ensures that an ASP. NET Development Server site is started and that you know the URL.
这样可确保ASP.NETDevelopmentServer站点启动,而且您知道URL。
msdn2.microsoft.com
3.
As long as the httpRuntime setting is disabled, ASP. NET does not create an AppDomain object for your application upon receiving a request.
只要httpRuntime设置是禁用的,ASP.NET在接收请求时,就不会为应用程序创建AppDomain对象。
msdn2.microsoft.com
4.
Using a SqlDataSource control allows you to access and manipulate data in an ASP. NET page without using ADO. NET classes directly.
使用SqlDataSource控件,可以在ASP.NET页中访问和操作数据,而无需直接使用ADO.NET类。
msdn2.microsoft.com
5.
On ASP. NET applications, connecting Web service endpoints with WSDL binding names and namespaces that do not match generates a warning.
在ASP.NET应用程序上,如果所连接的Web服务终结点具有不匹配的WSDL绑定名称和命名空间,将生成警告。
msdn2.microsoft.com
6.
However, if you cannot create an application using IIS, you might still be able to use an emulator with the ASP. NET Development Server.
但是,如果无法使用IIS创建应用程序,应该仍能够将ASP.NETDevelopmentServer与仿真程序配合使用。
msdn2.microsoft.com
7.
Web applications can supply configuration information, just as ASP. NET and an executable host do.
Web应用程序可以提供配置信息,这一点与ASP.NET和可执行文件宿主是相同的。
msdn2.microsoft.com
8.
The beauty of ASP. NET is that it provides you with a few good tools to raise the security bar to a passable level with a few clicks .
NET的好处是提供了一些好的工具,只需少量工作,就可以将安全标准提升到可以接受的级别。
www.bing.com
9.
By default, ASP. NET site navigation works with an XML file named Web. Sitemap, which describes the hierarchy of your Web site.
默认情况下,ASP.NET站点导航使用一个名为Web.sitemap的XML文件,该文件描述了您的网站的层次结构。
msdn2.microsoft.com
10.
The layout of a file system Web site is the same as for any other ASP. NET Web site.
文件系统网站的布局与任何其他ASP.NET网站的布局相同。
msdn2.microsoft.com
1.
Similarly, changing the session time-out for ASP pages does not affect the session time-out for ASP. NET pages.
同样,更改ASP页的会话超时时间不会影响ASP.NET页的会话超时时间。
msdn2.microsoft.com
2.
In the download for this column, I've provided a few ASP. NET files that you can use to experiment, including one called math. asmx.
在本专栏的下载中,我提供了几个ASP.NET文件以供您试用,其中包括一个名为math.asmx的文件。
cxp.9876.blog.163.com
3.
As I mentioned at the beginning of this article, this is more a preliminary guide than the last word on ASP. NET performance.
正如我在本文前面部分提到的那样,这是一个初步指南,并不是ASP.NET性能的最后定论。
www.cnblogs.com
4.
The following table lists namespaces that contain classes and types that are used with client script to call ASP. NET application services.
下表列出命名空间包含用于使用客户端脚本调用ASP.NET应用服务的类和类型。
svn.net.henu.edu.cn
5.
ASP. NET enables you to view diagnostic information about a request for an ASP. NET page.
ASP.NET使您可以查看有关对ASP.NET页请求的诊断信息。
msdn2.microsoft.com
6.
Like IIS, during the lifetime of a request the ASP. NET engine fires events signaling its change from one state of processing to another.
与IIS一样,ASP.NET引擎在请求的有效期内将会触发事件,通过发信号来表示其处理过程从一个状态改变为了另一个状态。
archive.cnblogs.com
7.
ASP. NET site navigation consists of server controls and classes that enable you to provide a consistent way for users to navigate the site.
ASP.NET网站导航包含一系列服务器控件和类,可用于为用户提供一致的网站导航方式。
msdn2.microsoft.com
8.
You specify the name of the ASP. NET file along with an optional query string on the command line.
您在命令行中指定ASP.NET文件的名称以及一个可选的查询字符串。
cxp.9876.blog.163.com
9.
Most ASP. NET server controls support only a few events that you can handle in server code.
大多数ASP.NET服务器控件仅支持很少的几个可以在服务器代码中处理的事件。
msdn2.microsoft.com
10.
Called by an ASP. NET page parser to notify a filter when the parsing of a page is complete.
由ASP.NET页分析器调用,以在完成对页的分析时通知筛选器。
msdn2.microsoft.com
1.
Specifies whether the session-state SQL database can be a custom database instead of the ASP. NET default database.
指定会话状态SQL数据库是否可以是自定义数据库(而不是ASP.NET默认数据库)。
msdn2.microsoft.com
2.
Provides a tutorial on using the Visual Web Developer designer to create a composite control that you can add to any ASP. NET Web page.
提供有关教程,说明如何使用VisualWebDeveloper设计器创建可添加到任何ASP.NET网页中的复合控件。
msdn2.microsoft.com
3.
Page Load In this section, the ASP. NET controls are fully loaded and you write UI manipulation logic or any other logic over here.
PageLoad在这部分ASP.NET控件完全被加载且在这里你可以写UI操作逻辑或任何其他逻辑。
archive.cnblogs.com
4.
Similarly, do not use the AssemblyCleanupAttribute or AssemblyInitializeAttribute attributes in the same assembly as an ASP. NET unit test.
同样,请勿在与ASP.NET单元测试相同的程序集中使用AssemblyCleanupAttribute或AssemblyInitializeAttribute属性。
msdn2.microsoft.com
5.
This example illustrates one of the guidelines explained in the topic, Design Guidelines for XML Web Services Created Using ASP. NET.
此示例阐释了主题使用ASP.NET创建的XMLWeb服务的设计指南中说明的准则之一。
msdn2.microsoft.com
6.
ASP. NET configures IIS to deny access to any browser that requests access to the Machine. Config or Web. Config files.
ASP.NET将IIS配置为拒绝任何浏览器访问Machine.config或Web.config文件。
msdn2.microsoft.com
7.
Specifies that the configuration file is in a global directory in relation to the current ASP. NET Web application.
指定配置文件位于相对于当前ASP.NETWeb应用程序的全局目录中。
msdn2.microsoft.com
8.
Your application will listen for the ASP. NET health events in the form of WMI events, as issued by the operating system.
您的应用程序将以WMI事件(由操作系统发出)形式侦听ASP.NET运行状况事件。
msdn2.microsoft.com
9.
If you are working with a file-system Web site, Visual Web Developer automatically uses the ASP. NET Development Server to run pages.
如果您正在处理文件系统网站,则VisualWebDeveloper将自动使用ASP.NETDevelopmentServer来运行网页。
msdn2.microsoft.com
10.
To finish off the tour of the ASP. NET HTTP runtime, let's analyze what happens at the file system level when an ASP. NET page is requested.
在完成ASP.NETHTTP运行时之旅前,一起来分析一下当一个ASP.NET页面请求时文件系统发生了什么。
www.cnblogs.com
1.
In the first part of this walkthrough, you used ASP. NET implicit localization to have controls display localized text.
在此演练的第一部分,您已通过使用ASP.NET隐式本地化让控件显示本地化的文本。
msdn2.microsoft.com
2.
Applied to a WCF service to indicate whether that service can be run in ASP. NET Compatibility Mode.
应用于WCF服务以指示该服务是否可以在ASP.NET兼容模式下运行。
msdn2.microsoft.com
3.
Options prefixed with Windows are a part of the Microsoft Windows authentication options available to Web services created using ASP. NET.
以Windows为前缀的选项是使用ASP.NET创建的Web服务可用的MicrosoftWindows身份验证选项的一部分。
msdn2.microsoft.com
4.
This attribute is no longer used by ASP. NET and is provided for compatibility only.
ASP.NET不再使用该属性,提供该属性只是为了兼容。
msdn2.microsoft.com
5.
Specifies that the configuration file is in a sub-directory of the current ASP. NET Web application.
指定配置文件位于当前ASP.NETWeb应用程序的子目录中。
msdn2.microsoft.com
6.
The techniques are simple enough to learn, and that's really why I wrote the book - to make it easier for others to use TDD in ASP. NET MVC.
这种技术很容易学习,而且也是我写这本书的原因——让其他人更易于在MVC的开发中使用TDD。
www.infoq.com
7.
When the service is active, an ASP. NET application can be configured to store any session information into the memory of this process.
当服务激活,可以配置ASP.NET应用将会话信息保存在该进程的内存中。
www.cnblogs.com
8.
Provides a step-by-step example for encrypting sections of a configuration file for an ASP. NET application.
提供有关加密ASP.NET应用程序配置文件的节的逐步骤示例。
msdn2.microsoft.com
9.
ASP. NET uses a security system that lets you restrict access to specific user accounts or the roles to which the user accounts belong.
ASP.NET使用一个安全系统,该系统使您可限制对一些特定用户帐户或对这些用户帐户所属的角色的访问。
msdn2.microsoft.com
10.
All currently active ASP. NET applications run inside of it, each in a separate AppDomain.
所有当前激活的ASP.NET应用程序在里面运行,每一个分布在一个应用程序域中。
www.cnblogs.com
1.
When you work with server controls on an ASP. NET Web page, much of the page's logic involves responding to events raised by controls.
当在ASP.NET网页上使用服务器控件时,该页的许多逻辑都与响应由控件引发的事件相关。
msdn2.microsoft.com
2.
To enable debugging for an ASP. NET Web application, you must configure the application to compile into a debug build.
若要对ASP.NETWeb应用程序启用调试,必须将应用程序配置为编译成调试版本。
msdn2.microsoft.com
3.
The goal of this tutorial is to describe one method of performing validation in an ASP. NET MVC application.
本指南主要描述一种在ASP.NETMVC应用程序中执行验证的方法。
www.cnblogs.com
4.
Depending on the needs of your application, you can define which devices should or should not cache individual ASP. NET pages.
根据您应用程序的需要,可以分别定义哪些设备应该或不应缓存各个ASP.NET页。
msdn2.microsoft.com
5.
ASP. NET Web pages allow you to create dynamic content for your Web site.
使用ASP.NET网页可以为网站创建动态内容。
msdn2.microsoft.com
6.
Consists of the classes that enable you to create XML Web services using ASP. NET and XML Web service clients.
包含使您可以利用ASP.NET和XMLWebservices客户端来创建XMLWebservices的类。
msdn2.microsoft.com
7.
The ASP. NET and Visual Web Developer communities offer news, information, support, and tools that help you create Web sites of your own.
ASP.NET和VisualWebDeveloper社区提供新闻、信息、支持和工具,可以帮助您创建自己的网站。
msdn2.microsoft.com
8.
However, access to a URL outside of the application cannot be tested by ASP. NET.
但是,ASP.NET无法测试对应用程序外部URL的访问。
msdn2.microsoft.com
9.
To help you increase application performance in these situations, ASP. NET provides two caching mechanisms.
为帮助提高应用程序在这些情况下的性能,ASP.NET提供了两种缓存机制。
msdn2.microsoft.com
10.
The assembly file itself must be in the same ASP. NET application directory as the Web. Config file that defines it.
程序集文件必须与定义它的Web.config文件位于相同的ASP.NET应用程序目录。
msdn2.microsoft.com
1.
The typical way to create a view in ASP. NET MVC is to call an action method that uses the model to prepare the view data.
在ASP.NETMVC中,创建视图最典型的方式是调用一个action方法,它使用模型准备视图数据。
www.cnblogs.com
2.
This small utility can be used to switch the version of the . NET Framework that any single ASP. NET application is using.
使用这一小型实用工具,可以转换任何单个ASP.NET应用程序所使用的.NET框架的版本。
renxingsong2009.blog.163.com
3.
His company wanted to add an ASP. NET interface to the same database used by one of their Windows Forms applications.
他的公司想为一个Windows程序新增一个ASP.NET界面,两个程序使用相同的数据库。
www.bing.com
4.
By using the -u switch of the ASP. NET compilation tool, you can compile source code (. Cs, . Vb files, and. Resource files) to a DLL.
通过使用ASP.NET编译工具的-u开关,可以将源代码(.cs、.vb文件和.resource文件)编译为DLL。
msdn2.microsoft.com
5.
The flow of control for ASP. NET forms authentication is shown in the following table.
ASP.NETForms身份验证的控制流如下表所示。
msdn2.microsoft.com
6.
On the Mappings tab, click Add and create a new association for the file name extension that you want IIS to forward to ASP. NET.
在“映射”选项卡上,单击“添加”,然后为希望IIS转发到ASP.NET的文件扩展名创建新的关联。
msdn2.microsoft.com
7.
You set the trust level for an ASP. NET resource with the trust configuration element in a Web. Config or Machine. Config file.
可以在Web.config或Machine.config文件中使用trust配置元素来设置ASP.NET资源的信任级别。
msdn2.microsoft.com
8.
Lists procedures that enable use of the common language runtime compiler debugger for a command-line program or for an ASP. NET program.
列出对命令行程序或ASP.NET程序启用公共语言运行库编译调试器的过程。
msdn2.microsoft.com
9.
For file system Web sites, this option allows you to use your local IIS Web server instead of the ASP. NET Development Server.
对于文件系统网站,此选项允许您使用本地IISWeb服务器,但不允许使用ASP.NETDevelopmentServer。
msdn2.microsoft.com
10.
The content page is a specialized ASP. NET page that contains only the content to be merged with the master page.
内容页是一个专用的ASP.NET页,它仅包含要与母版页合并的内容。
msdn2.microsoft.com
1.
These permissions enable you to run ASP. NET pages for many common scenarios.
使用这些权限可以在许多常见方案中运行ASP.NET页。
msdn2.microsoft.com
2.
We require an ASP. NET website template to be developed, The basis of which is able to be viewed in the attachments provided as practical.
我们需要一个ASP.NET网站模板要发展,所依据的是能够在以实际提供的附件查看。
www.bing.com
3.
Returns a build dependency set for a virtual path if it is located in the ASP. NET cache.
如果虚拟路径位于ASP.NET缓存中,则为虚拟路径返回生成依赖项集。
msdn2.microsoft.com
4.
ASP. NET pages automatically bind page events to methods that have the name Page_event.
ASP.NET页自动将页面事件绑定到名为Page_事件的方法。
msdn2.microsoft.com
5.
If you look closer on our example Web Service. You will see that the ASP. NET has automatically created a WSDL and SOAP request.
如果你再仔细地看看我们的示例网络服务,你会看到ASP.NET已经自动生成了WSDL和SOAP请求。
littlefermat.blog.163.com
6.
For security reasons, ASP. NET configures Microsoft IIS to help prevent direct browser access to Web. Config files.
出于安全性原因,ASP.NET将MicrosoftIIS配置为防止浏览器直接访问Web.config文件。
msdn2.microsoft.com
7.
In Solution Explorer, right-click the name of the Web site, point to Add ASP. NET Folder, and then click App_Code.
在解决方案资源管理器中,右击网站的名称,指向“添加ASP.NET文件夹”,再单击“App_Code”。
msdn2.microsoft.com
8.
When you step out of an XML Web service, the debugger remains attached to the ASP. NET worker process.
跳出一个XMLWebservices后,调试器仍然附加到ASP.NET辅助进程上。
msdn2.microsoft.com
9.
You should now be ready to develop your first ASP. NET application!
你现在应该准备开发你的第一个asp.net应用程序了!
www2.w3pop.com
10.
Manages storage of membership information for an ASP. NET application in Active Directory and Active Directory Application Mode servers.
为ActiveDirectory和ActiveDirectory应用程序模式服务器中的ASP.NET应用程序管理成员资格信息的存储。
msdn2.microsoft.com
1.
Although dressed like a pure AJAX remote call, an AJAX postback looks like a regular postback request to the ASP. NET runtime components.
虽然表面上类似纯AJAX远程调用,但AJAX回发看上去好像是对ASP.NET运行时组件的普通回发请求。
blog.163.com
2.
Provides suggestions for techniques for improving the performance of ASP applications that have been ported to ASP . NET.
提供关于改进已转向ASP。NET的ASP应用程序的性能的技术建议。
www.bing.com
3.
The disconnected nature of the Web dictates the way an ASP. NET page runs.
Web这种断开连接的天性决定了ASP.NET页的运行方式。
msdn2.microsoft.com
4.
Instead, you can configure your ASP. NET application to run in the context of a domain user account.
相反,您可以将ASP.NET应用程序配置为在域用户帐户的上下文中运行。
technet.microsoft.com
5.
Tracing information can help you to clarify errors or undesired results as ASP. NET processes a page request.
当ASP.NET处理页请求时,跟踪信息可以帮助您查清错误或不希望得到的结果。
msdn2.microsoft.com
6.
New data controls make it possible to display and edit data on an ASP. NET Web page without writing code.
新的数据控件使得无需编写代码即可在ASP.NET网页上显示和编辑数据成为可能。
msdn2.microsoft.com
7.
Access to a URL outside of the application cannot be tested by ASP. NET.
ASP.NET无法测试对应用程序外部的URL的访问。
msdn2.microsoft.com
8.
Contains classes that are necessary for the ASP. NET management console application to interact with the Microsoft Management Console (MMC).
包含ASP.NET管理控制台应用程序与Microsoft管理控制台(MMC)交互所必需的类。
msdn2.microsoft.com
9.
The size of the viewstate is an old problem for ASP. NET pages.
视图状态的大小是ASP.NET页面的老问题了。
blog.163.com
10.
You can use these methods in an ASP. NET application to determine the encoding to use for response characters.
在ASP.NET应用程序中可以使用这些方法来确定用于响应字符的编码。
msdn2.microsoft.com
1.
The following code example shows an ASP. NET page with an embedded code block that displays the results of a loop.
下面的代码示例演示包含嵌入式代码块的ASP.NET页,该代码块显示循环结果。
msdn2.microsoft.com
2.
This option enables you to make limited changes to the ASP. NET Web pages in the site after you compile them.
使用此选项,可以在编译网站中的ASP.NET网页之后,对它们进行有限的更改。
msdn2.microsoft.com
3.
On each page request, ASP. NET reads the cookie and populates the role information for that user from the cookie.
在每个页面请求中,ASP.NET读取Cookie并根据Cookie填充该用户的角色信息。
msdn2.microsoft.com
4.
In an ASP. NET application, this property gets and sets the security information for the current HTTP request's user identity.
在ASP.NET应用程序中,此属性获取和设置当前HTTP请求的用户标识的安全信息。
msdn2.microsoft.com
5.
Gets or sets a value indicating whether the ASP. NET trace information is appended to the output of each page.
获取或设置一个值,该值指示是否将ASP.NET跟踪信息追加到每页的输出中。
msdn2.microsoft.com
6.
This page links to help on widely used tasks for creating and programming ASP. NET Web pages using Visual Web Developer.
本页链接的帮助涉及的通用任务是:使用VisualWebDeveloper创建ASP.NET网页并对这些网页进行编程。
msdn2.microsoft.com
7.
This collection is a dictionary containing all the DataBinding objects on an ASP. NET server control.
该集合是一个包含ASP.NET服务器控件上所有DataBinding对象的词典。
msdn2.microsoft.com
8.
You can create an ASP. NET unit test in two ways: by generating it and by configuring an existing unit test to run as an ASP. NET unit test.
创建ASP.NET单元测试的方法有两种:通过生成;通过配置现有单元测试使其作为ASP.NET单元测试运行。
msdn2.microsoft.com
9.
ASP. NET supports a data-binding architecture that enables Web server controls to bind to data and present it in a consistent fashion.
ASP.NET支持一种数据绑定结构,该结构使Web服务器控件能够绑定到数据,并以一致的方式呈现数据。
msdn2.microsoft.com
10.
In IIS releases up to version 6. 0, ASP. NET connected to the Web server as a standalone application framework.
在直到6.0版的IIS版本中,ASP.NET均作为独立的应用程序框架连接到Web服务器。
msdn.microsoft.com
1.
To work around this limitation and have rich reflection over JavaScript classes, ASP. NET AJAX requires the names of types to be registered.
为了规避此限制,并使JavaScript类有丰富的反射,ASP.NETAJAX需要将类型名称进行注册。
msdn.microsoft.com
2.
Specifies the number of minutes until ASP. NET launches a new worker process to take the place of the current one.
指定分钟数,超过该分钟数ASP.NET将启动新的辅助进程以替代当前辅助进程。
msdn2.microsoft.com
3.
Catalog is a custom type that you can define after you delegate the endpoint to an ASP. NET Web application and implement that application.
“Catalog”是您将终结点委托给ASP.NETWeb应用程序并实现该应用程序后可以定义的自定义类型。
msdn2.microsoft.com
4.
ASP. NET does not verify that the current user is authorized to view the resource delivered by the Transfer method.
ASP.NET不验证当前用户是否有权查看由Transfer方法提交的资源。
msdn2.microsoft.com
5.
You can add client script to controls on an ASP. NET Web page declaratively, as you would to HTML elements.
可以像对HTML元素那样,以声明方式向ASP.NET网页上的控件添加客户端脚本。
msdn2.microsoft.com
6.
Learn about issues related to the user interface of your ASP. NET applications, including accessibility, localization, and graphics.
了解与ASP.NET应用程序的用户界面相关的问题,包括可访问性、本地化和图形。
msdn2.microsoft.com
7.
Gets or sets the name of the ASP. NET Profile property that the parameter binds to.
获取或设置绑定参数的ASP.NET配置文件属性的名称。
msdn2.microsoft.com
8.
A workaround to this problem is to have all incoming IIS requests map to the ASP. NET engine.
解决此问题的方法是使所有传入的IIS请求都映射到ASP.NET引擎。
archive.cnblogs.com
9.
After initializing the HTTP modules, the ASP. NET engine's next task is to determine what HTTP handler should process the request.
初始化HTTP模块后,ASP.NET引擎的下一项任务是确定应由哪个HTTP处理程序来处理请求。
archive.cnblogs.com
10.
Lists procedures that enable debugging for a command-line program or for an ASP. NET program.
列出对命令行程序或ASP.NET程序启用调试的过程。
msdn2.microsoft.com
1.
The name of the ASP. NET worker process varies by debugging scenario and by version of IIS.
ASP.NET辅助进程的名称会根据调试方案和IIS版本的不同而不同。
msdn2.microsoft.com
2.
For a comparison of each, see ASP. NET State Management Recommendations.
有关每种方式的比较,请参见ASP.NET状态管理建议。
msdn2.microsoft.com
3.
This allows the side-by-side storage of IIS and ASP. NET configuration, using clean and strongly structured XML directives.
因而可以使用干净和强大结构化的XML指令,并排地存储IIS和ASP.NET配置。
msdn.microsoft.com
4.
Contains a complete set of reference topics for the. NET Framework, including the class library and ASP. NET syntax.
包含.NETFramework的一组完整的参考主题,包括类库和ASP.NET语法。
msdn2.microsoft.com
5.
In order to send e-mail messages from an ASP. NET Web application, the application must be able to forward the messages to an SMTP server.
若要从ASP.NETWeb应用程序发送电子邮件,应用程序必须能够将邮件转发到SMTP服务器。
msdn2.microsoft.com
6.
Specifies that a property is HTML-encoded and persists as the only inner content of the ASP. NET server control.
指定属性是HTML编码的,且作为ASP.NET服务器控件的唯一内部内容保持。
msdn2.microsoft.com
7.
The next step is to use the shared class in an ASP. NET Web page.
下一步是在ASP.NET网页中使用共享类。
msdn2.microsoft.com
8.
Visual Studio cannot implement ASP. NET applications that are set to run using IIS on a local or remote server.
VisualStudio无法在本地或远程服务器上实现设置为使用IIS运行的ASP.NET应用程序。
msdn2.microsoft.com
9.
ASP. NET AJAX also does some type checking in debug mode where it makes sense to help developers catch bugs earlier.
ASP.NETAJAX还会在调试模式下执行某些类型检查,这对开发人员更早捕获Bug很有帮助。
msdn.microsoft.com
10.
ASP. NET has better language support, a large set of new controls and XML based components, and better user authentication.
NET有更好的语言支持,更为庞大的新控件群以及基于XML的组建,还有更出色的用户鉴定。
www.kuqin.com
1.
Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP. NET processes.
获取或设置一个值,该值指示多处理器服务器上哪些处理器符合运行ASP.NET进程的条件。
msdn2.microsoft.com
2.
If you make a change to a file in the application, you can recompile the affected file with the ASP. NET compilation tool.
如果对应用程序中的文件进行了更改,则可以使用ASP.NET编译工具预编译受影响的文件。
msdn2.microsoft.com
3.
Select key performance counters to ensure the reliability and performance of your ASP. NET application.
选择关键性能计数器以确保ASP.NET应用程序的可靠性和性能。
msdn2.microsoft.com
4.
Open connections can be held by an ASP. NET application, a designer such as Visual Studio, or some other program or database client.
打开的连接可能由ASP.NET应用程序、VisualStudio之类设计器或其他某个程序或数据库客户端所保留。
msdn2.microsoft.com
5.
This page links to help on widely used information pertaining to creating and managing ASP. NET Web sites.
本页链接的帮助涉及创建和管理ASP.NET网站的常用信息。
msdn2.microsoft.com
6.
This constraint can result in ASP. NET applications that are inaccessible to your users or have less restrictive security settings.
此约束会导致ASP.NET应用程序无法由用户访问或者具有较少的限制性安全设置。
msdn2.microsoft.com
7.
The system combines Bluetooth and ASP. NET with the PSTN, Internet, sensors Network to form the core of Intelligent Residential System.
该系统将蓝牙通信技术与有线电话、互联网和传感网络融为一体,组成智能家居系统的核心。
www.ceps.com.tw
8.
Output caching allows ASP. NET to send a pre-processed copy of a page rather than go through this process for each request.
输出缓存使ASP.NET能够发送该页的预处理副本,而不用为每个请求完成此过程。
msdn2.microsoft.com
9.
That said, I think you already can see the next major push for Microsoft and their web strategy (ASP. NET or otherwise).
也就是说,我想你已经可以看到下一次主推微软和其Web战略(ASP.NET或其他)。
www.infoq.com
10.
Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP. NET file.
获取应用于ASP.NET文件中指定的HTML服务器控件的所有级联样式表(CSS)属性(Property)的集合。
msdn2.microsoft.com
1.
For an example that demonstrates best practices for reusing a client for multiple requests, see Data Binding in an ASP. NET Client.
有关为多个请求重用客户端的最佳实践的演示示例,请参见DataBindinginanASP.NETClient。
msdn2.microsoft.com
2.
ASP. NET tracing enables you to follow a page's execution path, display diagnostic information at run time, and debug your application.
使用ASP.NET跟踪,可以遵循某页的执行路径、显示运行时的诊断信息和调试应用程序。
msdn2.microsoft.com
3.
If it is important in your application, you can put the focus on a specific ASP. NET Web server control by using server code.
如果焦点在应用程序中非常重要,则可以使用服务器代码将焦点置于特定的ASP.NETWeb服务器控件上。
msdn2.microsoft.com
4.
In addition, the ASP. NET ecosystem of control tool vendors has never been stronger.
另外,ASP.NET控件工具供应商生态系统并没有变得更强壮。
www.infoq.com
5.
ASP. NET session state is designed to enable you to store user session data in different sources.
使用ASP.NET会话状态可以将用户会话数据存储在不同的源中。
msdn2.microsoft.com
6.
Authentication tickets that are issued by the service are created as HTTP cookies and are compatible with ASP. NET forms authentication.
服务发出的身份验证票证作为HTTPCookie进行创建,并与ASP.NETForms身份验证兼容。
msdn2.microsoft.com
7.
Net and Access development of the company's simple routines management system.
用asp.net和Access开发的简单的公司作息管理系统。
www.dssz.com
8.
This means that it displays data for ASP. NET tests in a separate node for each test run, not merged together under one node.
这表明,对于每个测试运行,ASP.NET测试的数据显示在单独的节点中,而不是合并在一起显示在单个节点下。
msdn2.microsoft.com
9.
ASP. NET themes are a collection of properties that define the appearance of pages and controls in your Web site.
ASP.NET主题是定义网站中页和控件的外观的属性集合。
msdn2.microsoft.com
10.
Modifying the source code of your Web application will cause ASP. NET to recompile source files into assemblies.
修改Web应用程序的源代码将导致ASP.NET把源文件重新编译为程序集。
msdn2.microsoft.com
1.
To create a consistent, easily managed navigation solution for your site, you can use ASP. NET site navigation.
若要为站点创建一致的、容易管理的导航解决方案,可以使用ASP.NET站点导航。
msdn2.microsoft.com
2.
The below image explains how the internal object model looks like for an ASP. NET request.
下图解释了ASP.NET请求的内部对象模型。
archive.cnblogs.com
3.
This lets an ASP. NET page that uses the child master page provide the content for the page.
这样,使用子级母版页的ASP.NET页便可以提供页面内容。
msdn2.microsoft.com
4.
Details how SOAP headers can be defined, processed, and manipulated for clients calling XML Web services created using ASP. NET.
详述如何为调用XMLWeb服务(使用ASP.NET创建)的客户端定义、处理和操作SOAP头。
msdn2.microsoft.com
5.
Not all. NET programming languages allow you to create code-behind files for ASP. NET Web pages.
并非所有的.NET编程语言都可用于为ASP.NET网页创建代码隐藏文件。
msdn2.microsoft.com
6.
This instructs Visual Studio to specify a fixed port instead of a randomly selected port when it starts the ASP. NET Development Server.
这将指示VisualStudio在启动ASP.NETDevelopmentServer时指定一个固定端口而不是一个随机选择的端口。
msdn2.microsoft.com
7.
ASP. NET allows you to cache multiple versions of the same page in the output cache.
ASP.NET允许在输出缓存中缓存同一页的多个版本。
msdn2.microsoft.com
8.
Describes the way data cached using ASP. NET caching mechanisms expires when a time-out is set.
描述在设置超时时,使用ASP.NET缓存机制缓存的数据过期的方式。
msdn2.microsoft.com
9.
Web service references might not reverse-engineer correctly when a Windows and ASP. NET Web project both reference the same class library.
如果Windows项目和ASP.NETWeb项目引用同一类库,则Web服务引用的反向工程处理可能会出错。
msdn2.microsoft.com
10.
ASP. NET operates in conjunction with Internet Information Services (IIS) to provide several authentication and authorization options.
ASP.NET与Internet信息服务(IIS)组合使用,可以提供多个身份验证和授权选项。
msdn2.microsoft.com
1.
This option enables you to make limited changes to the ASP. NET Web pages in your site after compiling them.
使用此选项,可以在编译站点中的ASP.NET网页之后,对它们进行有限的更改。
msdn2.microsoft.com
2.
The example consists of several ASP. NET pages, a master page, master page section, and a Web. Sitemap file.
该示例由多个ASP.NET页、一个母版页、母版页区域和一个Web.sitemap文件组成。
msdn2.microsoft.com
3.
The logic behind the processing of each ASP. NET request can be summarized in the following steps.
NET请求的处理逻辑可以归纳为如下步骤。
www.cnblogs.com
4.
The name of the ASP. NET worker process varies by debug scenario and version of IIS.
ASP.NET辅助进程的名称各不相同,具体取决于调试方案和IIS的版本。
msdn2.microsoft.com
5.
When you finish designing the workflow, Office SharePoint Designer 2007 automatically generates the ASP. NET forms for your custom tasks.
当您完成工作流的设计时,OfficeSharePointDesigner2007将自动为自定义任务生成ASP.NET表单。
office.microsoft.com
6.
ASP. NET increases the NumRecompilesBeforeAppRestart property every time an assembly is invalidated and fails to be deleted.
每当程序集失效且删除失败时,ASP.NET都会增加NumRecompilesBeforeAppRestart属性。
msdn2.microsoft.com
7.
If you want to run the ASP. NET Development Server on a specific port, you can configure the server to do so.
如果要在特定端口上运行ASP.NETDevelopmentServer,可以为此相应地配置服务器。
msdn2.microsoft.com
8.
In brief, partial rendering allows you to maintain an architecture similar to a classic ASP. NET 2. 0 application.
简而言之,部分呈现允许您维护与传统ASP.NET2.0应用程序类似的体系结构。
blog.163.com
9.
ASP. NET supports forms authentication in a distributed environment, either across applications on a single server or in a Web farm.
ASP.NET支持在分布式环境中(跨单个服务器上的多个应用程序或在网络场中)进行Forms身份验证。
msdn2.microsoft.com
10.
With ASP. NET site navigation, you describe the layout of your site as a hierarchy.
通过ASP.NET站点导航,可以按层次结构描述站点的布局。
msdn2.microsoft.com
1.
Recall that for each incoming request, the ASP. NET engine determines what HTTP handler should be used to render the request.
如上所述,对于每个传入请求,ASP.NET引擎将确定应使用哪个HTTP处理程序来呈现请求。
archive.cnblogs.com
2.
URL authorization can be used with any of the built-in authentication mechanisms supported by ASP. NET.
URL授权可以和ASP.NET支持的任何内置身份验证机制一起使用。
msdn2.microsoft.com
3.
Provides an overview of the components of an ASP. NET Web application, including Web Forms and XML Web services.
提供ASP.NETWeb应用程序的组件的概述,包括Web窗体和XMLWebservices。
msdn2.microsoft.com
4.
The fix will also be included in the next version of ASP. NET AJAX.
这个修复也将被包含在下一版ASP.NETAJAX中。
www.infoq.com
5.
Worker threads are for processing ASP. NET requests, while IO threads are used to service data from files, databases, or XML Web services.
辅助线程是用来处理ASP.NET请求的,而IO线程则是用于为来自文件、数据库或XMLWebservices的数据提供服务的。
msdn2.microsoft.com
6.
In the ASP. NET Web page, set the attribute of the control declaration corresponding to the property you want.
在ASP.NET网页中,根据所需的属性(Property)设置控件声明的属性(Attribute)。
msdn2.microsoft.com
7.
The following example code uses all three of these controls in an ASP. NET page.
下面的代码示例在ASP.NET页中使用所有这三个控件。
msdn2.microsoft.com
8.
If you use ASP. NET membership, role management, or profiles, application information for these services is stored in a database.
如果使用ASP.NET成员资格、角色管理或配置文件,这些服务的应用程序信息则存储在数据库中。
msdn2.microsoft.com
9.
In this event, ASP. NET runtime determines if the page can be served from the cache rather than loading the patch from scratch.
在这个事件中,ASP.NET运行时确定是否能够从缓存中加载页面,而不是从头开始生成。
archive.cnblogs.com
10.
If you are not familiar with the set of login controls available in ASP. NET, see ASP. NET Login Controls Overview before continuing.
如果您不熟悉ASP.NET提供的登录控件集,请在继续前参阅ASP.NET登录控件概述。
msdn2.microsoft.com
1.
Master Pages enable you to create ASP. NET pages that follow a consistent theme and style.
“母版页”可用于创建主题和样式一致的ASP.NET页面。
msdn2.microsoft.com
2.
Controls help you keep the design of a page separate from the ASP. NET programming that actually runs the application.
控件有助于进行独立于ASP.NET编程的页面设计,实际上是ASP.NET编程在运行应用程序。
windowshelp.microsoft.com
3.
Provides object-model access to all attributes declared in the opening tag of an ASP. NET server control element.
提供对ASP.NET服务器控件元素的开始标记中声明的所有属性(Attribute)的对象模型访问。
msdn2.microsoft.com
4.
This method creates a new application domain (AppDomain) capable of processing ASP. NET requests.
这个方法新创建一个可以处理ASP.NET请求的应用程序域(AppDomain)。
cxp.9876.blog.163.com
5.
Specifies that a property persists as the only inner content of the ASP. NET server control.
指定属性作为ASP.NET服务器控件的唯一内部内容保持。
msdn2.microsoft.com
6.
ASP. NET master pages allow you to create a consistent layout for the pages in your application.
使用ASP.NET母版页可以为应用程序中的页创建一致的布局。
msdn2.microsoft.com
7.
The ASP. NET page generates the ticket just before the response is generated and stores it in a custom hidden field sent to the browser.
ASP.NET页面在生成响应之前生成票证,并将其存储在一个自定义的隐藏字段中发送给浏览器。
msdn2.microsoft.com
8.
In practical terms, ASP. NET server control properties that are commonly used to reference external resources are marked in this way.
在实际情况中,采用这种方式标记通常用于引用外部资源的ASP.NET服务器控件属性。
msdn2.microsoft.com
9.
Many ASP. NET Web applications reference DLLs that contain business logic or other useful code.
许多ASP.NETWeb应用程序都引用包含业务逻辑或其他有用代码的DLL。
msdn2.microsoft.com
10.
ASP. NET provides various controls that allow you to display and edit data records.
ASP.NET提供了多种可用于显示和编辑数据记录的控件。
msdn2.microsoft.com
1.
Any ASP. NET or HTML control or set of controls can be placed inside those templates.
任何ASP.NET或HTML控件或控件集都可以放到这些模板中。
msdn2.microsoft.com
2.
By default, ASP. NET Web pages validate user input to ensure that the input does not contain HTML elements or script.
默认情况下,ASP.NET网页验证用户输入,以确保输入中不包含HTML元素或脚本。
msdn2.microsoft.com
3.
deploying ASP. NET web sites, high performance computing clusters, media transcoding solutions, and many other Windows-based applications.
部署ASP.NETWeb站点,高性能计算集群,媒体转码方案和许多其他基于Windows的应用。
www.infoq.com
4.
The application object only looks at the contents of a particular folder located under the Temporary ASP. NET Files folder.
应用程序对象仅查看ASP.NET临时文件夹下的内容。
www.cnblogs.com
5.
ASP. NET ships with one provider, the XmlSiteMapProvider, which uses an XML file with a specific schema as its data store.
ASP.NET提供了一个提供程序XmlSiteMapProvider,它使用一个具有特定结构的XML文件作为其数据存储。
msdn2.microsoft.com
6.
Creating a site map that reflects the structure of your site is one part of the ASP. NET site- navigation system .
创建一个反映站点结构的站点地图只完成了ASP。NET站点导航系统的一部分。
www.bing.com
7.
Hence, an AJAX postback uploads a bit more information than a regular ASP. NET postback.
因此,AJAX回发上载的信息要比常规ASP.NET回发多一点。
blog.163.com
8.
ASP. NET Web services applications use the System. Web and System. Web. Services namespace and classes.
ASP.NETWeb服务应用程序使用System.Web和System.Web.Services命名空间和类。
msdn2.microsoft.com
9.
The ASP. NET section handler classes are contained in the System. Web. Configuration namespace.
ASP.NET节处理程序类包含在System.Web.Configuration命名空间中。
msdn2.microsoft.com
10.
This package installs report viewer controls that you can use to add rich data reporting to Windows Forms and ASP. NET applications.
此程序包安装报表查看器控件,您可以使用这些控件向Windows窗体和ASP.NET应用程序中添加复杂数据报表。
msdn2.microsoft.com
1.
This server should be used when configuring the ASP. NET Application Services Database as well as in the Web. Config connection string.
配置ASP.NET应用程序服务数据库时应使用该服务器,Web.config连接字符串中也应使用该服务器。
msdn2.microsoft.com
2.
Represents the method that handles any events that are raised when a user clicks an image-based ASP. NET server control.
表示处理在用户单击基于图像的ASP.NET服务器控件时引发的所有事件的方法。
msdn2.microsoft.com
3.
Likewise, in ASP. NET it works with a different derivation of SynchronizationContext called AspNetSynchronizationContext.
同样,在ASP.NET中,它与SynchronizationContext的不同派生(称为AspNetSynchronizationContext)配合使用。
msdn.microsoft.com
4.
The behavior encapsulated in the FocusExtender control can be applied to different ASP. NET server controls on the page.
封装在FocusExtender控件中的行为可应用于页上不同的ASP.NET服务器控件。
msdn2.microsoft.com
5.
HTTP handlers are ASP. NET components that run when they are requested in a browser and that return dynamically created information.
HTTP处理程序是这样的ASP.NET组件:当在浏览器中请求它们时它们将运行,并返回动态创建的信息。
msdn2.microsoft.com
6.
As a site owner, you can use the ASP. NET MMC snap-in to create and manage configurations of ASP. NET applications on a computer.
作为站点所有者,您可以使用ASP.NETMMC管理单元在计算机上创建和管理ASP.NET应用程序的配置。
msdn2.microsoft.com
7.
Provides steps on configuring an existing ASP. NET Web page to be a user control.
提供有关步骤,说明如何将现有ASP.NET网页配置为用户控件。
msdn2.microsoft.com
8.
By default, ASP. NET Web pages perform request validation to ensure that user input does not include script or HTML elements.
默认情况下,ASP.NET网页执行请求验证以确保用户输入内容不包含脚本或HTML元素。
msdn2.microsoft.com
9.
If you want to hide part of the navigation structure of your site from certain users , you can enable ASP. NET security trimming .
如果要对特定用户隐藏部分站点导航结构,可以启用ASP。NET安全裁剪。
www.bing.com
10.
The child master page now has ContentPlaceHolder controls that contain markup from an ASP. NET page that uses the child master page.
现在,子级母版页已具有ContentPlaceHolder控件,这些控件包含使用该子级母版页的ASP.NET页中的标记。
msdn2.microsoft.com
1.
This method is called by the ASP. NET page framework.
此方法由ASP.NET页框架调用。
msdn2.microsoft.com
2.
To remove the highlight from a DOM element in an ASP. NET page, the client control applies a CSS style, which is identified by a class name.
为了从ASP.NET页中移除对DOM元素的突出显示,客户端控件应用一个用类名称标识的CSS样式。
msdn2.microsoft.com
3.
Web services built using ASP. NET use SOAP over HTTP, as well as HTTP-POST and HTTP-GET implementations that return non-SOAP XML documents.
使用ASP.NET生成的Web服务使用SOAPoverHTTP以及返回非SOAP文档的HTTP-POST和HTTP-GET实现。
msdn2.microsoft.com
4.
By default, ASP. NET Web pages automatically validate that malicious users are not attempting to send script to your application.
默认情况下,ASP.NET网页将自动验证恶意用户没有试图将脚本发送给您的应用程序。
msdn2.microsoft.com
5.
On the address bar, enter the URL of the personal website, including the port selected by the ASP. NET Development Server.
在地址栏中,输入个人网站的URL,包括ASP.NETDevelopmentServer选择的端口。
msdn2.microsoft.com
6.
ASP. NET Web service applications can be displayed on a console in a form, or in a Web browser or a smart device.
ASP.NETWeb服务应用程序可以显示在控制台上和窗体中,或者显示在Web浏览器或智能设备中。
msdn2.microsoft.com
7.
Provides reference documentation for each of the configuration settings for ASP. NET applications.
提供ASP.NET应用程序的每一项配置设置的参考文档。
msdn2.microsoft.com
8.
The goal of this tutorial is to explain how you can perform validation within an ASP. NET MVC application.
这篇指南的目的是解释如何在ASP.NETMVC应用程序中执行验证。
www.cnblogs.com
9.
To debug a Web page control, create an ASP. NET page that embeds it if such a page doesn't already exist.
若要调试网页控件,如果嵌入此控件的ASP.NET页尚不存在,请创建该页。
msdn2.microsoft.com
10.
From that point on, I saw tremendous opportunity for a simplified version of ASP. NET.
我发现,这个ASP.NET的简化版本中,蕴藏着巨大的商机。
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 9:45:04