mmikey121

Stories submitted 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

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