Can you mix .net languages within a single project?

后端 未结 5 839
暗喜
暗喜 2020-12-01 06:35

Can you mix .net languages within a single project? So pre-compiled, I would like to call classes and methods of other source files.

For both web and apps?

<
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 07:32

    You can mix languages in a single assembly with ILMerge and MSBuild.

    Here is a very good example about it.

提交回复
热议问题