Questions tagged [azure-appfabric]

Azure App-fabric are part of Microsoft Azure Middleware components. The appfabric consists of Access Control, Service Bus, Caching, Integration.

61 questions
25
votes
1 answer

How to pass required claims to OpenID identity provider with Azure ACS?

When looking at the request urls that Azure ACS generates I can see that ACS includes email, fullname, firstname and lastname as required claims. Further, the fullname attribute is mapped to the http://axschema.org/namePerson claim type. Now I have…
Peter Lillevold
  • 33,668
  • 7
  • 97
  • 131
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…
10
votes
1 answer

What's the advantage of Read-through, write-behind over cache-aside pattern in AppFabric?

In cache-aside as well as Read-through patterns, in both the patterns we need to write code to write to the database. So whats the real advantage of read-through,write-behind approach?Please clarify my doubt.
dineshd87
  • 141
  • 1
  • 2
  • 9
8
votes
2 answers

Not running in a hosted service or the Development Fabric

I have a problem related to the webRole debugging. Not running in a hosted service or the Development Fabric. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more…
404Dreamer_ML
  • 890
  • 3
  • 14
  • 25
7
votes
2 answers

Windows Workflow in Azure

I am building an application which will be running workflows on Azure. I have seen the build presentation Building Applications with Workflow and Azure – BUILD 2011 which discusses what is capable today, as well as what will be possible going…
Eric
  • 1,945
  • 3
  • 23
  • 33
7
votes
2 answers

Advantages of Service Fabric Microservices vs Collection of Azure Cloud services/web apps

I have a application that can be broken down into multiple communicating services. My current implementation is monolithic and I want to reorganize it so that individual components can be deployed,iterated upon, scaled independently. I see two ways…
6
votes
1 answer

Azure AppFabric vs. Server AppFabric - today

Via Google, I found another question on stackoverflow regarding the differences and similarities between Azure AppFabric and Windows Server AppFabric. It was mentioned that both versions of AppFabric come closer together or even melt together. This…
alapeno
  • 2,724
  • 6
  • 36
  • 53
5
votes
2 answers

NHibernate Azure AppFabric Cache

Has anyone tried using the NHibernate Velocity L2 cache provider against the Azure AppFabric Cache? If so, what did you discover? On a side note, we're using SQL Azure to store our data.
5
votes
5 answers

Detect and Delete Orphaned Queues, Topics, or Subscriptions on Azure Service Bus

If there are no longer any publishers or subscribers reading nor writing to a Queue, Topic, or Subscription, because of crashes or other abnormal terminations (instance restart, etc.), is that Queue/Topic/Subscription effectively orphaned? I tested…
Pittsburgh DBA
  • 6,672
  • 2
  • 39
  • 68
4
votes
1 answer

Best practice when using Azure AppFabric Caching Service?

I have successfully started using Azure AppFabric Caching Service, but I' not sure what the best practice way of creating the DataCacheFactory object is. Now I'm creating it for every call into the cache, but apparently this is not the ideal way of…
noocyte
  • 2,484
  • 5
  • 29
  • 44
4
votes
5 answers

Azure service fabric Instance count

I am working on a POC with azure service fabric. Deployed my service in a local cluster and it's working fine with default settings in Local.xml. The moment I change the instance count it's throwing following exception. Where is the option to change…
Jojo Peter
  • 141
  • 2
  • 9
3
votes
2 answers

Recommended way to use asp.net sessions on Azure

I have read a few articles where it says the recommended is dev app fabric cache on azure while others says use universal providers and use sql azure to store session state in a sql azure table. Any pundits out there please let me know which is…
chugh97
  • 9,602
  • 25
  • 89
  • 136
3
votes
2 answers

Using a custom cache serializer with Azure App Fabric

The documentation on MSDN says you can inherit from the IDataCacheObjectSerializer interface and update the configuration used to use custom serialization. I can't find the IDataCacheObjectSerializer or the SerializationProperties element of the…
Rhys Godfrey
  • 220
  • 2
  • 10
3
votes
1 answer

Setting Up Windows Azure End To End Development Environment

I downloaded AppFabric VS Tools and Tried To Install but it ends up with fatal Error.I have read n followed all the system requirements of exe, except the one with SQL Express point.I tried installing SQL Express 2008 r2 with default instance, but…
3
votes
0 answers

Connecing BizTalk 2010 to an Azure Storage Queue

I have an internal WCF service that needs to connect with an Azure queue. Does the BizTalk 2010 AppFabric connect tool support storage queues? According to the following MSDN blog it requires a relay endpoint. BizTalk Server 2010 AppFabric…
Richard Butterwood
  • 735
  • 1
  • 12
  • 29
1
2 3 4 5