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)
Connecting SQL Server Imbedded app in Linux
Thanks for checking my issue, Recently I developed a simple application with c#, .Net 5 that connects to the SQL server database which is deployed on Windows Server, I tried to run the application and...
Kidus Daniel
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
Conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value
This is my simple code for database insertion. But when am trying to insert to datetime column in the database, I got the error:
Conversion of a datetime2 data type to a datetime data type resulted i...
itTech
Votes: 0
Answers: 1
Aes Decryption in .net 5
I have below code written in .net framework to decrypt encrypted text and it is working fine.
private static string MD5(string testString)
{
byte[] asciiBytes = ASCIIEncoding.ASCII.GetBytes(testSt...
rednerus
Votes: 0
Answers: 0