David Boike

Results 48 comments of David Boike

For now I've resorted to this bash script, running via cron every 5 minutes, to kill and restart the FunctionFlip app every 5 minutes if it consumes more than 50M...

+1 for full GitHub flavored Markdown rendering, complete with correct styles. ``` And backticked blocks like this do not work reliably or honor newlines inside of them like this ```

It's important to remember that ADSD teaches that the project view in Visual Studio (or wherever compilation and thus source generators are acting) isn't necessarily the same as your deployment...

NServiceBus 8 will be targeting `net472` and `net6.0`. Is there any platform you were hoping to target with NServiceBus 8 that wouldn’t be supported by those targets?

You're right, it is a big change. That's why it's a major version, because removing target frameworks is a breaking change. NServiceBus 8 is also still in beta, so a...

So, the point is to detect (for example) if there’s a Core_7 directory that references an NServiceBus version that’s not 6.something? If so, cool. Just have to fix all the...

+1. I was excited to hear that AR was being rolled into MVC 5 but the stripped down implementation is disappointing. Biggest problem seems to be figuring out how to...

Second what @SzymonPobiega says, though I doubt you'll need partitioning. You just have a lot of activity and multiple different endpoint instances fighting over who gets to do the cleanup....

## Analyzing `Recoverable` The problem here is that the `Recoverable` column has always been defined as `Recoverable bit NOT NULL` with no default, so SendText (the insert) must specify it....

## Analyzing `CorrelationId` and `ReplyToAddress` Unlike Recoverable, these two columns are nullable varchar(255), but are currently filled on insert with the value of a parameter, and returned to the result...