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 #6: Fuget.org, Nat Friedman AMA, Lippert and Nishanov, 10 Things I Regret About Node.js, Avoiding Microservice Megadisasters

Here are the things that caught my eye last week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. fuget.org Have you ever wondered what exactly is in a nuget to see if it’s right for you? You read the description, you like the name, but, if you’re like me, you probably ended up in GitHub reading the source code to decide if you want to use the library. This announced last week but after I posted last week round up.  What a straight awesome idea.  Incredible. Link: http://praeclarum.org/post/174440517348/introducing-fugetorg  … Read More »Roundup #6: Fuget.org, Nat Friedman AMA, Lippert and Nishanov, 10 Things I Regret About Node.js, Avoiding Microservice Megadisasters

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