Best interface for WinForms?

Can anyone suggest a good interface for developing WinForms? What I'm looking for is quite mature (= no errors), rendering is good and fast, and does not inflate my 10 MB assembler program.

+3
source share
2 answers

My team and I use Telerik . The result is a stunningly beautiful graphical interface, the controls are very mature and easy to use.

I bought a developer express reporting control and it does not scale at all. It allocates a processor on our web servers when creating a report with 10k + lines on it. Therefore, I can not recommend express to the developer.

+3
source

I use express express. IMHO is cleaner, more streamlined API than infragistics, fewer errors with visual studio and helps integration. I never look at assembly size. This is not a very useful metric for me in .net installations. Just to set the world to hello, you look at bulk downloads and long .net installations.

0
source