.NET 2.0 Terms / Interview Questions
access control list (ACL) A term most commonly used to refer to a discretionary access control list (DACL), which is an authorization restriction mechanism that identifies the users and groups that are assigned or denied access permissions on an object.
Advanced Encryption Standard (AES) [...]
Archive for May, 2007
.Net 2.0 Interview Terms / Interview Questions
Posted in Interview Questions for .Net on May 16, 2007 | 4 Comments »
OOPs Interview Questions
Posted in Interview Questions for .Net on May 1, 2007 | 6 Comments »
“The ability to define a class and create instances of classes is one of the most important capabilities of any Object Oriented Language”
Q: How will you define a CLASS ?
A: All classes in Visual Basic. NET are defined in a .VB file (as oppose to .CLS file in vb6), Also .VB file may contain [...]