Recent Answers
How does VB.NET/C# achieve polymorphism?
rahimul hoque answered: Interview Q & Ans for .net....
How would you implement inheritance using VB.NET/C#?
Johndecruse answered: By using inherits keyword v can implement inheritance and only single level multiple level a....
How would you implement inheritance using VB.NET/C#?
deepak answered: thank for this becc...i am stu..
What is the scope of a class member declared as protected?
Johndecruse answered: We can declare a class as protected however its sub-classes (inherited) can only use the obje....
How do you mark a method obsolete in C#?
Johndecruse answered: By using Obsolete Keyword... <a href="http://www.flashpapers.com/">Term ....
12345678910...
Recent Interview Questions

How is a read-only property defined in C#?

public returntype PropertyName { get { //property implementation goes here } // Do not write the se....
Category: Database Date: 2/5/2010 1:51:32 PM

How would you implement inheritance using VB.NET/C#?

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

How does VB.NET/C# achieve polymorphism?

By using Abstract classes/functions.
Category: C# Date: 2/5/2010 1:47:04 PM

Explain Managed and Unmanaged Code in .Net?

Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. T....
Category: .Net Framework Date: 1/8/2010 1:57:09 PM

What are the various types of applications we can develop using .Net Technology?

1) Console applications 2) Windows GUI applications (Windows Forms) 3) Windows Presentation Founda....
Category: .Net Framework Date: 1/8/2010 1:29:07 PM

How do yoy make SharePoint web site non-restricted?

If you want your site to have anonymous access enabled (i.e., you want to treat it like any site on ....
Category: SharePoint Date: 1/8/2010 10:28:08 AM

List CAML Comparison Operators used in SharePoint?

Contains - Contains a given text value Eq - Equal to Geq - Greater than or equal to Gt - Greater tha....
Category: SharePoint Date: 1/3/2010 12:01:52 PM

How can we Restart an Application Pool?

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

What is an Application Pool?

Application Pool is a new features introduced in IIS 6.0 which is used to isolate ASP.Net Web appli....
Category: .Net Framework Date: 1/3/2010 11:36:33 AM

How can we enable/disable versioning in a SharePoint Document Library?

We can do this using following steps: 1) Open Document Library 2) Go to "Document Library Sett....
Category: SharePoint Date: 1/3/2010 11:22:34 AM
2 3 4 5 6 7 8 9 10 >>