What's the difference between C# Code Fragments and Assembly TBBs?

后端 未结 5 1667
暖寄归人
暖寄归人 2021-02-13 02:59

I understand C# Code Fragments and .NET Assemblies offer the same functionality for modular template development. We manage the code fragments in the CME and assembly code in Vi

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 04:00

    I would never use C# fragments for the sole reason that it makes management of your code quite difficult and you need to manually deploy them. And if you do write your code from Visual Studio, then you should create a .NET Building Block assembly.

提交回复
热议问题