0
votes
Should I build my next web app in ASP.NET MVC?
If it's not mission critical and you and your team have the time to learn it, why not?
…
2
votes
Who actually uses DataGrid/GridView/FormVIew/etc in production apps?
We use the Infragistics UltraWebGrid + LinqDataSource on our intranet apps.
It gives us ajax, sorting, filtering, paging all server side.
The "export to excel" also is a killer feat …
0
votes
Increasing ASP.net WebForm Performance
1 - Turn on content compression on iis
2 - Cache everything you can
This will do for the majority of webapps out there.
…
