Is excessive DataTable usage bad?

前端 未结 5 2091
面向向阳花
面向向阳花 2021-01-31 05:10

I was recently asked to assist another team in building an ASP .NET website. They already have a significant amount of code written -- I was specifically asked build a few indiv

5条回答
  •  我在风中等你
    2021-01-31 05:33

    Using a DataTable can be a lazy/inefficient way of storing data. There is significant overhead in doing so. You are right to be concerned, although the developer(s) may have a real issue hearing how poorly they have designed this app. Will management be behind you, in your goal of creating a better quality product? Will the associated delay in development be something they can accept?

提交回复
热议问题