Tools to search for strings inside files without indexing
There is also a Windows built-in program called findstr.exe
with which you can search within files.
>findstr /s "provider=sqloledb" *.cs
I'm a fan of the Find-In-Files dialog in Notepad++. Bonus: It's free.