Skip to content
Bhushan Firake edited this page Sep 20, 2013 · 1 revision

Install FastestFileEnumerator via NuGet

To make it easier for developers to get started we're now maintaining NuGet packages for FastestFileEnumerator and its components.

If you have NuGet installed, the easiest way to get started is to install FastestFileEnumerator via NuGet:

Create an empty ASP.NET Web or Console Application and (.NET 4.0+)

--To install FastestFileEnumerator, run the following command in the Package Manager Console

PM> Install-Package FastestFileEnumerator

Clone this wiki locally