.Net Interview questions for Senior Software Engineers


1. what is get and set ?

Please go through  for a detailed info

https://msdn.microsoft.com/en-us/library/x9fsa0sw.aspx

https://msdn.microsoft.com/en-us/library/w86s7x04.aspx

 https://msdn.microsoft.com/en-us/library/bb384054.aspx


2. what is Reflection ?

According to the technical definition Reflection helps us to inspect or look into the contents of an assembly or class. It means that it helps us to look into the Meta data of an assembly or a class, where Meta data means the methods, properties, functions of that class or assembly.


3. what is Strongly Typed?

Strongly type is the concept in the programming language which tells us that once the data type or the class or any method is defined, we have to strictly follow that data type or method only. Hence they are termed as strongly typed.C# is a strongly typed language.








No comments:

Post a Comment