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)
.NET Multi-language support for unsupported ISO 639-2 cultures
I am currently developing an ASP.NET 4.8 MVC single-page application that is expected to support multiple languages. From various resources, I found that one way to accomplish this is through the use ...
MadHenchbot
Votes: 0
Answers: 0
Cant open WindowsForm in Designer
After migration from NetFramework 4.5 to .Net 5.0 My WindowsForm doesnt open in Designer.
heres the output :
Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__30.MoveNext()
System.Run...
user18736540
Votes: 0
Answers: 0
CSOM backend with Modern Authentication
I've been developing some backend code which connects to Sharepoint Online using CSOM and .Net Framework.
_context = new ClientContext(_sharepointDocumentRootUrl);
SecureString secureP...
Thomas Hellström
Votes: 0
Answers: 0
How to use the Max Value from a Collection in a C# Where Clause?
I have a collection of activity phases. I want to get only one activity phase. That activity phase needs to be the one with the highest workflow step value. I tried the following, but no luck:
Activit...
user17824052
Votes: 0
Answers: 2