英文: save messages in the console log to a class 问题 我有两个名为Issues和Requestmessages的类。我使用Visual Studio和....
Why does AsNoTracking is increasing the loading time instead of improving the joins operation on large dataset in LinqToSQL c#?
英文: Why does AsNoTracking is increasing the loading time instead of improving the joins operation on...
如何使用Entity Framework和MySQL存储值列表?
英文: How can i store list of values entity framework with mysql 问题 我想在我的 `Project` 实体中存储工人的 Id 列表。 ``...
如何在C#中使用Entity Framework来操作通用图片模型的关系数据库?
英文: How to use general picture model relational database in C# with Entity Framework? 问题 我想使用一个通用的“P...
使用LINQ进行分组的聚合。
英文: Linq an aggregate with a grouping 问题 这是您的查询的翻译: var topUser = (from p in _context.Sessions where...
如何使用JTA向表中插入数据?
英文: how to insert to table with JTA? 问题 我想将数据持久化到表中。当我调用保存方法时,它抛出一个异常:"**EXCEPTION saveToDB ---j...
使用仓储模式在Entity Framework中添加带有相关子对象的记录。
英文: Adding record with related child object in Entity Framework using Repository Pattern 问题 我在添加一个带有...
Memory leak in Blazor Server-side project
英文: Memory leak in Blazor Server-side project 问题 我创建了一个简单的系统来向 EF Core 数据库添加和删除文件,像这样: 添加文件: public ...
如何使用Entity Framework将文本框中的数据保存到数据库?
英文: How can save date from textbox to database using Entity Framework? 问题 dtpGraduationYear 是一个包含日期的...
无法在Visual Studio 2017中创建控制器。
英文: Unable to create Controller in Visual Studio 2017 问题 我正在尝试使用Visual Studio和Scaffolding创建一个控制器。我不确...
14