Domain Model Encapsulation and PI with Entity Framework 2.2
Explores implementing Domain-Driven Design with Entity Framework 2.2, focusing on encapsulation and persistence ignorance for a domain model.
Explores implementing Domain-Driven Design with Entity Framework 2.2, focusing on encapsulation and persistence ignorance for a domain model.
A monthly blog post summarizing key .NET ecosystem updates for February 2019, including .NET Core 3.0 Preview, Polly for resilience, and the .NET Foundation.
Learn how to specify decimal precision in Entity Framework to avoid truncation of decimal values in SQL Server.
Learn how to specify decimal precision in Entity Framework to avoid truncation of decimal values in SQL Server.
Fixing the 'Spatial types and functions are not available' error in Entity Framework with SQL Server geospatial features.
Fixing 'Spatial types and functions are not available' error in Entity Framework with SQL Server geospatial features.
Troubleshooting Entity Framework with SQL Server Synonyms and Integrated Security, offering a View-based solution.
Resolving Entity Framework errors with SQL Server Synonyms and Integrated Security by using Views instead.
Guide to using Azure Management API SDK within a custom Entity Framework database initializer to control Azure SQL database tier creation.
Extending Azure Mobile Services queries to include relational data and optional metadata in Xamarin apps.
A technical tutorial on implementing ASP.NET Identity with Entity Framework for database-backed user authentication in an MVC application.
A technical guide on implementing a generic DelegateEqualityComparer in C# to simplify custom equality comparisons in LINQ queries.
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
Explains how to use lambda expressions with Entity Framework's Include method for type-safe eager loading, avoiding string-based property paths.
A blog recommendation for posts covering Entity Framework errors, stored procedures, and dynamic LINQ queries with expression trees.