Specifying Assembly Information in Visual Studio
Assembly information provides information about an assembly. This includes Title, description, version information, Product name, company name, Trademark and more.…
Assembly information provides information about an assembly. This includes Title, description, version information, Product name, company name, Trademark and more.…
The Global Assembly Cache (GAC) is a Cache for globally available Assemblies. Most of the shared assemblies are installed inside…
In this tip I will discuss how we can get assembly version programmatically from a caller application. This can be…
In this tips I am going to discuss how you can get list of all WPF elements which are type…
Few days back, I was migrating my application for VS2008 to VS2010 and it was done successfully except some people…