|
|
|
|
|
Total Hits: 68 | Today: 0
|
Author: Karin Huber
|
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....
|
|
|
|
Total Hits: 883 | Today: 0
|
Author: Shailen Sukul
|
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....
|
|
|
|
Total Hits: 27 | Today: 0
|
Author: leppie
|
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)....
|
|
|
|
Total Hits: 21 | Today: 0
|
Author: Sebastien Lorion
|
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. <...
|
|
|
|
Total Hits: 215 | Today: 0
|
Author: Denny Wang
|
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...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Henrik Thomsen
|
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...
|
|
|
|
|
|