The LOB Chronicles Episode 9: The Repository Pattern + Source Code

added by maggieto
10/7/2011 11:05:09 AM

151 Views

In the last episode we were exploring how MEF created a unique issue in loading assemblies and missing dependencies as well as how we utilized a creative synchronous approach to ensuring assemblies were downloaded before loading modules. This week we’re pushing full speed ahead with the application...


1 comments

vijayst
10/9/2011 12:13:04 AM
In the Repository base class, even the SaveOrSubmitChanges() should be asynchronous. This ensures that any exceptions from the services will be handled well.