c# tag

485 questions


1 answers
393 views
0
How AmazonAdsAPI Handles Content for Media Type appapplication/vnd.spCampaign.v3+json 」

How can I pass the content of the media type application/vnd.spCampaign.v3+json from AmazonAdsAPI in C#?I am currently trying to run ADSAPI sp/campaigns/list in post in HttpClient in C#.You need to pa...

1 years ago

1 answers
419 views
0
Index is out of range.A non-negative value must be less than the size of the collection.

After implementing the following code, the error started to follow the title.I couldn't solve the problem even after looking into it, so I'll ask you a question.I look forward to hearing from anyone I...

c#
1 years ago

3 answers
363 views
0
I want to handle SendInput in the console app.

I am worried that SendInput is not working.The environment is VisualStudio 2022, the C# console app, and .Net 7.0.In addition to referring to the following HP, I created it while looking at the SendIn...

1 years ago

1 answers
320 views
0
fail to inherit generic classes

Generic class inheritance doesn't work out as expected.The implementation itself has been completed, but I am looking for a way to simplify the code.When I searched, I couldn't translate the method I ...

c#
1 years ago

1 answers
459 views
0
Where is the memory area of the reference static variable in c#?

Are reference static variables in c# stored in static, heap, or stack areas?

c#
1 years ago

1 answers
477 views
0
ML-Agent tutorial says "Heuristic method called but not implemented.Returning placeholder actions." and fails to proceed

In the ML-Agent tutorial, there was a problem that could not be solved by following the document, so I would like to ask you a question.I've looked through other questioning sites, but I can't help it...

1 years ago

1 answers
315 views
0
I want to know the difference between game math and math in differentiation.

Question detailsHere are two videos on the reference site: how is the differentiation in game mathematics different from math?Regarding 8:22 of the Unity engine video, I would like to know the followi...

1 years ago

1 answers
313 views
0
I want to know about the difference between game mathematics and mathematics in differentiation.

Question detailsHere are two videos on the reference site: how is the differentiation in game mathematics different from mathematics?Regarding 8:22 of the Unity engine video, I would like to know the ...

1 years ago

1 answers
396 views
0
I want to know about the difference between game mathematics and mathematics in differentiation.

Question detailsHere are two videos on the reference site: how is the differentiation in game mathematics different from mathematics?Regarding 8:22 of the Unity engine video, I would like to know the ...

1 years ago

1 answers
307 views
0
How to Write and Retrieve Internal Class Properties When Inheriting Internal Class

If the parent class has an internal class, I would like to know how to read and write the properties of the internal class from the inheritance destination.public class MainClass:ClassA{ ClassAa = new...

c#
1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.