Index
A
- abstraction
- about / Talking about OOP
- access
- controlling, with indexers / Controlling access with properties and indexers
- controlling, with properties / Controlling access with properties and indexers
- synchronizing, to shared resources / Synchronizing access to shared resources
- access modifier keywords
- private (default) / Defining fields
- internal / Defining fields
- protected / Defining fields
- internal protected / Defining fields
- public / Defining fields
- access modifiers (C# programming guide)
- reference link / Exercise 6.3 – explore topics
- ADO.NET
- using / Using ADO.NET
- about / Using ADO.NET
- ADO.NET Entity Framework
- about / Using ADO.NET
- Advanced Encryption Standard (AES)
- about / Encrypting and decrypting data
- AES
- used, for encrypting data symmetrically / Encrypting symmetrically with AES
- AesManaged
- about / Encrypting and decrypting data
- aggregation
- about / Talking about OOP
- alternative...