c# tag

485 questions


1 answers
105 views
0
Socket connection: Always want to connect, or reconnect when disconnected.

Thank you for your help.This is a question about the TCP socket.In order to ensure response speed, I would like to keep the socket connection connected all the time and reconnect if the connection is ...

2 years ago

1 answers
35 views
0
Is it possible to synchronize the timer of C#?

private void Form1_Load (object sender, EventArgse) { AutoResetEvent autoEvent=new AutoResetEvent(false); StatusChecker statusChecker = new StatusChecker(); // Create the delete that invokes method...

c#
2 years ago

2 answers
113 views
0
I want to use LINQ to get the maximum value of properties for a class in a dictionary within a class.

I'm always studying.I'd like to borrow your advice today.Let me ask you a question.public class TestResult{ public string Kamoku; public int Tensu;}public class Grade { public int Rank; public List &l...

2 years ago

1 answers
86 views
0
Blend SDK for WPF action does not work

We have deployed Liveet 1.3 in .NET Framework 4.5.2 to create client applications for WPF.While studying triggers, I have created a custom trigger that has the same functionality as Livet's Interactio...

2 years ago

2 answers
101 views
0
What is the validity of the SQL Server index when using EntityFramework?

This is the first development in the Entity Framework 6, ASP.NET (MVC) project (C#).DB is the Azure SQL database.We created a non-clustered index on age because the ID is the primary key and the membe...


1 answers
41 views
0
About AddFors for Unity

Currently, I am thinking of creating a process in which characters move freely in 3D space, but when I do the following process, when I press W+A and S+D at the same time, it moves in a strange direct...

2 years ago

2 answers
102 views
0
Unable to connect to internal SQLServer from outside the company via SSH

I'm going to connect to the internal Windows Server from outside the company via SSH (OpenSSH) PortForward and work with the SQLServer DB.The language used is C#.SQLServer is connected with SQLServer ...

2 years ago

2 answers
41 views
0
OpenVR Initialization Fails on Unity 5

I'm a Unity & Programming beginner.The version is 5.5.1.I want to use SteamVR and EditorVR in Unity 5, but I get an error and I can't press the play button.VR:OpenVR Error!OpenVR failed initializa...

2 years ago

2 answers
49 views
0
I would like to use the program created in .NET Framework 4.5 as an installer package, but is it impossible to use VS2013 Express?

As Visual Studio 2013 Express cannot create a setup project, we downgraded to .NET Framework 3.5 and rolled back the development environment to develop on Visual Studio 2008 Pro (modified project file...

2 years ago

3 answers
110 views
0
Retrieve and parse the JSON file from the URL in C#

http://cathval.com/csharp/4159I found out how to handle JSON data by referring to this site, but how can I receive JSON information from WebAPI like the URL below in String?http://weather.livedoor.com...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.