Skip to content

Roundup #20: Azure SignalR Service, MSBuild.SolutionSdk, Marten 3.0, .NET on Service Fabric

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.


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.  

Azure SignalR Service

Since its introduction five years ago, SignalR has grown to be one of the most popular real-time connection technologies around the world. As applications that use SignalR scale, managing and scaling a SignalR server can become quite a bit of work. Today, we’re announcing the general availability (GA) of the Azure SignalR Service, a fully managed SignalR service that enables you to focus on building real-time web experiences without worrying about setting up, hosting, scaling, or load balancing your SignalR server. The Azure SignalR Service supports existing libraries for ASP.NET Core, ASP.NET, Java, and JavaScript clients, opening this service to a broad array of developers.
I’ve been using the preview for a course I’m creating and the Azure SignalR Service takes all the pain of scaling away. Link: https://azure.microsoft.com/en-us/blog/azure-signalr-service-now-generally-available/  

MSBuild.SolutionSdk

MSBuild.SolutionSdk is the equivalent of the new csproj “sdk-style” format applied to sln files.
This is a really cool idea that I’d love to see supported by Visual Studio or Jetbrains Rider. Link: https://github.com/JeffCyr/MSBuild.SolutionSdk  

Marten 3.0

Hey, look at that, Marten 3.0 is live on Nuget. It didn’t turn out to be a huge release, but we needed to accommodate the Npgsql 4.* dependency and I felt like that was a breaking change, so here we go. You can see the full list of bug fixes and changes in this list.
Link: https://jeremydmiller.com/2018/09/27/marten-3-0-is-released-and-introducing-the-new-core-team/

Microservices with .NET on Service Fabric

Learn how to build and deploy resilient containers and microservices at scale with .NET Core and Framework on Azure Service Fabric. We will walk you through development tools (VS, VS Code) & debugging, CICD integration, diagnostics & monitoring in production. We’ll also share tips and techniques for creating and managing your microservices on Azure Service Fabric.
Link: https://www.youtube.com/watch?v=mAo282rhFFQ  

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Leave a Reply

Your email address will not be published. Required fields are marked *