Results 51 issues of Kyle Baley

## Ask a question I've define a convention in `ConfigureConventions` where all strings are to have a max length of 256. I'd like to override this for some properties, for...

customer-reported

The [previous PR](https://github.com/MicrosoftDocs/architecture-center/pull/3490) was closed but I'd like to have it re-considered. The webinar is technology agnostic and is a discussion on the concepts and patterns described in the article,...

do-not-merge
aq-pr-triaged
review-team-triage

This is a re-post of https://github.com/MicrosoftDocs/architecture-center/pull/3481 which was closed but I'd like it to be reconsidered. It's a link to a blog post on a well-known topic in distributed computing...

Change sent to author
do-not-merge
architecture-center/svc
aq-pr-triaged
guide/subsvc

I have a domain entity, Customer, with a collection of PhoneNumber entities. When I add a new customer, its data is saved but the phone numbers are not. I've tried...

_This issue was transferred from a private repository_ In building [NServiceBus.Extensions.DispatchRetries](https://github.com/mauroservienti/NServiceBus.Extensions.DispatchRetries) @mauroservienti needed to simulate message dispatch failures. The acceptance testing transport that comes with the acceptance testing framework is...

_This issue was transferred from a private repository_ @mauroservienti built an [Attribute Routing](https://github.com/mauroservienti/NServiceBus.AttributeRouting) feature based on the routing API (presumed) extensibility. He had to use reflection to achieve the goal:...

_This issue was transferred from a private repository_ The multi-tenant with shared DB and discriminator columns approach is probably the most used by SaaS providers when approaching a new business....

_This issue was transferred from a private repository_ Memory pooling can be applied to reduce the amount of memory allocations which results in more efficient memory and CPU utilization due...

_This issue was transferred from a private repository_ NServiceBus has no built-in way to ensure that the received message is coming from a legitimate source and/or has not being tampered...

_This issue was transferred fro a private repository_ With v6, the message endpoint mappings in the app.config style to configure routing has been removed. This forces all users to use...