|
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....
|
|
|
Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
|
|
|
1. Abstract class can contain the prototype of method and/or implementation of methods. 2. Direct o....
|
Category:
C#
|
Date:
7/3/2010 1:50:28 PM
|
|
|
|
CLR stand for Common Language Runtime. It has following tasks: 1. Executing IL 2. Code Verificatio....
|
|
|
PublishingPage class is used to represent pages authored by end-users in a publishing site. It has ....
|
|
|
There are two base classes that a custom WebPart can inherit from, either the SharePoint WebPart Bas....
|
|
|
1) Office SharePoint Server 2007 provides a single integrated platform to manage intranet, extranet....
|
|
|
|
|
content query webpart displays a dynamic view of sites ,pages
|
|
|
\\.\pipe\mssql$microsoft## ssee\sql\query (for Sharepoint 2007) or \\.\pipe\mssql$sharepoint\sql\que....
|
|
|
|
|
First develop a SharePoint Feature by either copying an existing Feature and do modification on top ....
|
|