Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Applications > C-Sharp > File Management
Search:
What's New - What's Hot

WPF Master Pages        
Total Hits: 68  |  Today: 0 Author: Karin Huber       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the really great enhancements in ASP.NET was the introduction of master pages. They help developers to create a consistent layout for the pages in an application. Unfortunately there is no such concept in WPF and XAML. In the following sample I would like to show a simple way to build a control in WPF similar to an ASP.NET master page....

Multi-threaded file download manager        
Total Hits: 883  |  Today: 0 Author: Shailen Sukul       Rating:  
Read Reviews | Write Review |              Your Rating: 

A fully working multi-threaded file downloader application. A few months ago, my lovely wife was downloading her lecture notes from her university website, and I noticed that she had to manually click on every file to save it to the hard disk. I also noticed that all the hyperlinks were on the same page, and the documents she was downloading were either Word documents or PowerPoint presentations....

PluginManager        
Total Hits: 27  |  Today: 0 Author: leppie       Rating:  
Read Reviews | Write Review |              Your Rating: 

PluginManager is an automated plug-in handling system. It consists of 2 parts, namely the Proxy/Interface generator (which is responsible for making wrapper proxy classes and interfaces) and the PluginManager (which is responsible for loading/unloading the plug-ins and the AppDomain)....

xmove - Regex enabled file move command        
Total Hits: 21  |  Today: 0 Author: Sebastien Lorion       Rating:  
Read Reviews | Write Review |              Your Rating: 

Who haven't gone through the job of renaming a bunch of files ? I know I have for sure and up to this day, it was quite a chore ... Basically, I would fire up Textpad and make a batch file using its built-in Regular Expressions capabilities.

I did grow tired of always doing basically the same procedure over and over so I wrote this nifty utility in my spare time. You can think of it as the console "move" command on steroid, having all the power of regular expressions at its disposal.
<...

Divide files in groups by certain order        
Total Hits: 215  |  Today: 0 Author: Denny Wang       Rating:  
Read Reviews | Write Review |              Your Rating: 

This application divides file into groups: Divide files into groups less than certain size. For example, if we want to burn files into CDR, we may divid files into group less than 670Mb. Each group into a certain folder. We can choice which file will be copied, and which not copied. We need to copy files in certain order. For example, if the files are video of a surveillance camera, we need to copy files by the order of date. Otherwise we may need to search many disks to find the video of an hou...

Convert PBS Legacy Files to XML        
Total Hits: 7  |  Today: 0 Author: Henrik Thomsen       Rating:  
Read Reviews | Write Review |              Your Rating: 

Legacy file formats, such as UN-EDIFACT with a record per line and fixed-length fields, still exists and are widely used for B2B transactions. A tool that can convert legacy files to human-readable XML might come in handy. The tool I present here converts files similar to, but not identical to UN-EDIFACT. The file format in question is used by PBS – Payment Business Services (PBS) in Denmark, see http://www.pbs.dk/en/. The tool might not be terribly relevant outside Denmark, but it does show how...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net