60 subscribers








High Performance WinForms Apps
  |  Technology  |  Science Stuff  |  Travel  |  Bollywood  |  Buddhism  |  Finance and Investing  |  Austin  |  India  |  Diet, Health  |  Petitions, Causes  |  

high performance desktop applications, WinForms, Silverlight, 3rd party UI libraries, controls

Superfast rendering of UI data (in WinForms and ASP.NET) | Posted on by Anuj Varma

While this post compares the WinForms datagridview with a 3rd party (syncfusion) Grid Control for windows, the same comparison also applies to grids in the ASP.NET world.  
 
Business Data and Grids
Business data tends to organize itself into rows and … Continue reading


  The DataGridView is used everywhere – both in ASP.net apps as well as WinForms apps. A quick google search will reveal the scale of users affected by the slow refresh rate on the DataGridView control.  How the data is … Continue reading


Superfast rendering of UI data (in WinForms and ASP.NET) | Posted on by Anuj Varma

While this post compares the WinForms datagridview with a 3rd party (syncfusion) Grid Control for windows, the same comparison also applies to grids in the ASP.NET world.  
 
Business Data and Grids
Business data tends to organize itself into rows and … Continue reading


Superfast rendering of UI data in WinForms world | Posted on by Anuj Varma

Business Data and UI Grids
  Business data tends to organize itself into rows and columns (witness the success of Lotus123, Excel and other spreadsheet software). For the .NET UI developer, the Windows DataGridView is indispensible in that it provides … Continue reading