|
RDBMS means Relational Database Management System.This system manages the data records and indices i....
|
Category:
Database
|
Date:
10/1/2010 11:14:20 AM
|
|
|
|
String is for simple string operations while StringBuilder is used to perform high manipulation stri....
|
|
|
No, we can have only methods, properties, indexers and enums inside the interface.
|
Category:
C#
|
Date:
7/3/2010 1:54:37 PM
|
|
|
|
Static class we define when we do not want to create a object of class, all methods of static class ....
|
Category:
C#
|
Date:
7/3/2010 1:54:06 PM
|
|
|
|
Having same name methods with different parameters is called overloading, while having same name and....
|
|