Wednesday, April 09, 2025

Breaking News
>> Securing and encrypt View State and Cookies values  >> Page has one or more controls that do not correspond with   >> “The Controls collection cannot be modified because the control contains code blocks”  >> How to fix "Validation(): Element 'xxxx' is not supported  >> How to create a new session in ASP.NET programmatically  >> MySQL Database Backup using mysqldump command    

Editors Picks

Friday, June 11, 2010

SQL SERVER – Interview Questions and Answers

1) General Questions of SQL SERVERWhat is RDBMS?Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships...
Read more ...

ADO.NET and Database Questions

1.    What is the role of the DataReader class in ADO.NET connections?  It returns a read-only, forward-only rowset from the data source.  A DataReader provides fast access...
Read more ...

Events and Delegates and Debugging and Testing and XML Documentation Questions

1.    What’s a delegate?  A delegate object encapsulates a reference to a method.  2.    What’s a multicast delegate?  A delegate that has multiple handlers...
Read more ...

Method and Property Questions

1.    What’s the implicit name of the parameter that gets passed into the set method/property of a class?  Value.  The data type of the value parameter is defined by whatever...
Read more ...

Class Questions

1.    What is the syntax to inherit from a class in C#?  Place a colon and then the name of the base class. Example: class MyNewClass : MyBaseClass  2.   ...
Read more ...

Contact Us

Name

Email *

Message *