-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (131 loc) · 4.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: page
---
<div class="postlist clearfix">
<div class="post-item ">
<div class="post-title">
<h1>QuickIO.NET</h1>
</div>
<div class="post-desc clearfix">
<p>
QuickIO.NET is an extension for the .NET Framework to provide faster file operations.<br /> To offer you a simple
use and an easy integration QuickIO.NET methods lean against the ones provided by the .NET Framework.
</p>
<p>
<strong>Requirements</strong> .NET 2.0 or higher<br />
<strong>License</strong>
<a href="http://quickio.codeplex.com/license" target="_blank">Microsoft Public License (Ms-PL)</a><br />
</p>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>Main features</h2>
</div>
<div class="post-desc clearfix">
<ul class="feature">
<li>
⇒ <strong>Much</strong> faster browsing of folder structures (up to 30x faster)
</li>
<li>
⇒ Lightning-fast retrieve of <strong>metadata</strong> of folders, files, and directory structures
</li>
<li>
⇒ File chunk support for reading, comparisons and hashing.
</li>
<li>
⇒ Data transfer services <strong>monitored file and directory copy/move with progress events</strong>
</li>
<li>
⇒ Custom service and job support (via extensions and own implementation)
</li>
<li>
⇒ <strong>Long path support</strong> (UNC paths) up to 32767 characters
</li>
<li>
⇒ Calculate <strong>checksums of files and file chunks</strong>
</li>
<li>
⇒ Fully tested source code using UnitTests
</li>
<li>
⇒ Nearly identical signature of methods. So a simple replacement is possible
</li>
<li>
⇒ <strong>Async</strong> Operations (requires .NET 4.0)
</li>
<li>
⇒ Multiple releases from .NET 2.0 to .NET 4.5
</li>
</ul>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>License</h2>
</div>
<div class="post-desc clearfix">
<p>
QuickIO.NET is published under <a href="https://quickio.codeplex.com/license" target="_blank">Microsoft Public License</a>.
</p>
<p>
QuickIO.NET is completely free for private and commerical usage.<br /> There are no instructions on the use of QuickIO.NET
prescribed; I would nevertheless happy about a nomination.
</p>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>Performance Comparison</h2>
</div>
<div class="post-desc clearfix">
<p>
QuickIO.NET avoids unnecessary, duplicate checks and can provide an increased performance compared to standard methods of
the .NET framework.
</p>
<p><img title="Performance Comparison" alt="Performance Comparison" class="comparisonpic" src="{{site.baseurl}}/res/netperfcomparison.png"></p>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>Download</h2>
</div>
<div class="post-desc clearfix">
<p>Download the latest version of QuickIO.NET <a href="https://github.com/SchwabenCode/QuickIO" target="_blank"><strong>here</strong></a> or use <a href="https://www.nuget.org/packages/QuickIO.NET/" target="_blank">NuGet:</a></p>
<a href="https://www.nuget.org/packages/QuickIO.NET/" target="_blank">
<img src="https://img.shields.io/nuget/v/QuickIO.NET.svg" />
</a>
<p class="nugetbox">
<code>
PM > Install-Package QuickIO.NET
</code>
</p>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>Mono</h2>
</div>
<div class="post-desc clearfix">
<p>
I am a software developer with focused on high-performance web applications in ASP.NET, clouds and Microsoft Azure.
<br />I have no contact with Linux environments. Therefore, I have lost track of Mono support.<br /> If someone agreed
to integrate Mono support, so please get in touch with me.
</p>
</div>
</div>
<div class="post-item ">
<div class="post-title">
<h2>Code Support</h2>
</div>
<div class="post-desc clearfix">
<p>
Please do not contact me if you have trouble with QuickIO by email.
<br /> Report bugs only on <a href="https://github.com/SchwabenCode/QuickIO.Web/issues" target="_blank">QuickIO's GitHub</a> site.
</p>
<p>
For integration support into your application use QuickIO's OnlineHelp or a forum of your choice.
</p>
</div>
</div>
</div>