Tags Overview for All Blog Topics

EF Core: Migrations and Data Access Patterns

EF Core

Entity Framework Core is the primary ORM for .NET, and its surface area extends well beyond basic CRUD. This collection examines EF Core from a practitioner’s perspective: migration design, model configuration, performance patterns, and the architectural decisions that determine whether your data layer stays maintainable as systems grow.

Enterprise

Enterprise-scale development introduces challenges around team coordination, consistency, legacy systems, and governance. This collection explores architectural patterns and strategies for shipping software at enterprise scale.
Tool and Code Extensions for Developers

Extensions

Development tool extensions enhance IDE capabilities and automate workflows. This collection explores high-value extensions for Visual Studio and VS Code that improve productivity without creating bloat or stability issues.
GDPR Engineering in .NET Systems & Azure

GDPR

GDPR is not just a legal requirement—it is an engineering specification for how personal data must be handled throughout its lifecycle. For .NET developers, GDPR demands that data models support deletion, APIs expose data subject rights, and workflows implement consent management.
GitHub Development and Collaboration

GitHub

GitHub provides version control, collaboration, CI/CD, and security features for modern software development. This collection explores GitHub workflows, repository management, and effective team collaboration practices.