hot questions tagged common-tasks - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T07:28:53Zhttp://stackoverflow.com/feeds/tag?tagnames=common-tasks&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/12489/how-do-you-get-a-directory-listing-in-c3How do you get a directory listing in C?superjoe302008-08-15T17:15:04Z2009-06-07T06:00:24Z
<p>How do you scan a directory for folders and files in C? It needs to be cross-platform.</p>
http://stackoverflow.com/questions/23382/scheduled-tasks-for-web-applications2Scheduled Tasks for Web ApplicationsKrishna Kumar2008-08-22T20:22:47Z2008-09-15T20:08:00Z
<p>What are the different approaches for creating scheduled tasks for web applications, with or without a separate web/desktop application?</p>
http://stackoverflow.com/questions/407739/what-to-include-in-a-utility-library3What to include in a Utility LibraryMitchel Sellers2009-01-02T19:06:59Z2009-01-04T14:20:26Z
<p>With more and more projects under my belt I find that I am often repeating many common tasks from project to project, client to client. So I have started to assemble a "utility" library, a collection of these common elements that are often repeated from project to project.</p>
<p>So far I have utilities to resize images, export data grids to excel, send e-mails, and replace tokenized messages. </p>
<p>If you were building/using a .NET utility class library, what types of processes would you see as helpful? What namespaces/groups would you envision?</p>
<p><strong>Update</strong></p>
<p>I am talking about an actual class library, separated into namespaces to group common elements.</p>