November 28, 2025 • dotnet, abp, blazor, multi-tenancy, saas, enterprise, data-isolation
Learn how ABP Framework's Multi-tenancy module solves the complex challenges of building SaaS applications. Discover tenant isolation strategies, automatic data filtering, and why Microsoft recommends ABP for multi-tenant scenarios.
Read more ?
November 21, 2025 • dotnet, aspire, cloud-native, microservices, azure, distributed-systems, mcp, ai
Aspire 13 is here with revolutionary features: aspire do pipelines, AI-powered debugging with MCP, first-class JavaScript & Python support, and quality-of-life improvements that make building distributed apps feel like magic.
Read more ?
November 18, 2025 • csharp, dotnet, best-practices, code-quality, team-leadership, editorconfig
As a Tech Lead, one of my missions is ensuring consistency during the development process. Learn how EditorConfig helped me stop nitpicking about braces in code reviews and focus on what really matters: architecture and business logic.
Read more ?
November 5, 2025 • csharp, dotnet, efcore, sql-server, event-driven, outbox-pattern, json
Discover how SQL Server's new native JSON data type and EF Core 10's complex types revolutionize the Outbox Pattern. Learn to store rich event metadata, improve performance, and simplify your event-driven architecture.
Read more ?
October 28, 2025 • csharp, dotnet, software-architecture, distributed-systems, azure, event-driven, idempotency
Learn how to handle duplicate messages and ensure idempotent processing when using the Outbox Pattern with Azure Service Bus in high-throughput .NET applications.
Read more ?
October 24, 2025 • csharp, dotnet, software-architecture, distributed-systems, azure, event-driven
Learn how to implement the Outbox Pattern in .NET to guarantee reliable message delivery and maintain data consistency across distributed systems. From theory to Azure-based implementation.
Read more ?
October 16, 2025 • csharp, dotnet, software-architecture, events, modular-monolith
Learn how to refactor legacy monoliths using domain events, IEventPublisher patterns, and prepare your application for a modular architecture. A journey from tightly coupled code to loosely coupled boundaries.
Read more ?
October 14, 2025 • nuget, mcp, visual-studio, copilot, ai, package-management, dotnet
Discover the NuGet MCP Server that brings AI-powered package management to Visual Studio and VS Code. Learn about Model Context Protocol (MCP), setup, and how it revolutionizes .NET development workflows.
Read more ?
October 8, 2025 • visual-studio, productivity, copilot, git, profiling, containers, code-coverage, insiders
A hands-on look at Visual Studio 2026 Insiders after two months of daily use: Fluent UI refresh, faster F5, Mermaid in Markdown/Copilot, Copilot MCP and BYO model, GitHub workflows in-IDE, profiling with BenchmarkDotNet + Profiler Agent, Podman support, and Code Coverage in Community/Pro.
Read more ?
October 6, 2025 • dotnet, csharp, azure, openai, ai
Chat, Function Calling, Structured Outputs, Streaming, and Assistants End-to-end guide to Azure OpenAI for .NET developers: chat/completions, streaming, function calling, structured outputs (JSON Schema), and Assistants with the Microsoft Agent Framework.
Read more ?
September 11, 2025 • design-patterns, options-pattern, configuration, csharp, dotnet, advanced-patterns
Master the Options Pattern in .NET for type-safe configuration management with validation, change notifications, and dependency injection integration.
Read more ?
September 8, 2025 • csharp, dotnet, software-architecture
Master Dependency Injection (DI) and Inversion of Control (IoC) in .NET 9 - core principles for creating flexible, testable, and maintainable C# applications.
Read more ?
September 3, 2025 • design-patterns, software-architecture, strangler-fig, legacy-migration, modernization
Unlock Strangler Fig pattern - a proven architectural approach for gradually modernizing legacy systems while maintaining business continuity and minimizing risk.
Read more ?
September 2, 2025 • design-patterns, csharp, software-architecture, facade-pattern, financial-systems
Learn the Facade Design Pattern with practical examples including a comprehensive financial system implementation that simplifies complex subsystems.
Read more ?
August 30, 2025 • design-patterns, csharp, software-architecture, strategy-pattern
Learn the Strategy Design Pattern with theoretical and concrete examples including a payment processing system implementation.
Read more ?
August 25, 2025 • design-patterns, csharp, software-architecture, state-pattern
Learn the State Design Pattern with theoretical and concrete examples including an audio player implementation.
Read more ?