Doug Lampe
5 posts.
- In-Memory Queue with Web API 2 and WebsocketsI'm working on an application that lets users run tasks that are "long-running" (could take 5-10 seconds depending on the server load). For one or two…
- Boo appSettings! Yay applicationSettings!First off, please see my internet PSA at the bottom of this post on the difference between “yea”, “yeah”, and “yay”. Now that that is out of the way, I…
- Simple MVC 2 PagerI wrote a simple pager AjaxHelper extension. You can convert this to an HtmlExtension method by just removing the AjaxOptions and swapping out the…
- Charts in ASP.Net MVC 2 With Drill-Down!I have seen several posts on how to use the ASP.Net chart controls with MVC and they all involved some sort of hybrid web forms approach. I have a simple…
- Simple Interactive Search with jQuery and ASP.Net MVCGoogle now has a feature where the search updates as you type in the search box. You can implement the same feature in your MVC site with a little jQuery…
