How To Compile .Net Class Into Assembly For Crm Plugin Development
Understanding the Basics of .Net Assemblies What is an Assembly? When I first dove into CRM plugin development, one of the first things that sparked my interest was understanding what an assembly really is. In the .NET world, an assembly is essentially a compiled code library used by applications. It’s a package that holds code […]


