
Decompile Code from a .NET Executable
We often lose the source code of the executables we build. If we have the executable with us, we can
We often lose the source code of the executables we build. If we have the executable with us, we can
We create a lot of break points during our development cycle and might get lost in them as well. One
We often compare two strings to the same case and then compare them to see if they are the same.
The unused namespaces in the class file are greyed out when you are viewing the file in Visual Studio Code
There are cases in which you will find the need to have variables inside a LINQ query to hold an
Use the string class’s constructor to specify the character and the number of times you want it to be repeated.
.NET uses SSL3 as the default security protocol for communicating with vendor servers. You can override the default SecurityProtocol used
The InternalsVisibleTo?attribute of System.Runtime.CompilerServices?class allows you to expose internal methods of one assembly to another. All you have to do
The following query can be used to get details such as when the Stored Procedure was last updated???as well as