Tag:Entity Framework
All the articles with the tag "Entity Framework".
Entity Framework Value Converters
Published: at 07:27 AMAn exploration of how EF Core Value Converters make life simpler by handling data transformations seamlessly, with examples for enum hashing and HTML sanitization.
EF with SP using ExecuteSP
Published: at 06:39 AMExplanation of how to use stored procedures in Entity Framework (EF), particularly with dynamic queries and temporary tables, and how to handle the limitations EF has with such SPs.