Difference between managed and unmanaged code?
Unmanaged Code :Code that is directly executed by the Operating System, not by CLR is known as un-managed code.
-->
It is a common practice to store passwords in databases usi…
Overloading:Overloading refers to the ability to define mul…
While System.String is immutable, meaning its value cannot …
Comments