Tag Archives: nservicebus

SDN event December 2016

The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading

Posted in Conference | Tagged , , , , | 1 Comment

Microsoft TechDays 2015

With all the new stuff Microsoft has presented at Build, pushed to Azure and is going to release, I just had to go to TechDays. After an amazing keynote about zombies in the AppStore, the future of monetization (micro payments) … Continue reading

Posted in Conference | Tagged , , , , , , , , , , , , , , , , , | 3 Comments

Week 39 roundup

Last week recap and links: Got some spare time next week? Sign up for the Evernote coding challenge My nServicebus endpoint wouldn’t start. Troubleshooting the error with this post about the Insufficient resources exception Bigger than Heart-bleed, the Shellshock Bash … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Week 36 roundup

Last week recap and links: I’ve written my first powershell module with the help of Writing a PowerShell module in C#, Part 1: The basics. Make sure to load the module with the full path, not just the assembly name. … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Solve concurrency database issues in nServicebus

When we configure nServicebus to run with multiple thread (MaximumConcurrencyLevel) sometimes duplicate records are inserted. This happens when the endpoint has been down for maintenance and the queue has filled up with messages. Repro This is not ideal, but can … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment