mmikey121

Stories kicked by mmikey121

Microsoft AJAX Features & Implementation Samples(blog.davidyardy.com)

submitted by mmikey121mmikey121(10) 3 years ago

There are many options within the Microsoft stack of products for AJAX type functionality. The following article covers the primary mechanisms that utilize the Microsoft out of the box Ajax functionality. Ajax must be one of the technologies used in all current web applications. The primary benefit is the improved user experience by providing quick, responsive feedback. read more...

add a comment |category: |Views: 9

tags: another

How I handle JSON dates returned by ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. read more...

add a comment |category: |Views: 193

tags: another

SQL Execution (Enterprise Manager-QA) VS. .NET Execution(blog.davidyardy.com)

submitted by mmikey121mmikey121(10) 3 years, 1 month ago

I have been chasing an issue for quite a while where the query would timeout when executed from an ASP.NET interface. If I ran that exact same query through Query Analyzer the results would be returned in less than 2 seconds. I have for a while been struggling with why it is different between those two interfaces. I thought about connection pooling issues, command time outs and connection timeouts and was focused on that for a while. read more...

add a comment |category: |Views: 9

tags: another