Skip to content

Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Follow @CodeOpinion

Roundup

Roundup #17: StackExchange.Redis v2, Microservices with HTTP, ngrok, Angular Console

Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter.   StackExchange.Redis v2.0 StackExchange.Redis – 2.0 release now on nuget (…ish; it is taking a while to validate); THIS IS A BREAKING CHANGE: please see release notes: https://t.co/5HpHmRhFkp — Marc Gravell (@marcgravell) September 4, 2018 Been waiting for this to be released.  Since this is a breaking change, it will be interesting to see what kind of madness occurs when in a diamond dependency where one of your dependencies requires… Read More »Roundup #17: StackExchange.Redis v2, Microservices with HTTP, ngrok, Angular Console

Roundup #16: NET Standard 2.1, Endpoint Routing, Bullseye, API Spec Workflow

Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. .NET Standard 2.1 This document describes the plan for .NET Standard 2.1, which includes the definition of its API surface. We did a diff between .NET Core 2.1 and .NET Standard 2.0 to see which APIs that were added in .NET Core would be great candidates for inclusion in the standard. Interesting to read some of the pros/cons for versioning and the decision to go with 2.1 Link: https://github.com/dotnet/standard/blob/master/docs/planning/netstandard-2.1/README.md   Endpoint… Read More »Roundup #16: NET Standard 2.1, Endpoint Routing, Bullseye, API Spec Workflow

Roundup #15: LittleForker, TDD: Where Did It All Go Wrong, net461/netstandard2, Bing on netcore21

Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. LittleForker An exploration in the launching and supervision of processes. Written to scratch and itch where the primary use case is installing a single service (on windows) who then spawns other process as part of a multi-process application. A pretty cool project that I recently stumbled upon by Damian Hickey.  I plan on experimenting with this soon for a current project. Link: https://github.com/damianh/LittleForker   TDD, Where Did It All Go Wrong Since… Read More »Roundup #15: LittleForker, TDD: Where Did It All Go Wrong, net461/netstandard2, Bing on netcore21