De-compile dlls – How to check compiled C-sharp code inside any dll
Do you know that you can take the compiler generated dll files and actually re-produce the original source code from it? Yes you heard it right and the process is
Do you know that you can take the compiler generated dll files and actually re-produce the original source code from it? Yes you heard it right and the process is
Google Material design system icons are simple, modern and friendly to use and to visualize. The icons are optimized for common platforms and screen resolutions. The recommended way of including
If you are someone who just started or planning to start a Programming or related blog then this is for you. Sooner or later you will be writing a post
I recently encountered a strange scenario where I had to simulate as if my browser is not connected to the internet, yet I had to connect to a specific website.
Good news is that SQL Server 2017 and up are now cross-platform supported. This means that SQL Server can now run on Linux and therefore inside Docker too. Pre-requisites Docker
Yes heard it right! it only takes 5 mins to have your new or existing angular app running inside Docker. This tutorial is for beginners. Once you learn this setup
Do you know that StackOverflow is worlds 40th largest websites in the world in terms of monthly unique visitors. For many years its users have demanded the dark mode theme.
Worldwide, back pain is the single leading cause of disability, preventing many people from engaging in work as well as other everyday activities. According to statistics, back pain is the
Do you know that working from home is becoming increasingly popular among some companies across the world. It even has a short form now in texts WFH. Working from home
Angular’s default Change Detection does a pretty good job. However sometimes when the component size increases, it is better to change the Change Detection Strategy to OnPush to gain performance.