python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Different behavior of FORMAT function, SQL Server?
I want to convert Date to PersianDate, So I'm using Format function.
It's OK at local and my Windows 10:
DECLARE @datetime DATETIME = '2022-03-16'
SELECT FORMAT(@datetime, 'yyyy-MM-dd', 'fa') -- 1400-...

Mohammad Dayyan
Votes: 0
Answers: 0
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
IIS 8.5, .NET 6 WebApi Controller does not work(500) while wwwroot files does
I have WebApi .Net 6 added to IIS, but controllers doesn't work.
I turned on static files to be sure if the problem in Runtimes whatever, but images work by the link, so the app is working(?). In Task...
John wantstoknow
Votes: 0
Answers: 1
Issues using api.twitter.com from Windows 2012 R2 in .NET - Twitter seem to have removed some ciphers - Anyone have any workarounds?
Sometime yesterday, A .Net (4.7.2) app that accesses the Twitter api stopped working with an error "The request was aborted: Could not create SSL/TLS secure channel" when calling System.Net....
Chris
Votes: 0
Answers: 0