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

后端 未结 5 743
死守一世寂寞
死守一世寂寞 2021-02-13 03:07

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 03:54

    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.

提交回复
热议问题