Pub/Sub, MCP, Azure SaaS & CI/CD
Hands-on messaging, MCP server work, Serilog setup, GitHub Actions CI/CD, Azure multi-tenant design, and ASP.NET MVC guidance for .NET teams.
Jasen's top three picks
- 1 Build Real-Time Pub/Sub Messaging with MQTT, EMQX, .NET, and Angular
mirzaleka.medium.com
A practical MQTT and EMQX walkthrough for building real-time Pub/Sub across ASP.NET, VB.NET, and Angular.
- 2 MCP Server with .Net
antoniodimotta.medium.com
A timely look at building an MCP server with the official .NET SDK as the protocol settles into real-world use.
- 3 Setup Serilog For .NET Core
trevoirwilliams.com
A straightforward Serilog setup guide that focuses on getting useful logs in place before problems pile up.
Editor's note
I pulled together a very mixed lineup this time, from MQTT Pub/Sub and MCP to Azure SaaS design and GitHub Actions. The Serilog and .NET-on-Windows posts are especially practical if you want fewer surprises in logging and setup. The MVC and LINQ pieces round out the issue with fundamentals and performance-minded guidance.
Today's articles
Build Real-Time Pub/Sub Messaging with MQTT, EMQX, .NET, and Angular
mirzaleka.medium.com
A hands-on guide to building client-server Pub/Sub messaging with MQTT and EMQX across ASP.NET, VB.NET, and Angular. We explore the basics…
Topics: ASP.NET Core Azure
Read articleMCP Server with .Net
antoniodimotta.medium.com
With the release 1.0 of the official ModelContextProtocol .Net SDK, we are ready to make a MCP Server fully compliant with MCP specs and…
Read articleSetup Serilog For .NET Core
trevoirwilliams.com
When unexpected events occur, tracing the root cause can become incredibly difficult. Imagine an error happening, and you only hear about it minutes or even seconds later. Without proper logging, pinp...
Read articleGitHub Actions for .NET: Build, Test, and Deploy Your API
medium.com
A complete CI/CD pipeline from zero — automated builds, test coverage, Docker images tagged by commit SHA, and deployment to Azure with a…
Topics: ASP.NET Core Azure GitHub Actions
Read articleHow to Design a Multi-Tenant SaaS Platform on Microsoft Azure
feedly.com
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
Read articleExtend Your Coding Agent with .NET Skills: A New Way to Supercharge AI-Assisted Development
blog.gopenai.com
AI coding assistants are becoming a normal part of a developer’s workflow. Tools like GitHub Copilot, ChatGPT-based agents, and other AI… Continue reading on GoPenAI »
Topics: .NET Core GitHub Copilot OpenAI
Read articleReturn Types in ASP.NET MVC
c-sharpcorner.com
Master ASP.NET MVC return types! Learn about ActionResult, ViewResult, JsonResult, FileResult, and more with practical examples. Build better web applications!
Topics: ASP.NET Core ASP.NET MVC
Read articleInstalling .NET on Windows Without Admin Privileges
nodogmablog.bryanhogan.net
I was chatting to a friend a few weeks ago when he told me that he couldn’t install .NET on a Windows computer where he doesn’t have admin access. When he tried to run the MSI installation files, he w...
Topics: .NET Core .NET Framework
Read articleHow Model Binding Works in ASP.NET MVC
c-sharpcorner.com
Unlock the power of ASP.NET MVC Model Binding! Learn how it automatically maps form data to C# objects, simplifying your code and boosting development speed. Step-by-step guide included!
Topics: ASP.NET Core ASP.NET MVC
Read articleMastering LINQ Query Optimization in ASP.NET Core: A Complete Developer’s Guide
medium.com
Introduction
Topics: ASP.NET Core Performance
Read article