Finding hard-coded connection strings in .NET binaries
One can use the Findstr command(DOS Command) in conjunction with the ildasm.exe utility(.NET Framework tool) to
search assemblies for hard-coded connection strings.
The following command shows how to search hard-coded connection strings in .dll
Ildasm.exe <<yourapp.dll>> /text | findstr ldstr