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

.NET Core

Browser/Javascript SignalR Authorization

I recently started working with ASP.NET Core SignalR 1.0 and immediately ran into roadblock with authorization.  If you need to add SignalR authorization via header such as the Authorization header, you’re going to also run into this roadblock.  Specifically this is only an issue when running in the browser/javascript as it’s not supported. Headers I was unaware that browsers do not support additional headers such as Authorization.  This was problematic for me as the authorization header sending a bearer token is the method of authorization used in the application I was adding SignalR hub to. So how are you supposed… Read More »Browser/Javascript SignalR Authorization

Roundup #5: .NET Core 2.1, ReSharper Perf Series, Rider 2018.1.1, EF Core Evaluation

Here are the things that caught my eye last week.  Obviously the big one is the release of .NET Core 2.1.  JetBrains are always up to good stuff with Rider 218.1.1 being released last Friday and a really cool series on ReSharper. I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. Announcing .NET Core 2.1 We’re excited to announce the release of .NET Core 2.1. It includes improvements to performance, to the runtime and tools. It also includes a new way to deploy tools as NuGet packages. We’ve added… Read More »Roundup #5: .NET Core 2.1, ReSharper Perf Series, Rider 2018.1.1, EF Core Evaluation

Roundup #4: Discover.NET, Signed Nuget Packages, Scheduled Messages in Jasper, RailsConf Keynote

Here are the things that caught my eye last week.  Throwing something out of my usual focus on .NET and tossing in the Railsconf keynote.  I generally pay attention to other ecosystems but just don;t really post it on this blog.  But I might start sneaking some in on the roundups. I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter.   Last week I was on vacation, hence the missed roundup. Discover .NET I am thrilled to announce the launch of Discover .NET. The site is an attempt to improve… Read More »Roundup #4: Discover.NET, Signed Nuget Packages, Scheduled Messages in Jasper, RailsConf Keynote