Search Articles — Sudonull

Search Results

In this project

DDD in ASP.NET: scalability issues after 30 aggregates

https://sudonull.com/ddd-in-asp-net-scalability-issues-after-30-aggregates

Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.

Semantics and architecture for AI search in a niche

https://sudonull.com/semantics-and-architecture-for-ai-search-in-a-niche

Learn to build a semantics pipeline: from entity map to page types and LLM clustering. Capture a niche in the era of AI Overviews. Engineering approach for SEO specialists.

HDMI Matrix in Home Assistant: RS-232 Integration

https://sudonull.com/hdmi-matrix-in-home-assistant-rs-232-integration

Set up TV source switching between rooms via Home Assistant and 4×4 HDMI matrix. Step-by-step code for Coordinator, media_player entity, protocol. For middle/senior dev. Install in 13 min.

From the web

Jul 21, 2022 ·

https://learn.microsoft.com/en-us/aspnet/entity-framework

Jul 21, 2022 · Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Jul 12, 2025 ·

https://www.geeksforgeeks.org/c-sharp/what-is-entity-framework-in-net-framework/

Jul 12, 2025 · What is Entity Framework in .NET Framework? Entity Framework is an open-source object-relational mapper framework for .NET applications supported by Microsoft.

Dec 7, 2025 ·

https://www.c-sharpcorner.com/article/entity-framework-core-a-complete-and-deep-explanation/

Dec 7, 2025 · This article provides a complete, descriptive, and beginner-to-advanced explanation of Entity Framework Core (EF Core).

Searches related to Entity Framework

https://dotnetfoundation.org/projects/project-detail/entity-framework

Entity Framework is the recommend data access technology for new applications in .NET . It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects.

Trending Now