entity-framework
Here are 2,604 public repositories matching this topic...
-
Updated
May 21, 2022 - C#
-
Updated
Jun 21, 2021 - Go
-
Updated
May 18, 2022 - C#
-
Updated
Apr 11, 2022 - C#
-
Updated
May 23, 2022 - C#
-
Updated
May 23, 2022 - C#
-
Updated
Apr 29, 2022 - C#
Im looking for the labels/keys for the event counters so I can add some of them to my monitoring.
Specifically App Insights, I require the labels/keys and the "core" counters includes this in the "well-known" eventcounters documentation: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/available-counters
You already have the available counters in this article, but there is no way to fi
-
Updated
May 16, 2022 - HTML
date_trunc('week', now()::date
Looking to make a call similar to this, and can't figure out what should be used now. I've also looked at EF.Property<DateTime>()
but that doesn't seem to help.
-
Updated
Mar 12, 2022 - C#
-
Updated
May 2, 2022 - C#
-
Updated
Aug 12, 2021 - C#
-
Updated
Jan 8, 2022 - C#
-
Updated
May 6, 2022 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Mar 28, 2022 - C#
-
Updated
May 24, 2022 - Ruby
-
Updated
Dec 25, 2021 - C#
-
Updated
Apr 19, 2022 - C#
-
Updated
Mar 18, 2022 - C#
-
Updated
Apr 28, 2022 - C#
-
Updated
Jan 24, 2022 - C#
We need more complete example apps that would show more of the framework features and how to use them in real-world scenarios.
-
Updated
Feb 15, 2020 - C#
Ada cadangan untuk terjemah keseluruhan projek ke dalam Bahasa Melayu? Memandangkan ini adalah projek NLP Bahasa, mungkin lagi senang engagement kalau ada versi Bahasa Melayu. Sila maklum jika perlu bantuan.
-
Updated
May 16, 2022 - C#
Improve this page
Add a description, image, and links to the entity-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework topic, visit your repo's landing page and select "manage topics."
How to use RegexMatch in EF Core Cosmos C#
I want to apply the below in Linq. Here code is in-case sensitive
Cosmos Query
SELECT * FROM c
WHERE RegexMatch (c.Code, "ZWw","i")