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)
Which grant type is used by default ASP.NET Core Identity Microsoft External account login?
I have an MVC application that is implementing external login using Microsoft account by following the tutorial here:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/micro...
Jakub Krupa
Votes: 0
Answers: 1
Fail to execute a specific cmd batch file in C#
I'm using Process to execute a batch file which will generate certificate file.
The code works great when I execute other file (which contains openssl command). But when I execute a file which contain...

亞鯉斯多德
Votes: 0
Answers: 1
Routing in dotnet core 3
I am useing [Route("/{controller}/{action}/{name}")]
I have an action that takes the name of an item as an argument, and the name can have spaces in it, so when it shows in the URL they repl...
Ali Hakim
Votes: 0
Answers: 1
How to Get connaction string from configuration in a static class?
I have a class that I can get the connection string from the configuration
public class UserClass
{
private readonly IConfiguration _configuration;
public UserClass(IConfiguration configuratio...
eyalb
Votes: 0
Answers: 1