Coding Grounds
Compilation of different programming projects I amuse myself with.
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...
Sunday, 1 June 2025
Using SqlBulkCopy with EntityFramework
›
This article tests out variying methods of ways of doing bulk inserts in EntityFramework. The code shown in this article uses .NET Framework...
1 comment:
‹
›
Home
View web version