-
I have encrypted data using Entity Framework Core EncryptColumn and save in SQL database, but not able to get data (decrypt data) from database. It just show blank string when I fetch data from SQL da…
-
1. Створити проект з ASP.NET MVC (Core)
2. Визначити основні модулі проекту (БД, Фронтенд)
3. Створити проект з бізнес логікою
4. Створити архітектуру таблиць БД
5. Створити проект з модулем даних…
-
Hopefully I include all the necessary details here. I am working on migrating an application from .NET 4.8 to .NET 8, and one of the steps I need to take is setting up TypeGen in the new project. I h…
-
## Support for a Single Project with Multiple Provider Migrations - Edge Case/Issue/Request
- Summary: Separate class library projects are required to support multiple database providers. It would…
-
I want to create an app to manage Staff Details at a school using the Staff App Catalog Group in C#
-
This article from .NET's Entity Framework documentation is really good at explaining why single queries are not always the answer.
https://learn.microsoft.com/en-us/ef/core/querying/single-split-qu…
-
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 "we…
-
According to the [official documentation of IDbContextFactory](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.idbcontextfactory-1?view=efcore-7.0), the TContext parameter s…
-
[Enter feedback here]
The page mentions under prerequisites that 'nstall-Package Microsoft.EntityFrameworkCore.Design' is needed.
After installing this (via pmc ) and continuing to the 'Scaffold-…
-
I have an entity with an owned, nullable JSON collection (see [NullVsEmptyList.zip](https://github.com/dotnet/efcore/files/14826830/NullVsEmptyList.zip) for a running example):
```C#
class ParentE…