The appfabric-beta-2 tag has no wiki summary.
0
votes
0answers
135 views
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 ...
3
votes
3answers
1k views
Should a Repository return IEnumerable<T> , IQueryable<T> or List<T>?
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, ...
1
vote
1answer
459 views
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 ...
7
votes
1answer
820 views
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, ...
1
vote
3answers
2k views
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.
...
4
votes
2answers
2k views
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 ...
3
votes
1answer
778 views
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 ...
0
votes
2answers
2k views
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 ...
1
vote
1answer
456 views
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 ...