J
Justin Weinberg
Announcing the MRGSoft InitializeComponent Optimizer.
Full details at:
http://www.mrgsoft.com/products/ICO/
The InitializeComponent Optimizer is a VS 2003 add-in that automates the CF
load peformance optimizations discussed by Neil Cowburn in his MSDN article:
http://msdn.microsoft.com/library/d...s/dnnetcomp/html/netcfimproveformloadperf.asp
As well as by Chris tacke on OpenNetCF.org:
http://opennetcf.org/Forums/topic.asp?TOPIC_ID=297
If you're tired of seeing all of your load optimization work disappear
because you moved a button on a form, this add-in can help.
Of interest to CF developers, the InitializeComponent Optimizer :
- Sorts control assignments top down for optimal CF performance
- Replaces location and size pairs with bound statements
Additionally the InitializeComponent Optimizer allows for:
- Optional removal of .Name assignments (full framework relevant only)
- The assumption of System.Drawing import and uniqueness and removal of full
specifications
- The assumption of a Windows.Forms import and uniqueness and remove
specifications from instantiation statements
- Removal of Me / this declarations where redundant
The optimizer:
- Can be automated to apply on save and/or build
- Can be set to scope for solutions, projects, or specific files
- Can be set to apply strictly to Windows form objects or Usercontrols (full
framework relevant only)
- Includes safety options (confirmation and save current statement as a
comment block) for unanticipated situations.
--
Justin Weinberg
Designing a PrintDocument or creating .NET graphics?
Save time with GDI+ Architect.
For more information, visit http://www.mrgsoft.com
Full details at:
http://www.mrgsoft.com/products/ICO/
The InitializeComponent Optimizer is a VS 2003 add-in that automates the CF
load peformance optimizations discussed by Neil Cowburn in his MSDN article:
http://msdn.microsoft.com/library/d...s/dnnetcomp/html/netcfimproveformloadperf.asp
As well as by Chris tacke on OpenNetCF.org:
http://opennetcf.org/Forums/topic.asp?TOPIC_ID=297
If you're tired of seeing all of your load optimization work disappear
because you moved a button on a form, this add-in can help.
Of interest to CF developers, the InitializeComponent Optimizer :
- Sorts control assignments top down for optimal CF performance
- Replaces location and size pairs with bound statements
Additionally the InitializeComponent Optimizer allows for:
- Optional removal of .Name assignments (full framework relevant only)
- The assumption of System.Drawing import and uniqueness and removal of full
specifications
- The assumption of a Windows.Forms import and uniqueness and remove
specifications from instantiation statements
- Removal of Me / this declarations where redundant
The optimizer:
- Can be automated to apply on save and/or build
- Can be set to scope for solutions, projects, or specific files
- Can be set to apply strictly to Windows form objects or Usercontrols (full
framework relevant only)
- Includes safety options (confirmation and save current statement as a
comment block) for unanticipated situations.
--
Justin Weinberg
Designing a PrintDocument or creating .NET graphics?
Save time with GDI+ Architect.
For more information, visit http://www.mrgsoft.com