Skip to content
#

entity-framework

Here are 1,734 public repositories matching this topic...

shvmgpt116
shvmgpt116 commented May 5, 2020

I am running a sample test in SqlServer where it is using ToString() on a string column (COL2) in the LINQ.
The test is giving following error when trying to generate SELECT query from the LINQ.

**Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet
.Where(t => t.COL2.ToString().Contains(__url_0))' could

lauxjpn
lauxjpn commented Nov 11, 2019

We should give a quick overview about new features and breaking changes and might also want to mention the top 5 issues that are being reported here, but that are actually just expected behavior changes due to the new query pipeline in EF Core 3.0.0.

mario-mestrovic
mario-mestrovic commented Nov 19, 2019

Hi everybody. I just wanted to point out that the GitHub Wiki section is not up to date. I went there to see the roadmap because I wanted to know when can we expect 6.4.0 release.
The wiki still shows that 6.3 is still in planning but it got released some time ago.

DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):

  • Updated Apr 14, 2020
  • C#
smitpatel
smitpatel commented Apr 24, 2020

This line
> Reference navigations to owned entity types cannot be null unless they are explicitly mapped to a separate table from the owner


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: d02e6748-42e0-000a-4945-42cd05a0b875
  • Version Independent ID: e3effbd0-07f2-423d-4032-1722e75adb37
  • Content: [Owned Entity Type
danielbecroft
danielbecroft commented Apr 3, 2020

We are deploying our .NET Core application(s) on Azure, using Azure AppServices and Azure Database for PostgreSQL server.

We've started to add Application Insights, and most of the external dependencies are automatically tracked/graphed, except for the database. For example, I can see all interactions and timing to the Storage accounts, or an external REST API, but not the SQL queries and numb

Improve this page

Add a description, image, and links to the entity-framework topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.