Sharing single Configuration in Multiple projects
Recently I have came across to a problem where I need to share the same configuration file in multiple projects…
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…
In my previous Tip I have discussed about Navigate Code Using Code Definition Window in Visual Studio . In this…
Code Definition Window is very useful features in Visual Studio. Most of the developers overlook it very easily. But this…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
Assembly information provides information about an assembly. This includes Title, description, version information, Product name, company name, Trademark and more.…