|
TurboDB for .NET
-
Version
3
TurboDB for .NET is a local database specifically
for .NET applications.
It is written entirely in C# and is contained in one
single assembly (DLL). Therefore
* TurboDB can be xcopy deployed, that means
delivered by just copying the file
* TurboDB runs under medium trust, there is no need
to increase permissions for your application because
of the database access
There are editions of TurboDB for .NET for each of
the .NET platforms: .NET Framework, .NET Compact
Framework, Silverlight and Windows Phone. For perfect
integration into Visual Studio, TurboDB for .NET
includes ADO.NET designer support, integration into
Server Explorer and an Entity Provider to offer
Entity Framework capabilities.
TurboDB for .NET stores its databases in a single file
each. More than one application can access the same
|