| Title | Posted Date |
| What is SQL Server Agent? | October 25, 2010 |
| What is the use of data adapter? | October 25, 2010 |
| How do I get a Tool Tip to appear when hovering over a disabled element in WPF? | October 25, 2010 |
| How many types of validation controls are provided by ASP.NET ? | October 25, 2010 |
| What is the difference between "Web.config" and "Machine.Config" ? | October 25, 2010 |
| Explain how the Asp.Net Authentication process work? | October 25, 2010 |
| What are all the various authentications in Asp.Net? | October 25, 2010 |
| Difference between Gridlayout and FlowLayout? | October 25, 2010 |
| What is Service Broker in sql server 2008? | October 25, 2010 |
| What is Policy Management SQL SERVER 2008? | October 25, 2010 |
| What is Replication and Database Mirroring? | October 25, 2010 |
| What are Sparse Columns? | October 25, 2010 |
| What does TOP Operator Do? | October 25, 2010 |
| This is the progam using inheritence, what is the order of calling constructors and what is the output?
Public Class ConstructorEx
Public Class Class1
Dim a As Integer
Sub New()
a = 1
Console.WriteLine("a in initialized in Class1")
End Sub
End Class
Public Class Class2
Inherits Class1
Dim b As Integer
Sub New()
b = 1
Console.WriteLine("b in initialized in Class2")
End Sub
End Class
Public Class Class3
Inherits Class2
Dim c As Integer
Sub New()
c = 1
Console.WriteLine("c in initialized in Class2")
End Sub
End Class
Shared Sub main()
''Creation of the object of type Class3
Dim c As New Class3()
Console.ReadLine()
End Sub
End Class
| October 26, 2010 |
| In the page load event I assigned DropDownList''s DataSource property to a valid list. On the submit button click.. the same DataSource property is coming as null. Why? | October 26, 2010 |
| What's the difference between PenLineCap's Flat and Square values? | October 26, 2010 |
| Name the classes that derive from the abstract System.Windows.Shapes.Shape class in WPF? | October 26, 2010 |
| Why is Shape.Stroke a Brush rather than a Pen in WPF? | October 26, 2010 |
| How to use SoundPlayer to play a sound in WPF? | October 26, 2010 |
| How to use MediaPlayer to play an audio file in WPF?
| October 26, 2010 |
| How to Change the BackGround Color of a Button dynamically in WPF? | October 26, 2010 |
| Name the built-in markup extensions in WPF? | October 26, 2010 |
| Name the Implicit .NET Namespaces in WPF?
| October 26, 2010 |
| What is CTE in sql server 2008? | October 27, 2010 |
| What is MERGE Statement sql server 2008? | October 27, 2010 |
| What is Filtered Index? | October 27, 2010 |
| What are the Advantages of using CTE?
| October 27, 2010 |
| What is use of EXCEPT Clause? | October 27, 2010 |
| What is the purpose of Enumerable class in .Net? | October 27, 2010 |
| What are the two base classes a WebPart you are going to use within SharePoint 2007 can inherit from? | October 27, 2010 |
| What are the differences between the two base classes and what are the inherit benefits of using one over another? | October 27, 2010 |
| What is the CreateChildControls() method? How can you use it to do something simple like displaying a Label control? | October 27, 2010 |
| What is the WebPartManager sealed class? What is its purpose? | October 27, 2010 |
| Would you use SPWebApplication to get information like the SMTP address of the SharePoint site? | October 27, 2010 |
| What are WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code? | October 27, 2010 |
| What is a SharePoint Solution File? How does it differ from WebPart .cab files in legacy development? What does it contain? | October 27, 2010 |
| What is a SharePoint Feature? What files are used to define a feature? | October 27, 2010 |
| What is the difference between an asynchronous and synchronous event receivers? | October 27, 2010 |
| What is a content type? | October 27, 2010 |
| What is a SharePoint site definition? What is ghosted (uncustomized) and unghosted (customized)? | October 27, 2010 |
| What are the advantages of a hosted SharePoint vs. one that is on an in-house server? | October 27, 2010 |
| How secure are Windows SharePoint Services sites hosted by Microsoft? | October 27, 2010 |
| Can SharePoint be linked to an external data source? | October 27, 2010 |
| How will handle exception in Sql server 2008? | October 27, 2010 |
| What is catalog views in Sql server 2008? | October 27, 2010 |
| Where Session is Stored in ASP.NET? | October 27, 2010 |
| Where to Use Session object?
| October 27, 2010 |
| s | October 28, 2010 |
| what is tablesamplpe in sql server 2008 | October 29, 2010 |
| What is sqlcmd in sql server 2008? | October 29, 2010 |