开发者

infragistics controls vs asp.net controls - performance

Any per开发者_高级运维formance comparision between asp.net controls and infragistics controls? I need to compare all controls e.g. TextBox, DropDownList etc.


Probably not. And you may need to clarify what performance you mean...possibilities include:

  • Server side performance (perhaps databinding)
  • Actual bandwidth (amount of html and extra scripts/styles/images etc) required
  • Client side performance (events and what not)
  • post backs? ajax?

It would be quite hard to do performance comparisons because it depends a lot on what features you require of the controls. Some of the Infragistics web controls now give you the option of only loading the javascript for features that you will use as well which would complicate things...I suppose also, a lot of the third party controls exist because there isn't an asp.net default equivalent.

You really perhaps need to try the controls, or set a target level of performance and measure whether it meets this...the asp.net may well perform faster but both meet your performance requirements...or expectedly don't meet your performance requirements but provide you more features...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜