↧
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...
View ArticleCopy File With Update Progress in .Net
The process of copying a file in .Net is of course very simple and straightforward. //in a real world solution, use Environment.SpecialFolders instead of hard coding c drive letter string inputpath =...
View Article