Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
entityframework
.
Show all posts
Showing posts with label
entityframework
.
Show all posts
Tuesday, 5 July 2022
UnitOfWork pattern in Entity Framework
›
This article will present code regarding the 'Unit of Work' pattern in Entity Framework, EF. I will also show updated code for a gen...
Sunday, 20 December 2020
Outputting runnable SQL from Entity Framework 6.x
›
This article will describe how you can output runnable SQL from Entity Framework. The output will be sent to the Console and Debug. You can ...
Sunday, 5 April 2020
Deploying an SQL Express database in Azure Devops pipeline with YAML and generating and updating the database with migrate scripts using EF Core Code First tools
›
Here a full example of how I achieved running Integration tests using Sql Express in Azure Devops. I had to use the YAML based pipelines s...
3 comments:
Thursday, 1 August 2019
Consistency guard of enums used in Entity Framework
›
This is a consistency guard for enums in Entity Framework. It is a mechanism for protecting an entity in Entity Framework or just EF, in cas...
Thursday, 2 May 2019
Regenerating precompiled views in Entity Framework
›
This article will present a solution to regenerate precompiled views in Entity Framework. Precompiled views can have a dramatic effect on th...
Tuesday, 24 July 2018
Getting started with Transactions in WCF
›
Transactions is a powerful concept in many parts of the software industry, they ensure that two or more procedures are either all carried ou...
›
Home
View web version