Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
EF
.
Show all posts
Showing posts with label
EF
.
Show all posts
Sunday, 11 December 2022
Presentation in Norwegian presenting demo repository with GraphQL and Hotchocolate/Strawberryshake
›
I have written a presentation about GraphQL demo repository of mine here. It is in Norwegian, so it will not be translated to english here....
Friday, 5 February 2021
Overcoming limitations in Contains in Entity Framework
›
Entity Framework will hit a performance penalty bottleneck or crash if Contains contains a too large of a list. Here is how you can a...
5 comments:
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:
›
Home
View web version