c# - Mef instance creation -


I am currently involved in designing an SOA application using the mef. That example can be made in two ways: (i) Container matches import with available export and makes an example (ii) Using getexportedvalue also creates an example, so what approach do I need This means when the service example is complete If I live for a lifetime then I can take the first approach because the object is available in the container. And when the service is used for a short time, I can use another approach and have to deal with it.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -