Sign In
dmitryr's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
ASP.NET Cassini
ASP.NET MVC
ASP.NET MVC VB XML
ASP.NET MVC VB XML VB.NET
Cassini
JavaScript
Pluralize
RSS
Silverlight
Archive
Archives
May 2010
(1)
April 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(1)
October 2008
(1)
June 2008
(1)
May 2008
(1)
June 2007
(1)
May 2007
(3)
March 2007
(1)
February 2007
(1)
January 2007
(4)
November 2006
(1)
March 2006
(3)
February 2006
(1)
December 2005
(2)
November 2005
(1)
October 2005
(1)
September 2005
(1)
July 2005
(1)
June 2005
(5)
June, 2005
MSDN Blogs
>
dmitryr's blog
>
June, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
dmitryr's blog
Deadlocks in async ASP.NET pages (part 2)
Posted
over 7 years ago
by
dmitryr msft
1
Comments
Another common mistake is to ‘forget’ to pass AsyncCallback delegate to the begin method. It is relatively easy to 'forget' because there are overloads of some 'begin' methods that don’t take AsyncCallback parameter. In the following example a wrong overload...
dmitryr's blog
Deadlocks in async ASP.NET pages (part 1)
Posted
over 7 years ago
by
dmitryr msft
1
Comments
One common mistake has to do with the implementation of CompletedSynchronously property of IAsyncResult. People writing their own classes implementing IAsyncResult need to be careful returning the correct value and neither ‘always true’ nor ‘always false...
dmitryr's blog
Sample album.ashx handler
Posted
over 7 years ago
by
dmitryr msft
10
Comments
I wrote a simple photo album. Admittedly, it doesn’t have half the features many other web photo albums have, but it has one great advantage over them - all it takes is one file, album.ashx. Just drop it into a directory with photos (jpg files) and point...
dmitryr's blog
Webcast on Async Pages in ASP.NET v2.0
Posted
over 7 years ago
by
dmitryr msft
2
Comments
Earlier this year I did a webcast on async pages in ASP.NET 2.0. Please see the attachment containing the slides and the samples.
dmitryr's blog
Introduction
Posted
over 7 years ago
by
dmitryr msft
4
Comments
[latest here ] Here is my updated (1/11/2007) bio: Dmitry Robsman, Group Manager for Dynamic Languages Platform team in CLR, is a 10 year Microsoft veteran. He started his Microsoft career as a developer focused on classic ASP technology in the...
Page 1 of 1 (5 items)