orchardcms - Does Orchard CMS have asynchronous drivers? -
is there asyncdriver
object in orchard allows me achieve widgets asynccontroller
can regular mvc actions?
what involved in making 1 if not?
nope , adding 1 not provide real benefits, while introducing more complexity. can asynchronous stuff in drivers if wish.
driver cannot directly compared controller there multiple of them called during single request , need synchronized @ point anyway - build final display/editor view. being said - having asyncdriver
won't add more can achieve now.
plus - we're gonna on .net 4.5 soon, you'd able use async
/await
sugars inside drivers , anywhere else.
Comments
Post a Comment