I have a Windows Service which is using NHibernate (3) and SQL Server 2008. WPF-Clients are connecting over WCF to this Service for using DataAccess. My question is now: Can I use SysCache or SysCache2 in this Scenario - or are they only usable in Web-/ASP.NET-Applications?
相关问题
- jsp caching tag library
-
NHibernate Query
with detached criteria… - Fluent NHibernate automap PostGIS geometry type
- Using NHibernate to execute DDL statements
- How can we cache HLS video url once streamed
相关文章
- Fluent NHibernate — Saving Entity with Composite K
- Is there a google API to read cached content? [clo
- Is this the right way of using ThenFetch() to load
- Can Persistence Ignorance Scale?
- AWS API Gateway caching ignores query parameters
- Check if url is cached webview android
- WebView's LOAD_NO_CACHE setting still saves fi
- How to find if a referenced object can be deleted?
Yes, it works just fine.
You can use it even in a console app if you want to (provided the computer has the full .NET Framework installed and not just the Client Profile).