How does the Licenses.licx based .Net component licensing model work?

前端 未结 3 1519
时光说笑
时光说笑 2020-12-02 13:10

I\'ve encountered multiple third party .Net component-vendors that use a licensing scheme. On an evaluation copy, the components show up with a nag-screen or watermark or so

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 13:27

    Almost everything about .Net licensing is explained here. No need to rewrite, I think.

    It is better to exclude license files from project in source control, if you can. Otherwise, editing visual components may be pain in the ass. Also, storing license files in source control repository is not a need.

    Hope this helps.

提交回复
热议问题