byte

  • Copy File With Update Progress in .Net

    The process of copying a file in .Net is of course very simple and straightforward. If you want to copy multiple files and update the end user on the progress of a large file copy, or copy files asynchronously while… Continue reading

  • Quick .Net Encryption Reference

    The code below represents a very basic .NET encryption class which has been tested and should work in your application – simply plug and play. 🙂 Contains two static methods that can be called without needing to instantiate the class.… Continue reading