Advantages and disadvantages of using Enterprise Library

前端 未结 4 950
遇见更好的自我
遇见更好的自我 2021-02-01 18:11

Im just starting a project and since this project is personal I was wondering what are the advantages of using Enterprise Library? We use the version 2 for several projects in t

4条回答
  •  暖寄归人
    2021-02-01 19:04

    The choice of not being able to use EF for me is bind by the constraints I have in my environment that requires the applications to process millions of transactions per hour. This is the volume of processing in Telco environment.

    Whether to use EF or not is entirely up to your environment and choice (as long as you know the limitations of the chosen technology). If your system does not require such high loads, I don't foresee you will have any problems in using EF.

提交回复
热议问题