Download FileDB - A C# database to store files

Description

FileDB is a free, fast, lightweight C# (v3.5) DLL project to store, retrive and delete files using a single file container on disk. Ideal for store small, medium or big files without databases and keep organized on a single disk file.

Icons

FileDB - A C# database to store files

Source Files

The download file filedb.zip has the following entries.


trunk/FileDB.sln/*from ww  w  . jav a 2 s. co  m*/
trunk/FileDB/Engine/Engine.cs
trunk/FileDB/Exceptions/FileDBException.cs
trunk/FileDB/Factories/DataFactory.cs
trunk/FileDB/Factories/FileFactory.cs
trunk/FileDB/Factories/HeaderFactory.cs
trunk/FileDB/Factories/IndexFactory.cs
trunk/FileDB/Factories/PageFactory.cs
trunk/FileDB/FileDB.cs
trunk/FileDB/FileDB.csproj
trunk/FileDB/FileDB.csproj.user
trunk/FileDB/Helper/BinaryReaderExtensions.cs
trunk/FileDB/Helper/BinaryWriterExtensions.cs
trunk/FileDB/Helper/CacheIndexPage.cs
trunk/FileDB/Helper/DebugFile.cs
trunk/FileDB/Helper/FileDBExtensions.cs
trunk/FileDB/Helper/IOExceptionExtensions.cs
trunk/FileDB/Helper/MimeTypeConverter.cs
trunk/FileDB/Helper/Range.cs
trunk/FileDB/Helper/StringExtensions.cs
trunk/FileDB/Properties/AssemblyInfo.cs
trunk/FileDB/Stream/FileDBStream.cs
trunk/FileDB/Structure/BasePage.cs
trunk/FileDB/Structure/DataPage.cs
trunk/FileDB/Structure/EntryInfo.cs
trunk/FileDB/Structure/Header.cs
trunk/FileDB/Structure/IndexLink.cs
trunk/FileDB/Structure/IndexNode.cs
trunk/FileDB/Structure/IndexPage.cs
trunk/MvcTest/Content/fileuploader.css
trunk/MvcTest/Content/fileuploader.js
trunk/MvcTest/Content/loading.gif
trunk/MvcTest/Content/no-picture.jpg
trunk/MvcTest/Controllers/FileDBController.cs
trunk/MvcTest/Global.asax
trunk/MvcTest/Global.asax.cs
trunk/MvcTest/MvcTest.csproj
trunk/MvcTest/MvcTest.csproj.user
trunk/MvcTest/Properties/AssemblyInfo.cs
trunk/MvcTest/Views/FileDB/Index.cshtml
trunk/MvcTest/Views/FileDB/Structure.cshtml
trunk/MvcTest/Views/Web.config
trunk/MvcTest/Web.Debug.config
trunk/MvcTest/Web.Release.config
trunk/MvcTest/Web.config
trunk/TestConsole/Program.cs
trunk/TestConsole/Properties/AssemblyInfo.cs
trunk/TestConsole/TestConsole.csproj

Download

Click the following link to download filedb.zip.

filedb.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS