Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Does upgrading jQuery UI 1.7.2 to 1.8.7 result in a performance improvement? -


my site using dialogs , buttons jquery ui. in general things working fine, time time users facing light performance issues; system not responsive should in opinion.

upgrading jquery 1.4.2 1.4.4 did job, because there lots of find()/filter() calls in code. should expect performance benefits upgrading jquery ui?

there couple things think respect upgrading library.

  1. how difficult going to so. many times, if minor release upgrade, you're not going see api changes or of nature. should smooth process perform upgrade. in case, don't see reason why wouldn't perform upgrade.
  2. in case of going more major release, need consider api changes cause upgrade new version of library take longer. may not simple idea of "drop in new library , you're go." said, typically try keep libraries up-to-date possible. yeah, may more work now, but, in long run, easier upgrade library on continual basis once every 5 years.

as type of performance improvements you'll see if upgrade 1.8.7, check out release notes. not t should see improvements, should have more feature availability well.

with said...

many times, performance improvements better affected if code using libraries improved. better algorithms, better use of structures, etc can show better improvements upgrading library. along looking @ upgrading jqueryui library.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -