485 questions
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 ...
private void Form1_Load (object sender, EventArgse) { AutoResetEvent autoEvent=new AutoResetEvent(false); StatusChecker statusChecker = new StatusChecker(); // Create the delete that invokes method...
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...
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...
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...
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...
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 ...
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...
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...
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...
« | - 31 - | » |
© 2024 OneMinuteCode. All rights reserved.