I'm new to the whole .NET thing and I'm attempting to exercise my brain by coding up a little app that'll keep X days of backups available... Anyway, I'm stuck at copying everything from source to the ...
Here is my CopyFileEx class. It implements async I/O to copy a file from source to destination. It also raises an event as each chunk is read, so the calling application can present a file copy dialog ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
One of my favorite Hyper-V features is its ability to copy a file directly from a host server to a virtual machine (VM) without having to leverage the network stack. This capability is useful in ...
A new tool from Beelucid Software LLC is aimed at dev shops working with both Visual Basic.NET 2003 and Java. VBeeJava is a source language translator that developers can use to port VB.NET syntax and ...