Appendix A. Glossary
A
- Accessor
The code that is enclosed in a
get
andset
block in a property definition. Theget
accessor is executed when the property value is read, and theset
accessor is executed when a value is assigned to the property. A property can contain aget
accessor, aset
accessor, or both.- Accessibility
The process of making an application more readily available to users who might have disabilities that interfere with their use of computer hardware or software.
- Ad hoc query
A set of SQL statements that are executed immediately.
- Application domain (
AppDomain
) A secure, versatile, and isolated environment created by the CLR to execute an application.
- Application state
A global storage mechanism accessible from all pages in a Web application. ...
Get MCAD/MCSD Training Guide (70-315): Developing and Implementing Web Applications with Visual C# and Visual Studio .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.