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)
How can I check if client exists in database before inserting data into database in .NET Core
A little assistance on how I can check if client already exists in the database before adding him or her into the database using a for loop in ASP.NET Core Web API.
I have a list of clients and I'm ar...
user11311667
Votes: 0
Answers: 1
Enum fluent validation to accept only string
Below is my Enum
public enum IdentifierType
{
Customer = 1,
Manager = 2,
Director = 3
}
Using fluent validation in .Net core, is it possible to do validation where passing 1/"1"...
Dark Knight
Votes: 0
Answers: 2
asp.net core Web API: use Roles and RequiredScope concurrent
I have a WebAPI with OAuth2 (Microsoft Identity) and I need to support 'Client Credential Flow' (for non-interactive driven clients, with Roles) as well as 'Autentication Credential Flow' (for human-i...
user1470240
Votes: 0
Answers: 2
How to copy custom JSON file into docker container?
I added custom json file in my .net core web API project and retrieved data from that json file successfully when running it in debug mode. But, problem arise when I run it as a docker container.
Erro...
shehanpathi
Votes: 0
Answers: 1