
.NET interview questions: - Define delegate & steps to create delegate?
- By Shiv Prasad Koirala
- Oct 5th, 2011
- 22034
- 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
- 24727
- 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
- 9631
- 0
Following are various .Net Interview Question

.NET interview questions: - Steps to add a code snippet in Visual Studio 2010?
- By Shiv Prasad Koirala
- Sep 26th, 2011
- 4469
- 0
Visual Studio has two types of snippets namely Expansion snippet which are inserted at the cursor and SurroundsWith snippet which wraps around existing code.

SQL Server interview questions: - Show us SQL injection in SQL Server?
- By Shiv Prasad Koirala
- Sep 23rd, 2011
- 5343
- 0
This is one of the most favorite SQL Server interview questions asked by the interviewer.

WWF interview questions: -Various types of Workflow in Windows Workflow foundation?
- By Shiv Prasad Koirala
- Sep 21st, 2011
- 8780
- 0
A sequential workflow has clear start and finish boundaries. Workflow controls execution in Sequential workflow. In sequential execution, one task is executed after other.