Interview Questions → .NET ARCHITECTURE → .Net Architecture Questionnaire I.Net Architecture Questionnaire IWhat is the difference between private assembly and shared assembly? Private assembly is an assembly which is available exclusively to a particular application whereas shared assembly can be used by multiple applications. We put shared assembly in a GAC.What is MSIL? MSIL stands for MicroSoft Intermediate Language. .Net framework supports multiple languages like C#, vb.net, F# etc. All the languages are compiled by their respective compilers and after successful compilation converted into a common language called MSIL.Posted By - Karan Gupta Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
Query/Feedback