Anonymous

What Is Assembly In Dot Net And How Do You Create An Assembly?

2

2 Answers

Rosanna  Daniel Profile
Rosanna Daniel , I am Rosanna Daniel from canada and working at Video-Tutorials.Net, answered

Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions.I have no information about how to create assembly in .net.

If you want to know how to create assembly in Solidworks, go through here: http://goo.gl/HQYsRU. Hope this information help you.

Shalin Choksi Profile
Shalin Choksi answered
An assembly is a kind of a group of codes which help in maintaining security and deployment in the Microsoft .NET framework. An assembly is in a form of a portable executable (PE) file. Some of the types of assemblies include process assemblies and library assemblies which are denoted by EXE and DLL. They are described by these kinds of extensions. Creating assemblies is not an easy task and requires lot knowledge about computer programming languages. First you have to have a complete understanding of computer programming languages and then you can go on to create assemblies. Microsoft .NET is a type of a security device which helps the smooth running of computer programs on the Windows platform. It helps the programs to be secure and not cause any harm to the computer.

Answer Question

Anonymous