|
Query |
Response |
|
I am trying to use DockingManager with CaliburnMicro v3.2.0
I have found many examples in this forum, but most of them use MEF for some unknown reason to me.
I am not looking to make my app so complicated and decided to use CaliburnMicro SimpleContainer for container and not implement MEF.
Is it possible to convert this example : http://www.syncfusion.com/downloads/support/directtrac/general/ze/CaliburnMicro_Demo-1481170370.zip
to v3.2.0 and using IoC SimpleContainer.
Or is there some special need to use ME-Framework ?
|
There is no need to use only MEF Container, we can implement the same with other Containers also. We have removed MEF container for resolving components and have used Caliburn Micro's Simple IOC container.
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/CaliburnMicroDemo-IOC-38203235.zip
|
|
first I explored PRISM library(I found it really comfortable, but not so good for DockingManger integration) , in my humble opinion it seemed to have more discrepancies than CaliburnMicro. |
Kindly explain us the problem you are facing with Docking Manager integration in Prism framework. We will check and provide prompt solution. |