Question 71 – What are the different Access Modifiers available? Public – Access to same assembly or another assembly that references it. Private – Access to same class or…
Question 61 – What is Runtime Host? Ranging from Windows applications, Web applications to Mobile applications, CLR is designed to support various types of applications. .NET Framework provides different…
Question 51 – What is a Resource File? Resource files are the files containing data that is logically deployed with an application. These files can contain data in a…
Question 41 – What is Custom Serialization? In some cases, the default serialization techniques provided by .NET may not be sufficient in real life. This is when we require implementing…
Question 31 – What is an Attribute? Attributes are declarative tags in code that insert additional metadata into an assembly. Attributes are of Two types: Predefined attributes such as Assembly…
Question 21 – What is an Assembly Loader? Checks if the assembly is Strongly signed. If yes it will search in the GAC Loader will search the policy file name…
Question 11 – What is a Strong Name? A strong name is a .NET assembly name combined with its version number and other information to uniquely identify the assembly.…
This article is the Part 1 of the series of articles on the Interview Questions and Answers on .Net Framework, OOPS, ASP.Net, C#.Net, SQL Server, WCF Series. Question 1…
Friends, In this series we are going to see more interesting and informative questions that will be very useful while preparing for an interview. This series will be covered…