By
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…
By
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…
By
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…
By
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.…
By
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…