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)
Serilog.Sink.Elasticsearch, Could not create SSL/TLS secure channel
I am using Serilog and Serilog.Sink.Elasticsearch in an ASP web API project,
there is an issue with the connection to the ELK service that has been configured on an azure Kubernetes cluster, I get the...
Mehran Hafizi
Votes: 0
Answers: 0
Returning different types from the same method
I have two objects that are similar but not quite the same:
public class ObjectA
{
public string PropertyA { get; set; }
}
public class ObjectB
{
public string PropertyA { get; set; }
pub...
dolopov
Votes: 0
Answers: 2
Database Errors codes returning from api layer to a ui layer sep project
I keep coming back to this but what should I be returning from my database service call in my WeightLifting Service I have this code.
public async void CopySessionsPlayersToWeightLiftingBySessionId(in...
c-sharp-and-swiftui-devni
Votes: 0
Answers: 1
How to syncronize data (application settings) between app pool
I have a static class, containing vaious settings fon .NET web api 2 (mostly parameters, links, flags etc.). Those parameters are filled from XML - file on startup.
The task is to make them changeable...
Alex
Votes: 0
Answers: 0