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)
Converting UTC back to user's timezone with stored DateTimeInfo Id using EFCore DbCommandInterceptor
I have been working on a solution to upgrade our current application to support timezones properly. The original idea of "everything is in our own timezone" is not panning out as well as ex...
CarComp
Votes: 0
Answers: 0
Using SO article to scaffold Identity for react Web project doesn't work
I am following this SO article to scaffold Identity.
modify sign/login UI for oidc-client with .net core react template
I am using the front-end code made by another developer and need to generate the...
user1585204
Votes: 0
Answers: 2
Entity Framework Core 6 - Date Comparision
I need to create a query to find records between a date range. I need to truncate the time for comparison. I came across a few threads suggesting to truncate time using DbFunctions.TruncateTime when c...
fossil
Votes: 0
Answers: 0
EF: how do I use a include with a where statement?
I have an Employee with an Employment and I want to get a list of all employees with a valid employment.
The valid code in SQL would be
SELECT *
FROM dbo.Employees AS employee INNER JOIN
dbo.Employm...
Maurice Lucas
Votes: 0
Answers: 1