Skip to content

Kudach/QuickIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickIO.NET

by SchwabenCode.com - Benjamin Abt

Website

Checkout the official Page http://quickIO.NET

Project Description

QuickIO.NET is an extension for the .NET Framework to provide faster file operations. To offer you a simple use and an easy integration QuickIO.NET methods lean against the ones provided by the .NET Framework.

Main features

  • Much faster browsing of folder structures (up to 30x faster)
  • Lightning-fast retrieve of metadata of folders, files, and directory structures
  • File chunk support for reading, comparisons and hashing.
  • Data transfer services monitored file and directory copy/move with progress events
  • Custom service and job support (via extensions and own implementation)
  • Long path support (UNC paths) up to 32767 characters
  • Calculate checksums of files and file chunks
  • Fully tested source code using UnitTests
  • Nearly identical signature of methods. So a simple replacement is possible
  • Async Operations (requires .NET 4.0)
  • Multiple releases from .NET 2.0 to .NET 4.5

Give Thanks

It took many hours to create this library in its published form.
If you like the library and saved much time, than maybe respect this with a small donation to the animal shelter of Stuttgart.

If you want to thank me personally, take a look at my personal Amazon wishlist.

It would be also very nice when you just write me, if you like this implementation and tell me what you've started!

QuickIO.NET 3.0

  • Dropped support of < .NET 4.0
  • Fully async elements and events
  • Cancellation support
  • Code Contracts
  • Support for Windows 10 and Windows Server 2014

License

Microsoft Public License (Ms-PL) ##NuGet PM > Install-Package QuickIO.NET

Check out https://www.nuget.org/packages/QuickIO.NET/

Remarks

This library was created on the basis of my own needs. I am not responsible for integration issues, errors or any damage. If you have problems, please use public forums.

Thank you and good luck with your software.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.7%
  • C# 15.3%