c# tag

485 questions


1 answers
438 views
0
I want to generate a list of random numbers with the shortest possible code.

I'd like to use the list initialized with random numbers in Unity c#, but the current method will result in a long code as follows.For me, who has become Python, it's very troublesome to write like th...

1 years ago

1 answers
349 views
0
unity I want to generate a beautiful random number list

I'd like to use a list initialized with random numbers in unity c#, but with this method, the code will be this long.For me, who has become python, it's very troublesome to write like this every timeI...

1 years ago

1 answers
339 views
0
How to Switch Roles Using AWS SDK on C#

I am currently working on a C# app for AWS access, but I have been stuck switching roles.I looked up various sites including official AWS information and language differences, but I didn't see anythin...

1 years ago

2 answers
247 views
0
I would like to know why GET https://masterodon.example/api/v1/timelines/list/:list_id HTTP/1.1 is not available.

I want to know why GET https://mastodon.example/api/v1/timelines/list/:list_id HTTP/1.1 on the reference site cannot get a timeline for the listCommunication is successful because other webclient syst...

c#
1 years ago

1 answers
301 views
0
How to Manually Control RTS/CTS Using the C#SerialPort Class

If you know, please let me know.We are currently developing modem testers using the SerialPort class on C#.Is there a way to manually control RTS/CTS without using System.IO.Ports.Handshake.RequestToS...

1 years ago

1 answers
276 views
0
I would like to know why WebView2.EnsureCoreWebView2Async(null) does not wait for processing using wait.

The presentation code is the class that draws html using WebView 2 and its initialization process.webView.EnsureCoreWebView2Async(null); processing is not done in Form1() inside the comment section.we...

c#
1 years ago

1 answers
212 views
0
Function call within xslif test

As shown below, I would like to apply another function (normalize-space) to a given element within the if function conditions and use the results for comparison.does not allow you to view xml with xsl...

1 years ago

2 answers
222 views
0
I want to know the simplest way to end asynchronous infinite looping.

The proposed code is asynchronous, streaming via http communication to get json.When the class Account to which the SetStreamTimeLine() function belongs is deleted, I would like the while statement in...

c#
1 years ago

1 answers
323 views
0
I want to get an event through httpclient stream processing.

Regarding the presentation code, below is the code for obtaining SNS timeline posts in the stream.The console screen is the output when a post arrives.I want to know how to get the console output even...

c#
1 years ago

1 answers
358 views
0
I want to group AddShape() figures in EPPlus C#

I am writing to ask you a question because I did not know how to use the Group method when I looked at the EPPlus website.You can place the figures on the sheet by simply adding them to ws(WorkSheet) ...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.