Best UI Framework for WinForms? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T03:10:12Z http://stackoverflow.com/feeds/question/406457 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/406457/best-ui-framework-for-winforms 1 Best UI Framework for WinForms? Dmitri Nesteruk 2009-01-02T10:26:00Z 2009-01-02T12:00:06Z <p>Can someone suggest a good UI framework for WinForms development? What I'm looking for is something that is fairly mature (=bug-free), renders well and quickly, and does not bloat my program with 10Mb assemblies.</p> http://stackoverflow.com/questions/406457/best-ui-framework-for-winforms/406472#406472 0 Answer by P a u l for Best UI Framework for WinForms? P a u l 2009-01-02T10:39:59Z 2009-01-02T10:39:59Z <p>I use developer express. IMHO cleaner more rational API than infragistics, fewer bugs with visual studio and help integration. I never look at the size of assemblies.. it's not a really useful metric for me in .net installs. Just to install hello world you are looking at massive downloads and long .net framework installs. </p> http://stackoverflow.com/questions/406457/best-ui-framework-for-winforms/406594#406594 1 Answer by Simon Hughes for Best UI Framework for WinForms? Simon Hughes 2009-01-02T12:00:06Z 2009-01-02T12:00:06Z <p>Me and my team all use <a href="http://www.telerik.com" rel="nofollow">Telerik</a>. The result is a stunningly good looking GUI, the controls are very mature and easy to use.</p> <p>I've purchased the developer express report control and it does not scale well at all. It maxes out the CPU on our webservers when producing a report with 10k+ rows on it. So I can't recommend developer express.</p>