Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Using WebForms Controls in ASP.NET MVC: The Unholy (and Cost-Effective!) Union

    My buddy and fellow Infragisticsian, Craig Shoemaker, posted a blog post and a video on our Community site showing how you can use the current Infragistics Web controls in ASP.NET MVC. Craig’s posts are invaluable because he shows you how you can...
  • Cleaner Validation with ASP.NET MVC Model Binders & the Enterprise Library Validation Application Block

    I accidentally stumbled across an awesome combination the other day:  using the Enterprise Library Validation Block with ASP.NET MVC.  Though I’ve played around with them a few times in the past, this is the first time I’ve really started to...
  • The ASP.NET AJAX Client Library: Keeping the Server-Side Paradigm Alive on the Client

    I've been talking a lot lately about using the ASP.NET AJAX client library (which I'm going to refer to as AACL in this post) without the server-side controls, mostly in the context of ASP.NET MVC.  Now, I'm not necessarily recommending...
  • Use ASP.NET MVC ActionFilters to Render AJAX Responses!

    In my previous blog post on ASP.NET MVC , I walked through an example based on the MVC Preview 2 bits which showed how to make your own custom view engines and ActionFilters.  I also proved (or at least hope I proved) just how powerful these parts...
  • ASP.NET MVC Source Code Released

    Just found out some cool news a little while ago:  the ASP.NET team graciously released the source code for their new wicked-cool framework on Wednesday.  You can get it at their CodePlex project http://www.codeplex.com/aspnet (and here's...