Subject | Polish | English |
comp., MS | baza danych usług aplikacji 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) |
comp., MS | usługa aplikacji | application service (In ASP.NET, built-in functionality for common application tasks. ASP.NET includes application services for authentication (ASP.NET membership), persistent per-user information (profile properties), and more) |
comp., MS | usługa aplikacji klienckiej | client application service (In Windows-based applications, built-in functionality to access ASP.NET application services for common application tasks, including remote login, roles, and application settings) |
comp., MS | usługa aplikacji Windows Communication Foundation | Windows Communication Foundation application service (An application service such as authentication, profile properties, or roles, that can be accessed by any non-ASP.NET application that can read and send messages in SOAP format. WCF services enable different types of applications to share common data, such as user credentials for logging in) |