DictionaryForumContacts

   Chinese
Terms for subject Microsoft containing 程 式 | all forms | in specified order only
ChineseEnglish
交互式 Web 應用程式web application hybrid (A web application that combines functionality or data from multiple sources into a single, integrated service, application, or medium)
交互式 Web 應用程式mashup A web application that combines functionality or data from multiple sources into a single, integrated service, application, or medium (Mashup)
代理程式agent (A managed software component that monitors events and performance pertaining to a specific application component, and transmits observations to a host application for display, action, or reporting)
儲存區驅動程式store driver (A software component of the Hub Transport Server that delivers inbound messages to Exchange stores, the databases that contain public folder and mailbox stores. The store driver is also responsible for retrieving messages from a user's outbox and submitting it for delivery)
分類程式categorizer (A component of Exchange transport that processes all incoming messages and determines what to do with the messages based on information about the intended recipients. In Exchange Server 2007, the Edge Transport server uses the categorizer to route the message to the appropriate destination. The Hub Transport server uses the categorizer to expand distribution lists and identify alternate recipients and forwarding addresses. After the categorizer retrieves full information about recipients, it uses that information to apply policies, route the message, and perform content conversion)
地址修正代理程式Address Rewriting agent (An agent on the Receive connector and Send connector on a computer that has the Edge Transport server role installed, which lets e-mail administrators modify the addresses of senders and recipients on messages that enter and leave an Exchange Server 2007 organization)
地址修正輸入代理程式Address Rewriting Inbound agent (Address Rewriting agent for messages that enter an Exchange Server 2007 organization)
地址修正輸出代理程式Address Rewriting Outbound agent (Address Rewriting agent for messages that leave an Exchange Server 2007 organization)
外掛程式plug-in (An auxiliary software component that extends or enhances the features of other software)
宣告式工作流程declarative workflow (A workflow that is defined by using workflow markup language contained in XAML-formatted files. The XAML files are deployed and stored in the database)
惡意程式malware (Software that fulfills the deliberately harmful intent of an attacker when run)
ASP.NET Web 應用程式ASP.NET Web application (An application that processes HTTP requests (Web requests) and executes on top ASP.NET. An ASP.NET Web application can include ASP.NET pages, XML Web services, HTTP handlers, and HTTP modules)
應用程式伺服器角色Application Server role (A role that consists of the services that provide users access to data and content. To run Microsoft Dynamics CRM, you must have at least one computer that is running the Application Server role)
應用程式共用application sharing (A feature that allows a user to share documents or applications with others. The user can also choose to give another person control of an application or the user's computer)
應用程式基底application base (The directory where the .exe file that loads into the initial or default application domain is located. If you create your own application domain, the application base is the location you specify in the AppDomainSetup class)
應用程式定義域application domain (A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process)
ASP.NET 應用程式服務資料庫ASP.NET application services database (In ASP.NET, a database that stores the data for several ASP.NET application services, including membership, Web Parts personalization, roles, and profiles. The database can be a local database in the Web site's App_Data folder or a SQL Server or other database, depending on how the site is configured)
應用程式狀態application state (In ASP.NET, a variable store that is created on the server for the current application and is shared by all users. Application state is typically used to store information that is used for all users, such as application-wide settings)
應用程式驗證器Application Verifier (A graphical user interface (GUI) tool that aids IT managers and developers in testing applications on Microsoft® Windows® and the Windows Server family. It helps developers identify potential application compatibility, stability, and security issues)
指令程式cmdlet (A small, basic command, named in the form "verb-noun" and implemented as a .Net class that derives from a base cmdlet class)
日誌代理程式journaling agent (A compliance-focused agent that is configured to journal e-mail messages that are sent or received by departments or individuals in an Exchange Server 2007 organization, to and from recipients outside the organization, or both for use in the organization's e-mail retention or archival strategy)
特洛伊木馬程式Trojan horse (A program that appears to be useful or harmless but that contains hidden code designed to exploit or damage the system on which it is run)
MFC 程式Microsoft Foundation Class Library (A library of C++ classes that forms an object-oriented wrapper around large portions of the Windows API and provides a framework on which to build applications)
Unmanaged 程式unmanaged code (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime)
Managed 程式managed code (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications)
程式碼後置檔案code-behind file (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
程式碼後置頁面code-behind page (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
程式碼後置類別code-behind class (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file)
Windows Live 程式Windows Live Essentials (The set of Microsoft software for email, instant messaging, photos, and personal movies available to customers in a single download and installation)
自動化伺服程式Automation server (An application that enables its objects, methods, and properties to be controlled by other applications through Automation)
行動程式mobile code (Any code placed on a central server that is meant to be downloaded and run by multiple clients. Mobile code can be distributed using Web servers, FTP servers, file shares, and so on. Typically, users run mobile code from the intranet and Internet zones)
訊息應用程式發展介面Messaging Application Programming Interface (A messaging architecture that enables multiple applications to interact with multiple messaging systems across a variety of hardware platforms. MAPI is built on the Component Object Model (COM) foundation)
雜湊程式hash code (A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing)
電腦程式computer program (A set of instructions in some computer language intended to be executed on a computer so as to perform some task. The term usually implies a self-contained entity, as opposed to a routine or a library)
驗證程式validator (A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script)