Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 1 July 2025
Creating a custom pluralizer to use with Entity Framework
›
In Entity Framework, you can implement a IPluralizationService to control how entities' names will be pluralized . In additional singula...
Saturday, 28 June 2025
Setting up connection resiliency for Entity Framework
›
In Entity Framework, it is possible to add more connection resiliency. This can be done for example if you are working against a more unstab...
Tuesday, 24 June 2025
Custom code conventions in Entity Framework
›
This article will once more look at code conventions in Entity Framework. A custom code convention will be added where if the property (col...
Saturday, 21 June 2025
Creating a convention based Schema attribute in Entity Framework for .NET Framework
›
This article will present a way to create a Schema attribute for Entity Framework in .NET Framework. Some people still use .NET Framework, ...
Tuesday, 10 June 2025
Database logging Entity Framework queries to SeriLog
›
Logging database queries from Entity Framework can be done using Sql Server Profiler or using Profiling tools inside VS 2022. A problem wi...
›
Home
View web version