[rabbitmq-discuss] Porting .NET client to WinRT API (Windows 8).

Nathan Brown nathan at nkbrown.us
Mon Jul 22 21:33:03 BST 2013


I know, I wasn't suggesting taking a reference to it. It was more about the
idea of using anonymous types to fill in string-object dictionaries.  If
the RabbitMQ client would use that, it would have it's own
RabbitValueDictionary or something.


On Mon, Jul 22, 2013 at 12:05 PM, Matthias Radestock
<matthias at rabbitmq.com>wrote:

> Nathan,
>
>
> On 20/07/13 21:10, Nathan Brown wrote:
>
>> One thing I thought of was since then is that because most of the
>> dictionaries are <string, object> configuration parameters and ASP.Net
>> MVC has a similar case and they use a RouteValueDictionary type which
>> has a constructor that can build the dictionary from anonymous types
>> (http://msdn.microsoft.com/en-**us/library/cc680272.aspx<http://msdn.microsoft.com/en-us/library/cc680272.aspx>).
>>  That might be
>> handy to add if passing configurations through dictionaries is common in
>> user code.
>>
>
> RouteValueDictionary is in System.Web.Routing, which doesn't really fit
> the usage in the rabbit client.
>
> Matthias.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130722/1d2c5aab/attachment.htm>


More information about the rabbitmq-discuss mailing list