Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » asp.net   (RSS)
jQuery 1.4 breaks ASP.Net MVC actions with array parameters
We had a Ajax-ified page break on us today and eventually figured out that the cause was related to an upgrade of jQuery and in particular a change in how jQuery 1.4 does serialization of array parameters for Ajax operations. From the jQuery 1.4 Release Read More...
Basic Web Application Loading With JMeter
I needed to load test one of our web applications today. Load testing is not something I am too familiar with. A search turned up a list of open source load testing tools. At the top of the list was Apache JMeter which I decided to gave a shot based on Read More...
Setup ASP.Net caching using a super simple fluent interface
While reviewing what I did to Create an RSS Feed Using ASP.Net . We got worried that overzealous customers or feed readers might hit this feed kind of often, and since the data served up by the feed does not change too a lot we could easily do some caching. Read More...
Deploying an ASP.Net MVC web application to IIS7
The next installment in my exciting series where I capture what I know about deploying Dovetail Mobile Agent which could be boiled down to How To Be a Web Server Administrator in the year 2008 . Moving from IIS6 this time we take a look at getting an Read More...
Installing a ASP.Net MVC web application on IIS6
Getting ready to release Dovetail Agent Mobile I am working on what our installation story will look like. I want to keep things simple (for me) right now because it is currently tricky to support IIS6 and IIS7 using a Wix based windows installer. For Read More...