In my application I have two entities with a many-to-many relationship, namely Activity and Skill :
EF(CodeFirst)generatesthejointableforme,butitisconflictingifIcreatethemappingathandinOnModelCreatingbecauseIhavethesamecolumn(CLIENT_ID)in...
I have a system that I'm developing in C # WPF using PostgreSQL as DBMS and wanted to use this same database for my ASP.NET MVC application.
Is it possible to have the Entity Framework have access to the data that is in the PostgreSQL DBMS to...
When I click on NEXT it closes, when I use a sqlserver it works normally, but in this case I'm trying with mysql and I'm having this problem,
Has anything like this ever happened to you?
People,
I ask for urgent help ...
I have a system that is running "right". Made in C # (WinForm) and SQL Server (without EntityFramework).
However, due to studies and the need to extend the system (adding new features and improving elsewhe...
I'm using two Entity Framework contexts, one for the
Identity (which is in the cross cutting layer) and another to my application (in the Data layer), both point to the same database.
Date Layer:
public class IdentityIsolationContext : DbCo...
Jquery is returning undefined to one of the generic properties I created, to use with Bootgrid. I am trying to load a modal according to the click event of one of the buttons on the grid, but the modal opens without content. JQuery recognizes th...
In my solution C# , I use Web.config transformation to connect a specific data environment, but I'm having a problem with EntityFramework that can not recognize string de conexão transformed , only recognizes Web....
I do not know if the question is very clear, so I'll try to illustrate the scenario better.
I created an Activities table and a User table, in the Activities table I have a responsible for it and I can also have some users associated with it....
I have two connection string, one when I'm developing that uses my local bank and another for when I deploy the application in Azure.
I want the application to know which one to use depending on the type of build I do. What is the simplest wa...
I have records in the database (for example, clients), and all records have a EmpresaID identifier. I'm using identity with entity framework to authenticate. In the user's registry I have an identifier "CompanyId".
I would like to k...