Category: Interview Questions

MVC Interview Questions 2

MVC Interview Questions and Answers

In this article I would like to explain about most frequently asked ASP.NET MVC Interview Questions. This collection is useful for both freshers and experienced candidates to clear technical ASP.NET MVC interviews. 1. What...

WPF Interview Questions 0

TOP 37 WPF Interview Questions and Answers

In this article I would like to provide collection of frequently asked WPF Interview Questions and Answers. This collection of WPF Interview Questions will be helpful for freshers as well as experienced candidates to...

C# Interview Questions Part 1 1

C# Interview Questions Part 1

1. Can we override the properties and apply polymorphism on these? Yes, You can. Public Class Stud Public Property P() As String Get End Get Set(ByVal Value As String) End Set End Property End...

C# Interview Questions Part 2 1

C# Interview Questions Part 2

1. When should we use abstract class? We would create an abstract class, when we want to move the common functionality of 2 or more related classes into a base class and when, we...

.Net Interview Questions & Answers 0

.Net Interview Questions & Answers

1.What is the difference between Copy and Clone Method? Clone will copy the structure of a data where as Copy will copy the complete structure as well as data. 2.Difference between abstract class and...