How to Pass Command Line Arguments using Visual Studio ?
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
In this tip I will discuss how we can get assembly version programmatically from a caller application. This can be…
Most of us are very familiar with Dictionary Collection which supports only one value per key mapping. But, what if,…
Part Lifetime is one of the most important hindrances that we face while working with MEF. It is very important…
Just like what I have talked for so long in my blog entries about Import, ImportConstructor is another attribute that…
MEF Supports metadata to be passed in addition to Contracts. As we have already discussed some of the interesting catalogs…
CompositionBatch is a new type introduced with MEF library that allows you to individually deal with Part instances. Generally when…
MEF supports an opt-in feature that allows recomposition of the Import when the underlying object is changed either explicitely by…