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

Derek Comartin

Roundup #30: ProxyKit, BeeHive, Nullable Ref Types, Close Loops & Opening Minds

Here are the things that caught my eye this week in .NET.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. ProxyKit A toolkit to create HTTP proxies hosted in ASP.NET Core as middleware. This allows focused code-first proxies that can be embedded in existing ASP.NET Core applications or deployed as a standalone server. Deployable anywhere ASP.NET Core is deployable such as Windows, Linux, Containers, and Serverless (with caveats). Link: https://github.com/damianh/ProxyKit BeeHive A Zero Friction mini-Framework for cloud Actors – currently for Windows Azure only. Implementation is very simple – if you need… Read More »Roundup #30: ProxyKit, BeeHive, Nullable Ref Types, Close Loops & Opening Minds

Practical ASP.NET Core SignalR: Server Hubs

In this section, I’m going to extend my existing ASP.NET Core application to explore more of what SignalR Server Hubs have to offer. This blog post is apart of a course that is a complete step-by-setup guide on how to build real-time web applications using ASP.NET Core SignalR. By the end of this course, you’ll be able to build real-world, scalable, production applications using the tools and techniques provided in this course. If you haven’t already, check out the prior sections of this course. Course Overview ASP.NET Core SignalR Overview Basics SignalR Server Hubs A SignalR Server Hub is a primary… Read More »Practical ASP.NET Core SignalR: Server Hubs

Roundup #29: AWS System Manager, System.CommandLine, AzurePipelines.TestLogger, Windows Sandbox, Ambrosia

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 Core configuration provider for AWS Systems Manager We released a new NuGet package, Amazon.Extensions.Configuration.SystemsManager. This NuGet package simplifies how your application loads the application configuration settings in the AWS Systems Manager Parameter Store into the .NET Core configuration system. Link: https://aws.amazon.com/blogs/developer/net-core-configuration-provider-for-aws-systems-manager/   System.CommandLine This repository contains the code for System.CommandLine, a library for command line parsing, invocation, and rendering of terminal output. For more information, please see our wiki. Link: https://github.com/dotnet/command-line-api   AzurePipelines.TestLogger Announce a… Read More »Roundup #29: AWS System Manager, System.CommandLine, AzurePipelines.TestLogger, Windows Sandbox, Ambrosia