python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Connecting SQL Server Imbedded app in Linux
Thanks for checking my issue, Recently I developed a simple application with c#, .Net 5 that connects to the SQL server database which is deployed on Windows Server, I tried to run the application and...
Kidus Daniel
Votes: 0
Answers: 0
EF Core database filter
I am following this tutorial. I am new to C# and need some help!
I am trying to add a feature to the GetUsers function to be able to get a list of "Users" associated with a "Company&quo...
Grobian
Votes: 0
Answers: 1
EF Migrations - Delete Database schema before migration
I am trying to create a migration, that would purge data for the whole schema and then run migrations.
I have found a way to run the migrations for the context set only.
I cannot find a way to delete ...
Skylerdw
Votes: 0
Answers: 1
EFCore - How to run simple query on a loop?
I'm working on a project where users can queue up actions to happen in the future. Each future action is saved in the database. I'm trying to find a way to get all the actions that have already passed...
John Hershberg
Votes: 0
Answers: 1