The .NET assembly is a standard for the components built with Microsoft.NET.Assemblies can be executable (.exe) or non executable such as .dll(dynamic link library).
There are two kind of assemblies in .NET;
1.private
2.shared
Since every assembly is self-describing through metadata. .NET can automatically locate referenced assemblies the protected class is always present in the same assembly..
Protected Class in Assembly
Questions by surendra_sahu786 answers by surendra_sahu786
Related Answered Questions
Related Open Questions