Questions tagged [cloudfx]

8 questions
3
votes
1 answer

Azure Abstraction Library: What are the differences and recommendation between Lokad and CloudFx?

Between Lokad and CloudFx, we are considering which framework will best support continued rapid development of high quality and scalable cloud solutions on Windows Azure. Lokad and CloudFx both seem to provide a nice abstraction layer on top of the…
2
votes
1 answer

How to use CloudFX with Azure SDK 2.0?

So, I'm using CloudFX with SDK 2.0 of Azure. Everything went well when I run my worker role outside Azure environment(neither cloud or emulator) in a console App. When I'm trying to on Emulator or Cloud, I got an AggregateException with this…
Gutemberg Ribeiro
  • 1,533
  • 1
  • 21
  • 45
2
votes
1 answer

Azure Service Bus Queues integration approaches in .NET

There are different approaches to implement brokered messaging communication between services using Service Bus Queues (Topics): CloudFX Messaging QueueClient WCF integrated approach Which of those approaches are more useful in which cases? Any…
Vladimir Dorokhov
  • 3,784
  • 2
  • 23
  • 26
0
votes
2 answers

Cloudfx published messages gives serialization error when read from deadletter

I am using cloudx frameworks publisher subscriber mechanism for processing messages through azure topic/subscription. Some of the expired messages are moved to DeadletterQueue. When i try to read those deadletter messages using MessageReceiver, i…
0
votes
1 answer

How to use CloudFX to query Azure Table storage

We have spent some time now researching through the google to understand how to query our Azure table (on the storage emulator setting) using the cloudFX library, but there is almost no example available that shows how this works. here is a simple…
Kiran
  • 2,997
  • 6
  • 31
  • 62
0
votes
1 answer

What decides columns in Azure queues?

I'm using Azure Queue storage. I just upgraded from using Microsoft.WindowsAzure.StorageClient to Microsoft.WindowsAzure.Storage. I've also recently changed over from using Lokad to CloudFx. At some point in the process, I started getting some…
Scott Decker
  • 4,229
  • 7
  • 24
  • 39
0
votes
1 answer

CloudFx equivalent of SkinnyEntity

We're switching over from Lokad to CloudFx to handle putting things in/out of table storage. With Lokad, we had 3 entities: 1) Object 1, which added partition key and row key to 2) Object 2 which had a bunch of properties as well as an instance of…
Scott Decker
  • 4,229
  • 7
  • 24
  • 39
0
votes
1 answer

CloudFx QueueListener doesn't seem to work for me. Why?

I'm trying to use the CloudFx library "released" by Microsoft with a set of samples. There is vanishingly little documentation of the library and how it should be used (except with service bus), but I'm trying to make do with the CHM references and…
Ben Collins
  • 20,538
  • 18
  • 127
  • 187