VB.NET - Imperative and declarative security

Discuss about imperative and declarative security.

- Imperative security is implemented by calling methods of Permission objects in code at run time.
- Declarative security is configured by attaching attributes representing permissions to classes and methods.
- Additionally, you can request assembly-wide permissions using the Assembly (assembly) directive with declarative security.
VB.NET - Anchoring and Docking in .NET.
Anchoring and Docking - Anchoring treats the component as having the absolute size and adjusts its location relative to the parent form........
VB.NET - Garbage collection
Garbage collection - GC is automatic memory reclamation. It is low-priority thread that always runs in the background of the application. ........
VB.NET - Define Assembly in .NET
Define Assembly in .NET - An assembly that can be shared by multiple applications. To make an assembly a shared assembly.......
Post your comment