Skip to main content
← All Tags

NET

7 articles in this category

AI News.NETSoftware Architecture

Beyond MediatR: Scaling .NET Messaging with ConduitR Design-Time Intelligence

ConduitR introduces a high-performance .NET messaging framework featuring a Roslyn Analyzer for design-time error detection and CLI-driven architecture documentation.

Read more
AI NewsDevOps.NET

Automating .NET CI/CD: A Guide to GitHub Actions and Azure Deployment

Learn to build a full .NET 8 CI/CD pipeline with NuGet caching and Docker to eliminate manual deployment risks and reduce build times by up to 90 seconds.

Read more
AI NewsSecurity.NET

Securing .NET Applications with JWT Refresh Token Rotation

Prevent 7-day unauthorized access windows in .NET applications by implementing automated JWT refresh token rotation and lineage tracking.

Read more
AI NewsC#.NET

Automating .NET Framework Support Checks: A Programmatic Approach

Learn to programmatically verify .NET framework support status using official Microsoft metadata and C# reflection to automate lifecycle management.

Read more
AI NewsSoftware Architecture.NET

C# Architecture Mastery — Event-Driven Architecture in .NET (Clean Boundaries with Messaging) (Part 12)

This article details how to leverage Event-Driven Architecture (EDA) to reinforce Clean Architecture boundaries in .NET, emphasizing the importance of proper event design.

Read more
AI NewsSoftware Engineering.NET

C# Architecture Mastery — Scaling Teams with Architecture (Conway’s Law & .NET) (Part 11)

Explore Conway’s Law and how .NET architecture can be intentionally designed to scale teams without hindering delivery speed.

Read more
AI NewsSoftware DevelopmentNET

Build a Minute-Based Job Scheduler in .NET 10 with WJb package

A .NET 10 scheduler runs jobs every minute using WJb, demonstrated with a dummy action.

Read more