How to get version or product details from a .dll file or running application?
I came across a scenario where I had to access some information from a file with `.dll` extension. And then I thought to write this post. This information may include...
...on a journey to become an outlier software engineer!
I came across a scenario where I had to access some information from a file with `.dll` extension. And then I thought to write this post. This information may include...
A Singleton is a class that provides only one instance. This is different to a Static class as a static class cannot provide any instance(s). Say suppose, when you want...
I recently had a scenario where my application was sending raw json data to send to the browser in string format. This data was used as a viewstate by using...
More