How to add Caller Info Attributes to an Environments that doesn’t support it
If you are building a class library with Retargetable turned on, you might end up your assemblies to be used…
If you are building a class library with Retargetable turned on, you might end up your assemblies to be used…
The most important thing that you need to consider for Metro style application is its manifest file. After you create…
It is the most common requirement to many of us to show the proper assembly version and build version to…
Recently I have came across to a problem where I need to share the same configuration file in multiple projects…
Hashing is a concept to get a fixed size result from an arbitrary input. That means you can pass any input of…
Its been a number of days when I last posted in DailyDotnetTips, but I always find fun in posting something…
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…