async/await pattern for CSLA object factory methods

async/await pattern for CSLA object factory methods

Old forum URL: forums.lhotka.net/forums/t/11661.aspx


alex.enjoy posted on Friday, October 26, 2012

Hello,

is there any sample how to use the new async/await feature with CSLA 4.5 ?
I would like to see a simple best-practise sample for an object factory method including the external usage and the internal dataportal method.

When there is any updated sample I've missed, please provide the link.

Thank you,
Alex.

RockfordLhotka replied on Friday, October 26, 2012

The SampleApp, SimpleNTier, and ProjectTracker apps use the new techniques.

I'd look at SimpleNTier first, because that's where I've put the most work in updating and making the code consistent.

Copyright (c) Marimer LLC