Subject | English | Chinese Taiwan |
comp., MS | ASP.NET application services database | ASP.NET 應用程式服務資料庫 (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) |
comp., MS | ASP.NET controls | ASP.NET 控制項 (Components that run on an ASP.NET-compatible server and encapsulate user-interface and other related functionality. They are used in ASP.NET pages and in ASP.NET code classes) |
comp., MS | ASP.NET Development Server | ASP.NET 程式開發伺服器 (The web server that ships with Visual Studio) |
comp., MS | ASP.NET Master Page | ASP.NET 主版頁面 (An ASP.NET-based templating feature available in ASP.NET 2.0 and later) |
comp., MS | ASP.NET mobile control | ASP.NET 行動控制項 (One of a set of ASP.NET controls designed for mobile Web applications. ASP.NET mobile controls extend their ASP.NET server control counterparts) |
comp., MS | ASP.NET page | ASP.NET 網頁 (A component of an ASP.NET application) |
comp., MS | ASP.NET server control | ASP.NET 伺服器控制項 (" A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag.") |
comp., MS | ASP.NET Web application | ASP.NET Web 應用程式 (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) |