hot questions tagged common-tasks - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T07:28:53Z http://stackoverflow.com/feeds/tag?tagnames=common-tasks&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/12489/how-do-you-get-a-directory-listing-in-c 3 How do you get a directory listing in C? superjoe30 2008-08-15T17:15:04Z 2009-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-applications 2 Scheduled Tasks for Web Applications Krishna Kumar 2008-08-22T20:22:47Z 2008-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-library 3 What to include in a Utility Library Mitchel Sellers 2009-01-02T19:06:59Z 2009-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>