What exactly is an Assembly in C# or .NET?

前端 未结 9 1696
自闭症患者
自闭症患者 2020-11-28 02:43

Could you please explain what is an Assembly in C# or .NET?

  1. Where does it begin and where does it end?
  2. What important information should I know about
9条回答
  •  没有蜡笔的小新
    2020-11-28 03:10

    .NET assembly

    In the Microsoft .NET framework, an assembly is a partially compiled code library for use in deployment, versioning and security.

提交回复
热议问题