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 #69: ASP.NET Core Urls & Ports, Tye, Orleans, and Diagnostics

After a bit of a break, the .NET Roundups are back! This week, it’s almost as if Andrew Lock was working on the exact same I was as he had two posts back to back that solved two issues I was having. Incredible timing and as always great content from Andrew. 5 ways to set the URLs for an ASP.NET Core app In this post I show 5 different ways to change which URLs your app listens on. We’ll look at each of these options in more detail below. Link: https://andrewlock.net/5-ways-to-set-the-urls-for-an-aspnetcore-app/ How to automatically choose a free port in ASP.NET… Read More »Roundup #69: ASP.NET Core Urls & Ports, Tye, Orleans, and Diagnostics

Roundup #68: Binding Redirects, Combining Types as Effects to Describe an Application, Endpoint from multiple middleware, Clean Architecture

Here are the things that caught my eye recently in .NET.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. Binding Redirects You’re probably here because of an error like this: Could not load file or assembly ‘System.<…>, Version=4.x.x.x, Culture=neutral, PublicKeyToken=<…>’ or one of its dependencies. The system cannot find the file specified. And you likely saw a build warning like this: warning MSB3277: Found conflicts between different versions of “System.<…>” that could not be resolved. Whelp, you’re not alone. We’re thinking about starting a survivors group. If someone… Read More »Roundup #68: Binding Redirects, Combining Types as Effects to Describe an Application, Endpoint from multiple middleware, Clean Architecture

Roundup #67: Cert Expiration Check, Should I use MicroServices? StackOverflow Survey, gRPC-Web

Here are the things that caught my eye recently in .NET.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. Certificate Expiration Check I thought this was a pretty cool idea and an easy way to keep track of expiring certs. Link: https://github.com/ardalis/CertExpirationCheck Should I Use A Microservices Architecture? Are you considering adopting a microservices architecture? Won’t it fix all your problems? Join me for a look into the realities of microservices! Link: https://www.jamesmichaelhickey.com/microservices-architecture/ 2020 Stack Overflow Developer Survey Thank you for taking the 2020 Stack Overflow Developer Survey, the… Read More »Roundup #67: Cert Expiration Check, Should I use MicroServices? StackOverflow Survey, gRPC-Web