Views: 7.1K
Replies: 2
Archived
|
Patterns for Asynchronous Programming?Do you or anyone have any code samples or patterns for using the new .NET 4.5 Await keyword?
Elliott Ward, Aug 12, 2013
|
|
Reply 1Thank you for your prompt reply. I will look elsewhere.
Elliott Ward, Aug 13, 2013
|
|
Reply 2Elliot:
The .NET Design Pattern Framework 4.5 uses the async/await keywords in a REST testing program. But there is no formal discussion on design patterns for asynchronous programming. Hope this answers your question. Jack Jack Poorte, Aug 12, 2013
Hi, I am not sure if it is completely related to it, but how do you manage entities in case of many to many relationships. I am using dbContext and it doesn't generate Entities for Many to Many joins tables., In you Condor generated code, how do you manage to load related data for many to many entities, I noticed that Condor generates Dao and Business objects for these Entities in this case, but it doesn't Add Properties for such related Entities in business generated Business Object classes.
Jun 20, 2012
|