About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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 .NET, angularjs, asp.net, DEVOPS, event-sourcing, framework, fsharp, intellitrace, IoT, microservices, nservicebus, NuGet, Performance, powershell, service fabric, Techdays, WCF, Xamarin
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
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
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 Code, concurrency, database, deadlock, lock, nservicebus, xunit
Leave a comment