Best UI Framework for WinForms? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T03:10:12Zhttp://stackoverflow.com/feeds/question/406457http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/406457/best-ui-framework-for-winforms1Best UI Framework for WinForms?Dmitri Nesteruk2009-01-02T10:26:00Z2009-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#4064720Answer by P a u l for Best UI Framework for WinForms?P a u l2009-01-02T10:39:59Z2009-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#4065941Answer by Simon Hughes for Best UI Framework for WinForms?Simon Hughes2009-01-02T12:00:06Z2009-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>