[nhusers] Re: Second level cache syscache in WPF Application

2009-04-21 Thread ronald
Hi Fabio, this might be a good alternative, but I as I come from the Java world I have not used it: The Caching Application Block - http://msdn.microsoft.com/en-us/library/dd203226.aspx Best, Ronald On 21 Apr., 17:16, Fabio Maulo wrote: > Well, if you know a good cache implemented for .NET l

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-21 Thread Fabio Maulo
Well, if you know a good cache implemented for .NET let me know; the implementation of the corresponding CacheProvider for NH should be simple. 2009/4/21 ronald > > Hi Paulo, > > there are two things I do not like about bamboo. The first being that > there has not been any development in a few ye

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-21 Thread ronald
Hi Paulo, there are two things I do not like about bamboo. The first being that there has not been any development in a few years (which might be OK, if it has simply reached its final stable state) and the second thing being that it simply does not seem to offer enough options. I am coming from

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-21 Thread Paulo Quicoli
well, NH keeps things in cache while in session... maybe what you are looking for is something like bamboo prevalence... 2009/4/21 ronald > > I have seen the cache providers for "memcached" and for > "sharedcache". > > However as far as I can judge these caches are designed for > distributed ca

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-21 Thread ronald
I have seen the cache providers for "memcached" and for "sharedcache". However as far as I can judge these caches are designed for distributed caching when using serverside applications and are not appropriate for a WPF-Application (fat client), as both need to be set up on dedicated server machi

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-20 Thread Fabio Maulo
we have a provider implementation for:http://www.sharedcache.com/cms/ http://www.codeplex.com/memcachedproviders I'm not sure about its usability outside ASP.NET 2009/4/20 ronald > > I would like to share some further information I got on this issue: > > I have written an E-mail to someone fro

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-20 Thread ronald
I would like to share some further information I got on this issue: I have written an E-mail to someone from microsoft support who has contributed to the following discussion: http://www.eggheadcafe.com/conversation.aspx?messageid=33359447&threadid=33359424 Here is an excerpt from my E-Mail to J

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-16 Thread ronald
Even though my test so far have been successful MSDN states here http://msdn.microsoft.com/en-us/library/system.web.caching.cache.aspx: The Cache class is not intended for use outside of ASP.NET applications. It was designed and tested for use in ASP.NET to provide caching for Web applications. I

[nhusers] Re: Second level cache syscache in WPF Application

2009-04-15 Thread Paulo Quicoli
why dont you try this: http://www.sharedcache.com/cms/ 2009/4/15 ronald > > Hi all, > > I was wondering if it is possible and wise to use SysCache in a WPF > Application. > > NHibernate in Action is warning not to do so: "This provider should > only be used with ASP.NET Web Applications." > >