485 questions
If the table name of the DB already exists is mytable, I attribute it as follows, but it doesn't recognize it.What should I do?Hoge.cs [Table(mytable)]public class Hoge {...}MyDbContext.cs public clas...
Thank you for your help. As the title suggests, we would like to have an event happen when we receive a window message on C#. For the time being, I was able to process receiving window messages and ...
Thank you for your help.In order to find out how many devices are connected to the PC in C#, Creating an application to view open COM ports.In order to detect a new connection or disconnect and update...
■Current state Using a multi-online system called PhotonCloud, I'm trying to make a multi-match. OnConnectedToPhoton on PhotonEventManager.cs is When connected to the PhotonServer, events fly. I'd ...
Data from self-made SRPG games are stored in the database under the Entity Framework Code-First.The tables include Character, Item, Weapon, Equipment, and so on.I was able to implement it normally, bu...
GameObject[]go1;GameObject[]go2;GameObject[]go3;string [ ] tag = {A, B, C };Dictionary <int, GameObject[]>Dict=new Dictionary<int, GameObject[]>();Pict.Add(0,go1);Pict.Add (1, go2);Pict.Ad...
The reason is that you are using the master page.It was written on an overseas website that ClientIDMode=Static would be fixed by writing ClientIDMode= in the ContentPlaceHolder.But writing this doesn...
We are developing a database operation program at C#.Oracle sets OracleCommand's BindByName to true to by parameter namingI think it is possible to set parameters, but is there an option like this in ...
Using C#(Core Tweet), we are creating a tool to output Twitter search results to Excel.Twitter APIs should only allow you to retrieve tweets from the past week, but rarely do you get tweets from about...
I'm making a game.·If you save 100 exps, you will be able to improve your level ·When you raise the level, you increase the variable value of the class called status class by one There may be some par...
« | - 35 - | » |
© 2024 OneMinuteCode. All rights reserved.