.net reads February 2019
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.
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.
Guide to using Azure Management API SDK within a custom Entity Framework database initializer to control Azure SQL database tier creation.
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.