Questions tagged [appfabric-beta-2]

10 questions
19
votes
4 answers

Should a Repository return IEnumerable , IQueryable or List?

I'd like to make my application as flexible as possible, but not dig myself into a hole by making my Interface too specific. What is the best object type for a repository? IEnumerable, IQueryable, or List? The technologies I'm considering using…
8
votes
1 answer

AppFabric Caching - Can I specify serialization style used for all objects?

An object which implements some custom serialization can be serialized and deserialized to different formats, for example to Xml or byte[]. I have run into a problem where when I put to cache, AppFabric runs the IXmlSerializable implementation on a…
CRice
  • 12,279
  • 7
  • 57
  • 84
7
votes
3 answers

AppFabric Cache - An existing connection was forcibly closed by the remote host

I'm trying to get AppFabric cache up and running on my local development environment. I have Windows Server AppFabric Beta 2 Refresh installed, and the cache cluster and host configured and started running on Windows 7 64-bit. I'm running my MVC2…
Wallace Breza
  • 4,898
  • 1
  • 28
  • 33
3
votes
3 answers

AppFabric Caching - What are its serialization and deserialization requirements for an object?

Problem: When caching an instance of a class and immediately getting it back out of cache, i get the object back (its not null), but all of its properties / fields are null or defaults. _cacheHelper.PutInCache("testModuleControlInfoOne", mci); …
CRice
  • 12,279
  • 7
  • 57
  • 84
3
votes
1 answer

Does WF4 have the ability to search for instances?

I have a WF4 workflow service deployed in AppFabric. Is there any built-in way to do a generic search across all currently active workflow instances? For example, "get me a list of all active instances that have variable x = 5"? If someone could…
1
vote
1 answer

ServiceBus AppFabricLabs DLL

There are two DLL's with multiple namespaces that I am having problems with: Microsoft.ServiceBus.Channels - V2.0.50727 Microsoft.ServiceBus - V2.0.50727 I'm attempting to enhance Juval's Lowry's Service Bus Explorer to switch…
codeputer
  • 1,987
  • 3
  • 19
  • 45
1
vote
1 answer

Error message: "Two different contracts have the same ConfigurationName" when downloading wsdl from xamlx in AppFabric beta 2

I get the following error message when I try to use svcutil to generate a client proxy for a xamlx file that is hosted by AppFabric beta 2: Two different contracts have the same ConfigurationName I understand the message, however, I cannot find its…
Ronald Wildenberg
  • 31,634
  • 14
  • 90
  • 133
0
votes
1 answer

appFabric 1.1 Session Managment losing values

I am using appFabric 1.1 with windows 7 for Session Managment but it seems the Caching service is ignoring the Session Time .. I dont see anything wrong on my web.config Can someone give me a allowLocation="true" …
0
votes
2 answers

Host new WF4 workflows in appfabric

I am new to using AppFabric to host WF services. I am trying to write a workflow admin application that will allow users to create xaml workflow definitions using the hosted WF4 designer, and then somehow allow those workflow defitions to be…
0
votes
1 answer

Windows Server AppFabric Cache and Database synchronization

We are planning to use Windows Server AppFabric Caching for a healthcare application. We have a Patient master and other master data which we want to cache using AppFabric Cache. However we also have backend integrations setup with other…
Gaurav
  • 895
  • 3
  • 14
  • 31