Asp Dot Net Interview Questions And Answers

ASP.NET Interview Questions and Answers

Frequently asked Interview Question and Answer in ASP.Net suites for both Freshers and Experienced Candidates.

Interview Questions and Answers Set 1

1.What is C-Sharp (C#)?C# is a type-safe, managed and object oriented language, which is compiled...

Interview Questions and Answers Set 3

21.What is enum in C#?enum keyword is used for declaring an enumeration, which consists of named...

Interview Questions and Answers Set 5

41.What are Custom User Controls in ASP.NET?The custom user controls are the controls that are defined by developers...

Interview Questions and Answers Set 2

11.What you mean by inner exception in C#?Inner exception is a property of exception class...

Interview Questions and Answers Set 4

31.Differentiate globalization and localization.The globalization is a technique to identify the specific part...

Interview Questions and Answers Set 6

51.What is ASP.MVC?The ASP.NET MVC framework is a lightweight, highly testable presentation framework...

Interview Questions and Answers Set 7

61.What are Actions in MVC?Actions are the methods in Controller class which is responsible for returning...

Interview Questions and Answers Set 9

81. What are Non Action methods in MVC?In MVC all public methods have been treated as Actions...

Interview Questions and Answers Set 8

71. Explain TempData in MVC?TempData is again a key, value pair as ViewData. This is derived from “TempDataDictionary”...

Interview Questions and Answers Set 10

91. Explain the types of Scaffoldings.Below are the types of scaffoldings –Empty Create Delete...