python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I run code in parallel that is using Entity Framework to insert data?
I've seen a lot of posts about this, but I'm still not quite sure what the answer is. I inherited some code that is handling items one by one. It does a bunch of stuff (it's somewhat CPU intensive), t...
nickfinity
Votes: 0
Answers: 0
Join two tables in Entity Framework version 6.0 Asp.net mvc with comma separated values
I'm stuck in an issue which I'm unable to solve. I have three tables as below.
Number :
ID
Number
User
Comments
1
123
Test User 1
This is a test user 1
2
456
Test User 2
This is a test user ...
IntelligentCancer
Votes: 0
Answers: 1
EntityDataSource & Entity Framework 6 | OnContextCreating issue
I tried to add EntityDataSource from NuGet for entity framework 6.0.
Please take a look at this question.
And also take a look at this answer.
The problem is i can not find this piece of code in my co...

SilverLight
Votes: 0
Answers: 1
Find all objects with list attribute element that exist in another list
I have two lists. One is of type AppUser that comes from the database and the other is of type customer that is passed in as a parameter. Here are the class definitions.
public class AppUser
{
pub...
pachyderm94
Votes: 0
Answers: 1