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...
I’ve a ASP.NET MVC application that uses FormsAuthentication and this application gives single page application experience to users after a user is authenticated where it uses AJAX for all HTTP...
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...
To avoid you from having to chase for the same information: here’s how you extract key / value pairs from the FormCollection that comes as an argument in an ASP.NET...
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