Feeds:
Posts
Comments

Archive for May, 2007

.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) [...]

Read Full Post »

“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 [...]

Read Full Post »