c# tag

485 questions


3 answers
38 views
0
passing values between classes

I'm a beginner in programming and I'm studying the basics.You are trying to add up one class and display the results in another class.I think I can pass it by argument, but I can't write the code and ...

c#
2 years ago

1 answers
62 views
0
Using StaticResource for Dictionary on XAML

In Windows 10, Visual Studio 2017, and .NET Framework 4.5, we created DataTemplateSelectors similar to the following: ContentProperty(DataTemplateTable)public class TypeToDataTemplateSelector:DataTemp...

2 years ago

2 answers
91 views
0
Serialize, desirialize Utf8 Json's Decimal in C#.netcore

If you serialize the Decimal value, you will receive a Double value. Resolver, Formatter, IJsonFormatterResolver, IJsonFormatter<> seems to be used to solve this problem, but I don't know how to...

2 years ago

1 answers
109 views
0
CryptoAPI can take out the key if it knows the container name, but how should I select and store the container name?

You are trying to contain the key using the System.Security.Cryptography.RSACryptServiceProvider class.I have to specify a container name, but what do you specify for this container name and how do yo...

2 years ago

1 answers
47 views
0
Looking for a free API to get past weather information

I'm looking for an API that can get past weather information by throwing location and date.As it is being developed by Unity, I would like to see reference sites written in C#.Thank you for your coope...

2 years ago

1 answers
93 views
0
I want to create a DB for SQLite for use in the store application in c#

Nice to meet you.I received a lot of comments from the previous question and even set up settings to use SQLite.However, I tried to find out how to create a DB to see if it really touched SQLite, but ...


1 answers
77 views
0
Error 413 (request entity too large) occurs when Azure Functions reads the Base64 string.

in Azure Functions (C#, Runtime.NET6, HttpTrigger)When receiving an Http Request (POST/Type JSON), the parameters of the body part are A 413 error (request entity too large) occurs when the base 64 st...

2 years ago

1 answers
45 views
0
I want to know how Unity can prevent obstacles from floating or sinking.

I'm making a game where I put the ball into the goal by rotating the stage.When you rotate the stage, smooth moving black obstacles sink and float (probably because of Vector 3).The solution to this i...

2 years ago

1 answers
46 views
0
Error in Unity code: Non-invocable member'GameManager.clearEf'cannot be used like a method

I'm a beginner at Unity.I am creating a tap game application based on the book, but I am worried because I am into the error.I'm going to check the line, but I can't get the answer I want even if I se...

2 years ago

2 answers
95 views
0
Detailed display of object names in hit tests

https://sites.google.com/site/toriaezunomemo/home/visual-studiomemo/hittotesutoUsing the programs on the site above as a reference, the goal is to implement the hit test program in WPF of C# as follow...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.