vote up 1 vote down star
1

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.

flag

42% accept rate
How about ... WinForms? What exactly is it that you need to do that the standard Windows Forms controls can't? – Matt Hamilton Jan 2 '09 at 11:00

2 Answers

vote up 1 vote down

Me and my team all use Telerik. The result is a stunningly good looking GUI, the controls are very mature and easy to use.

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.

link|flag
All right, I might try Telerik then. – Dmitri Nesteruk Jan 2 '09 at 13:46
vote up 0 vote down

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.

link|flag
Unfortunately, after working with DevEx for 2 years, I decided it's not for me - this is the reason I'm asking the question. – Dmitri Nesteruk Jan 2 '09 at 13:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.