Eloquera Database 2.7.0 is released (native .NET object database)
Eloquera ( www.eloquera.com ) originally designed and developed for use in the Web environment and its designed as native .NET application in C#.
Eloquera wasnt ported from Java as many other databases.
Eloquera natively as part of architecture supports:
Save the data with a single line of code// Create the object we would like to work with.
Movie movie = new Movie()
{
Location = "Sydney",
Year = 2010,
OpenDates = new DateTime[] { new DateTime(2003, 12, 10),...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.