AAA
AAA
CC#
Created by AAA on 2/9/2023 in #help
❔ Saving Images to the database on azure
with con string
11 replies
CC#
Created by AAA on 2/9/2023 in #help
❔ Saving Images to the database on azure
is it just like a db
11 replies
CC#
Created by AAA on 2/9/2023 in #help
❔ Saving Images to the database on azure
how would i access the blob storage?
11 replies
CC#
Created by AAA on 2/8/2023 in #help
❔ SQL Timeout Error Deployed ASP.NET Core app
this is how i connect so the con string is right
9 replies
CC#
Created by AAA on 2/8/2023 in #help
❔ SQL Timeout Error Deployed ASP.NET Core app
MySqlConnectionStringBuilder builder = new MySqlConnectionStringBuilder { Server = "myapp.mysql.database.azure.com", Database = "dbname", UserID = "name", Password = "pass", SslMode = MySqlSslMode.Required, };
9 replies
CC#
Created by AAA on 2/8/2023 in #help
❔ SQL Timeout Error Deployed ASP.NET Core app
yes that all works
9 replies
CC#
Created by AAA on 2/1/2023 in #help
❔ .Net Core API User.FindFirstValue(ClaimTypes.NameIdentifier) in every action?!
null?
13 replies
CC#
Created by AAA on 2/1/2023 in #help
❔ .Net Core API User.FindFirstValue(ClaimTypes.NameIdentifier) in every action?!
what does ur extension method return if userId not found
13 replies
CC#
Created by AAA on 2/1/2023 in #help
❔ .Net Core API User.FindFirstValue(ClaimTypes.NameIdentifier) in every action?!
i tried doing that but it didnt work
13 replies
CC#
Created by AAA on 2/1/2023 in #help
❔ .Net Core API User.FindFirstValue(ClaimTypes.NameIdentifier) in every action?!
i think ill do that as well
13 replies
CC#
Created by AAA on 2/1/2023 in #help
❔ .Net Core API User.FindFirstValue(ClaimTypes.NameIdentifier) in every action?!
thats smart
13 replies