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

Practical ASP.NET Core SignalR

I’ve been working on a course! Practical ASP.NET Core SignalR.  I’m going to be posting all of the sections as blog posts here on CodeOpinion.com, my YouTube Channel, and free on Teachable. This course 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. What You’ll Learn The purpose of this course is to give you an overview with code samples of many of the core aspects of creating a… Read More »Practical ASP.NET Core SignalR

Roundup #26: C# 8, Human Performance, Shared Framework, Migration Poll

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.   Building C# 8.0 The next major version of C# is C# 8.0. It’s been in the works for quite some time, even as we built and shipped the minor releases C# 7.1, 7.2 and 7.3, and I’m quite excited about the new capabilities it will bring. The current plan is that C# 8.0 will ship at the same time as .NET Core 3.0. However, the features will start to… Read More »Roundup #26: C# 8, Human Performance, Shared Framework, Migration Poll

Roundup #25: NETStandard2.1, Code Behind The Vulnerability, Compositional UIs, ML.NET

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 Since we shipped .NET Standard 2.0 about a year ago, we’ve shipped two updates to .NET Core 2.1 and are about to release .NET Core 2.2. It’s time to update the standard to include some of the new concepts as well as a number of small improvements that make your life easier across the various implementations of .NET. I find it interesting, but predictable, that .NET Framework 4.8… Read More »Roundup #25: NETStandard2.1, Code Behind The Vulnerability, Compositional UIs, ML.NET