Friday, October 12, 2012

DevExpress

While I am thinking about it DevExpress is/has a suite of fun stuff for ASP.NET. I have only been exposed to it minimally. One thing that is really neat about it, that I've seen, is that one may write their own ASP.NET MVC controls. One may craft what HTML gets put out by the controls, etc. There are also canned MVC controls. I have heard that there is a pagniated list that allows one to get pages one-page-at-a-time from a database in lieu of loading all records upfront and them binding them to a control that hides some of the records (this is how some JavaScript-driven paginated lists work). Other notes:

  1. http://tom-jaeschke.blogspot.com/2012/05/devexpress-grid-will-paginate-on-server.html
  2. http://tom-jaeschke.blogspot.com/2012/03/devexpress-coderush-is-apparently-tool.html

No comments:

Post a Comment