tags:

views:

83

answers:

0

Hi

I am going to build a very complex application and I need an advice please. Since the application will use a lot of dlls, I need a GOOD way to send data between the main module and the dlls. What do you recommend for that? Data would be passed in both ways(app->dll, dll->app, and maybe dll->dll)

I'm using c# 2010 and wpf.

Thanks