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)
How to setup .NET 6 with Dapper Identity and Discord Login
I'm trying to figure out how to setup a login via Discord Oauth2 while using Dapper as my ORM.
Microsoft has a guide here that I have followed to setup all of my stores. I infact can call CreateAsync(...

Bagzli
Votes: 0
Answers: 1
Aws Amplify - Login activity / logged in devices
Is there a way to list out all logged in devices/sessions, something similar to what instagram does or even just list out all the active sessions, with AWS amplify?
Luka Mikavica
Votes: 0
Answers: 1
Oracle populate a table with an IDENTITY column
I have a partitioned table, which I'm trying to populate with the following SQL code. It appears to work fine when I dont have the seq_num column.
Since the seq_num IDENTITY column generates its own ...
Pugzly
Votes: 0
Answers: 1