.NET interview questions: - State the uses of Params Keyword in C#.
- By Shiv Prasad Koirala
- Oct 20th, 2011
- 27
- 0
In this article we will explain about Params keyword in C#. For more articles and videos visit us on www.questpond.com
ASP.NET interview questions: - Explain the concept of trace listener?
- By Shiv Prasad Koirala
- Oct 14th, 2011
- 25
- 0
'Tracelistener' are objects that get tracing information from the trace class and they output the data to some medium.
LINQ interview questions: -How does LINQ to SQL differ from Entity framework?
- By Shiv Prasad Koirala
- Oct 12th, 2011
- 24
- 1
LINQ to SQL is good for rapid development with SQL Server. EF is for enterprise scenarios and works with SQL server as well as other databases.
.NET interview questions: - Define delegate & steps to create delegate?
- By Shiv Prasad Koirala
- Oct 5th, 2011
- 28
- 0
We can define delegate as an abstract strong pointer to a function or method. In other words we can create a pointer which points to a method or function and then pass that pointer wherever you wish and invoke the function / method.
.NET interview questions: -Elaborate the term Volatile Keyword?
- By Shiv Prasad Koirala
- Oct 4th, 2011
- 28
- 0
Volatile Keyword: - The Volatile keyword ensures that whichever the variable data you are accessing currently is up to date or is sinking with main memory which is being updated.
23 Most Important .Net Interview Question
- By Shiv Prasad Koirala
- Sep 30th, 2011
- 26
- 0
Following are various .Net Interview Question
