c# tag

485 questions


3 answers
81 views
0
How to temporarily disable an object

Don't hide the object, make it unusable until n seconds later.I'd like to make it a specification, but is there a way?

2 years ago

2 answers
93 views
0
How to create an API while using the ASP.NET form application

For some reason, we are developing it with ASP.NET form application instead of MVC5.However, I would like to create an API that does not have a form page in this project.Is there a way?

2 years ago

1 answers
68 views
0
Please give me some advice on how to slip through objects.

I was experimenting with seesaw in Unity 3D. As you can see in the picture, the heavy cube on the right will slip through the seesaw.All objects in use are configured with Rigidbody and As for Seesaw,...

2 years ago

1 answers
70 views
0
Unity Console Error Handling Is Not Solvable

I think the fifth line says that ; and {} are missing due to a console error, but it should not be necessary for the public class.Where do I put {}?Also, what does it mean when it says Top level state...

2 years ago

2 answers
132 views
0
Understanding Interop.dll Requirements When Class Libraries Operate C#SQLite

Thank you for your help.Not long ago, I asked about the connection of SClite, and I thought it was solved once, but it didn't work out as I wanted, so I would like to ask you a different question.I'm ...

2 years ago

1 answers
71 views
0
I want to be able to handle cases where colliders are partially separated by Unity collision determination.

I would like to be able to handle the case where A moves while A and B colliders are always overlapping and some colliders are separated. Is it possible?You cannot use OnTriggerExit because it is not ...

2 years ago

2 answers
45 views
0
C# SORTING METHOD

Currently, I'm studying for C#.I've been asking questions about practice since I've never had it before.I'm stuck in sorting.Use the following code::1. Create a list for men only2. Create a list for w...

2 years ago

1 answers
40 views
0
I want to set a value in the text box in the ACCESS form.

We would like to set the value in the text box in the ACCESS form using uiautomation of c# and .Net.If it was an out-of-form text box in ACCESS, I could have setValuePattern from CONTL.type.Edit, but ...

2 years ago

1 answers
39 views
0
"Form.ShowDialog" Method Slows Screen Display

Currently, after executing SQL statements in the application created with C#, we are conducting a continuous test to display the screen.If you do the above continuous tests for approximately 3-4 hours...

c#
2 years ago

1 answers
39 views
0
About Lazy loading

Are there any samples of Lazy loading that were explained in Japanese?I found the examples below and they are all in English.http://www.codeproject.com/Articles/116273/A-Generic-Way-to-Delay-load-Lazy...

c#
2 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.