Sign In
Life inside Microsoft Robotics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
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
C#
CCR
Entity
Microsoft Robotics
Service
Simulation
Utilities
Archive
Archives
July 2008
(1)
June 2008
(1)
April 2008
(3)
June, 2008
MSDN Blogs
>
Life inside Microsoft Robotics
>
June, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Life inside Microsoft Robotics
Using CCR with ASP.NET
Posted
over 4 years ago
by
PollRobots
2
Comments
How to best use CCR within ASP.NET is something that has come up a number of times. Certainly the powerful concurrency and coordination tools that CCR provides make this an obvious question. ASP.NET provides a mechanism to run asynchronous tasks, complete with timeout support. When the asynchronous tasks all register completion the page finishes the prerender stage. To make this work with CCR I created an adapter which presents itself to ASP.NET as a classic .Net async task - using the asynchronous programming model (APM), but presents itself to the CCR programmer as a SuccessFailurePort to post a message to when async processing is complete. ...
Page 1 of 1 (1 items)