﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Searching project...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 09:28:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Searching project...</title><link>http://forum.strataframe.net/FindPost7469.aspx</link><description>Lets say I have a text file full of names of stored procedures and I'd like to do a 'Find In Files' type search using this text file. How would I do this?&lt;br&gt;
&lt;br&gt;
Is there any software out there that would do this?&lt;br&gt;
&lt;br&gt;
Searching this way would save me from entering each stored procedure name one at a time in the IDE.&lt;br&gt;
&lt;br&gt;
Thanks</description><pubDate>Wed, 14 Mar 2007 12:45:20 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Searching project...</title><link>http://forum.strataframe.net/FindPost7473.aspx</link><description>Hrm... not off the top of my head, sorry.</description><pubDate>Wed, 14 Mar 2007 12:45:20 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Searching project...</title><link>http://forum.strataframe.net/FindPost7472.aspx</link><description>Thanks! Do you know of a tool designed for this type of thing?</description><pubDate>Wed, 14 Mar 2007 12:43:53 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Searching project...</title><link>http://forum.strataframe.net/FindPost7471.aspx</link><description>If your list gets really big (say &amp;gt;10,000 sprocs or so), you'll want to go with a tool that is designed for searching within text.&amp;nbsp; However, if it's small, you won't notice any lag if you use the methods on the System.IO.File class such as ReadAllLines() which will return a string array of all of the lines in the file, and if you're file is formatted right, each of the entries in the array will be a sproc name.&amp;nbsp; Then, you can just do an Array.Contains() or even put them in a System.Collections.Generic.List&amp;lt;string&amp;gt; and use the Find() methods to search case-insensitively.</description><pubDate>Wed, 14 Mar 2007 12:39:19 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>