<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Announcements</title><link>http://forums.asp.net/11.aspx</link><description>Learn of the latest ASP.NET-related articles, tools, products, and other resources. 
&lt;a href="http://aspadvice.com/SignUp/list.aspx?l=7&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: First Web &amp; Web 2.0 oriented database is released</title><link>http://forums.asp.net/thread/2768064.aspx</link><pubDate>Tue, 25 Nov 2008 23:20:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2768064</guid><dc:creator>bablind</dc:creator><author>bablind</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2768064.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=11&amp;PostID=2768064</wfw:commentRss><description>We do not support JOIN at this moment, but it is definitely in our roadmap.&lt;br /&gt;&lt;br /&gt;

Any questions or comments you can also ask in our Eloquera forum, where our engineers will be happy to help&lt;br /&gt;
&lt;a href="http://www.eloquera.com/topicslist.aspx"&gt;http://www.eloquera.com/topicslist.aspx&lt;/a&gt;</description></item><item><title>Re: First Web &amp; Web 2.0 oriented database is released</title><link>http://forums.asp.net/thread/2766568.aspx</link><pubDate>Tue, 25 Nov 2008 10:34:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2766568</guid><dc:creator>EgorovRV</dc:creator><author>EgorovRV</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2766568.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=11&amp;PostID=2766568</wfw:commentRss><description>&lt;p&gt;I found this database very useful in my small project. Thanks! Do you support JOIN? I couldn&amp;#39;t find it anywhere &lt;/p&gt;</description></item><item><title>First Web &amp; Web 2.0 oriented database is released</title><link>http://forums.asp.net/thread/2759742.aspx</link><pubDate>Fri, 21 Nov 2008 09:04:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2759742</guid><dc:creator>bablind</dc:creator><author>bablind</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2759742.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=11&amp;PostID=2759742</wfw:commentRss><description>&lt;p&gt;The first release of Eloquera, the fusion database, is out. Eloquera&amp;#39;s architecture and technology specifically targets at the Web developer.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;It provides the desired objectives of speedier development and maintenance.&amp;nbsp; At the same time, it provides the seemingly contradictory benefit of startlingly improved performance. Performance advantages that become more and more evident the more complex the actual environment. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Designers of Eloquera have also recognized that it was important that there should not be any steep learning curve for developers. Hence a familiar SQL interface has been maintained. Existing developers can be up and running with Eloquera in a matter of hours.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Eloquera will radically reduce the cost of web development and maintenance. It provides speed of development in conjunction with dramatically higher production performance, and can scale to massive sized databases.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Some of the unique features Eloquera queries have:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Supported ALMOST operation for approximate search&lt;br /&gt;&lt;/strong&gt;SELECT Book WHERE AuthorName &lt;strong&gt;ALMOST&lt;/strong&gt; &amp;#39;Bil&amp;#39; WITHIN 2&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;Powerful regular expressions&lt;/strong&gt;&lt;br /&gt;SELECT Book WHERE AuthorName &lt;strong&gt;REGEX&lt;/strong&gt; &amp;#39;\w+@[a-z_]+\.[a-z]{2,}&amp;#39;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;Culture support&lt;br /&gt;&lt;/strong&gt;SELECT Book WHERE AuthorName LIKE&lt;strong&gt;[&amp;#39;ft-FR&amp;#39;]&lt;/strong&gt;&amp;nbsp; &amp;#39;%Exupery&amp;#39;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;Get parent only&lt;/strong&gt;&lt;br /&gt;SELECT &lt;strong&gt;ONLY&lt;/strong&gt; Paper WHERE Publisher CONTAINS &amp;#39;Ted&amp;#39;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;At the same time entire interface is very straightforward&lt;br /&gt;&amp;nbsp;&lt;br /&gt;For example insert:&lt;br /&gt;&lt;strong&gt;db.Insert(new Book());&lt;br /&gt;&lt;/strong&gt;&amp;nbsp;&lt;br /&gt;And to query:&lt;br /&gt;&lt;strong&gt;IEnumerable books = db.ExecuteQuery(&amp;quot;SELECT Book WHERE Price &amp;gt; 1e3 ORDER BY Title&amp;quot;);&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Eloquera home &lt;a href="http://www.eloquera.com/"&gt;www.eloquera.com&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;30 seconds tutorial&amp;quot;&amp;nbsp; &lt;a href="http://www.eloquera.com/tutorial"&gt;www.eloquera.com/tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is even possible to try queries online &lt;a href="http://www.eloquera.com/sqlonline.aspx"&gt;www.eloquera.com/sqlonline.aspx&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;It can be downloaded at &lt;a href="http://www.eloquera.com/download"&gt;www.eloquera.com/download&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Eloquera website is powered by Eloquera DB. &lt;/p&gt;</description></item></channel></rss>