Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# DateTime to UNIX timestamps
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- Write to file from multiple threads async with C# and .NET Core
- Run tasks in parallel using .NET Core, C# and async coding
- Build .net core 6 projects with Azure Devops using yml files
- .NET API CORS: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header.NET API
Archive
Meta
Tag Archives: Queue
Writing to Azure EventHub using EventHubBufferedProducerClient
The Azure Event Hub is a big data queue system capable of handling millions of events per second and packs nifty tricks in both the read and write end. I have written plenty of articles on how to read and … Continue reading
Posted in .net, .NET Core, c#, General .NET, Microsoft Azure
Tagged Azure, Azure Event Hub, Azure Queue, Event Hub, Queue
Leave a comment
Sending JSON with .NET Core QueueClient.SendMessageAsync
You need to Base64 encode JSON serialized strings before adding them to a queue Continue reading
Posted in .NET Core, c#, General .NET, Microsoft Azure
Tagged .NET Core, Azure.Storage.Queues, base64string, Queue
1 Comment
Azure CloudQueue, Get and Set Json using Newtonsoft.Json and Microsoft.WindowsAzure.Storage
The Microsoft Azure Cloud have a nice simple Queue mechanism in their Azure Storage where you can store up to 64 kb of data for up to 7 days. The queue is very easy to set up and very easy … Continue reading
Sitecore Publish Queue
The Sitecore publish queue contains the historical and current items that needs to be published. Every time an item is ready to be published (when you save changes, or the item becomes publishable from a workflow) it is added to … Continue reading
Posted in c#, Sitecore 6
Tagged GetPublishQueue, Publish, PublishingCandidate, PublishManager, Queue, Sitecore
3 Comments