public returntype PropertyName { get { //property implementation goes here } // Do not write the se....
|
Category: Database
|
Date: 2/5/2010 1:51:32 PM
|
|
When we set out to implement a class using inheritance, we must first start with an existing class f....
|
Category: C#
|
Date: 2/5/2010 1:49:08 PM
|
|
By using Abstract classes/functions.
|
Category: C#
|
Date: 2/5/2010 1:47:04 PM
|
|
Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. T....
|
1) Console applications 2) Windows GUI applications (Windows Forms) 3) Windows Presentation Founda....
|
If you want your site to have anonymous access enabled (i.e., you want to treat it like any site on ....
|
Contains - Contains a given text value Eq - Equal to Geq - Greater than or equal to Gt - Greater tha....
|
We can restart a specific Application Pool by using the IIS Manager GUI or using cscript.exe in the ....
|
Category: ASP.Net
|
Date: 1/3/2010 11:39:12 AM
|
|
Application Pool is a new features introduced in IIS 6.0 which is used to isolate ASP.Net Web appli....
|
We can do this using following steps: 1) Open Document Library 2) Go to "Document Library Sett....
|