Eloquera Database 2.7.0 is released (native .NET object database)

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Tue, 08 Jun 2010 00:00:00 GMT Indexed on 2010/06/08 3:53 UTC
Read the original article Hit count: 171

Filed under:
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.



Email this Article

© Dot net Slackers or respective owner