
.NET interview questions: - Different Ways to create a delegate?
- By Shiv Prasad Koirala
- 2011-09-20
- 21864
- 0
This is the .NET interview questions which you come across many a times. So following is the answer to it with explanation.

.NET interview questions: - Describe steps of working of CAS ?
- By Shiv Prasad Koirala
- 2011-09-19
- 3075
- 0
First Evidence is gathered about the assembly. In other words from where did this assembly come? , who is the publisher etc.

.NET interview questions: -Describe operator overloading?
- By Shiv Prasad Koirala
- 2011-09-17
- 30431
- 0
Operator overloading is a concept of polymorphism where you can redefine operators like +, - , * etc with additional functionalities.

.NET interview questions: - Can we implement dynamic polymorphism?
- By Shiv Prasad Koirala
- 2011-09-16
- 22267
- 0
This is the .NET interview questions which you come across many a times. So following is the answer to it with explanation.

.NET interview questions: - Define hashtable collections?
- By Shiv Prasad Koirala
- 2011-09-12
- 4913
- 0
In arraylist or array if we have to access any data we need to use the internal index id generated by the array list collection. For instance the below code snippet shows how the internal id is used to fetch data from array list.

WCF interview questions: - How does WCF differ from Web services?
- By Shiv Prasad Koirala
- 2011-09-08
- 10001
- 0
WCF services can be hosted in multiple protocols like http, TCP etc. Web services can only be hosted on Http protocol.