﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Ayende Rahien commented on Implementing a document database: simple queries</title><description>Nathan,
  
Most probably Esent
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment12</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment12</guid><pubDate>Fri, 27 Mar 2009 23:37:24 GMT</pubDate></item><item><title>Chris Martin commented on Implementing a document database: simple queries</title><description>...and it looks like ass. 
  
  
Sorry but, you're fired! ;)
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment11</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment11</guid><pubDate>Thu, 26 Mar 2009 07:56:30 GMT</pubDate></item><item><title>Nathan OSullivan commented on Implementing a document database: simple queries</title><description>One thing I'm not getting in this series is what is the persistence strategy for your views?
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment10</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment10</guid><pubDate>Thu, 26 Mar 2009 04:35:50 GMT</pubDate></item><item><title>Ayende Rahien commented on Implementing a document database: simple queries</title><description>Nathan,
  
A lot of magic and the C# compiler
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment9</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment9</guid><pubDate>Wed, 25 Mar 2009 20:36:19 GMT</pubDate></item><item><title>Nathan commented on Implementing a document database: simple queries</title><description>What are you using to parse / compile the LINQ? Are you doing it by hand, using a grammar, or just using CodeDom?
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment8</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment8</guid><pubDate>Wed, 25 Mar 2009 18:57:36 GMT</pubDate></item><item><title>James Newton-King commented on Implementing a document database: simple queries</title><description>Oh and you could also use JArray.Parse :)
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment7</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment7</guid><pubDate>Wed, 25 Mar 2009 15:24:43 GMT</pubDate></item><item><title>James Newton-King commented on Implementing a document database: simple queries</title><description>Ayende you could use JsonConvert.DeserializeObject without any type parameter to deserialize the string to a JArray. That would let you do it in one line and save having to create a JsonSerializer, JsonTextReader and StringReader.
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment6</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment6</guid><pubDate>Wed, 25 Mar 2009 15:04:23 GMT</pubDate></item><item><title>Ayende Rahien commented on Implementing a document database: simple queries</title><description>Rafal,
  
Boo would give me different syntax, not as set based as this.
  
The effort was mainly in how to take the query and make it executable
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment5</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment5</guid><pubDate>Wed, 25 Mar 2009 12:49:34 GMT</pubDate></item><item><title>Rafal commented on Implementing a document database: simple queries</title><description>Ayende, was the effor related to supporting Linq? Would it be the same if you implemented the same functionality with Boo / rhino dsl?
  
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment4</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment4</guid><pubDate>Wed, 25 Mar 2009 12:34:10 GMT</pubDate></item><item><title>Ayende Rahien commented on Implementing a document database: simple queries</title><description>James,
  
I have exactly 2 problems with Json.NET
  
  
1) I don't like the way I need JsonTextReader -&gt; StringReader just to deserialize a string
  
2) R# has a bug that made me thing that I cannot access the Value property of JProperty. 
  
  
2) is not your fault.
  
  
Other than that, it is lovely.
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment3</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment3</guid><pubDate>Wed, 25 Mar 2009 10:59:29 GMT</pubDate></item><item><title>James Newton-King commented on Implementing a document database: simple queries</title><description>I'm hoping the effort was parsing and creating the query and not working with Json.NET :)
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment2</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment2</guid><pubDate>Wed, 25 Mar 2009 07:01:40 GMT</pubDate></item><item><title>yug commented on Implementing a document database: simple queries</title><description>So do we take it this is a sponsored effort or could you not help yourself ;-)
  
I take it the comment on effort was sarcasm? Regardless you are a legend.
  
</description><link>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment1</link><guid>http://ayende.com/3926/implementing-a-document-database-simple-queries#comment1</guid><pubDate>Wed, 25 Mar 2009 06:07:28 GMT</pubDate></item></channel></rss>