Гость » 09 мар 2024, 14:36
Последнее сообщение Гость «
Гость »
using (Activity activity = source.StartActivity( demo )) { Console.WriteLine(activity?.Id); } the output is something like 00-bbd8c75b04cda7f7fe9ee03b54b2d7ba-72dc8c0dc24fc406-01
and it always has two leading 0s and trailing 01, what does those...
Гость » 09 мар 2024, 14:34
Последнее сообщение Гость «
Гость »
I just start to learn unity and currently following the tutorial. I'm curious when I following the last section of the tutorial, I got NaN value in one of the code, so I tried to logging it to know where's the NaN came from.
Гость » 09 мар 2024, 14:22
Последнее сообщение Гость «
Гость »
I have seen the question How to convert Hex to RGB?, but their answers were not what I looked for. I also have seen the following questions:
Convert ARGB hex string to RGB How do I get the color from a hexadecimal color code using .NET?
But I was...
Гость » 09 мар 2024, 14:21
Последнее сообщение Гость «
Гость »
I am trying to deploy my ASP.NET Core Web API project that I created using Clean Architecture using my Azure Student portal account. The deployment is successful however when I navigate to the API's url endpoint it doesn't show the json object that...
Гость » 09 мар 2024, 13:45
Последнее сообщение Гость «
Гость »
I'm trying to test a handler from my api that is called by the mediator but it seams that it can't be called in the test case. I don't want to mock the mediator nor the handler, just the repositories.
Гость » 09 мар 2024, 13:39
Последнее сообщение Гость «
Гость »
I have seen the question How to convert Hex to RGB?, but their answers were not what I looked for. I also have seen the following questions:
Convert ARGB hex string to RGB How do I get the color from a hexadecimal color code using .NET?
But I was...
Гость » 09 мар 2024, 13:34
Последнее сообщение Гость «
Гость »
I'm making a 2d top-down game in Godot 4 with C# and I can't get the enemy AI to move toward the player. The only time it follows the player is when the player in under the enemy and touching the enemy.
Гость » 09 мар 2024, 13:25
Последнее сообщение Гость «
Гость »
how I can modify my loop to print only one copy of number(lineNum) if number does not meet the condition (lineNum % element.number == 0). I want to make FizzBuzzEndFile.txt to look like this: 1 2 Fizz 4 Buzz 6 Fuzz 8 Fizz
Гость » 09 мар 2024, 13:21
Последнее сообщение Гость «
Гость »
In short, I have a custom control in Xamarin for which I defined a BindableProperty , which I would like to bind to the control's xaml via a calculated property in the code behind, but it always displays as null because the calculated property is...
Гость » 09 мар 2024, 13:17
Последнее сообщение Гость «
Гость »
I have a table like this:
Column A Column B Peter Apple Peter Orange Peter Melon John Apple John Potato John Melon Suzane Kiwi Suzane Cucumber Suzane Orange
I need to select values from Column A and values from Column B where Column B contains...
Гость » 09 мар 2024, 13:01
Последнее сообщение Гость «
Гость »
When I test it in Visuall Studio by pressing F5 and it's working fine and I can able to login the webpage and sql query process working nicely. Also note that my SQL server is active over internet which can be accessed using IP address.
Гость » 09 мар 2024, 12:43
Последнее сообщение Гость «
Гость »
Currently working on a game using XNA with MonoGame but have run into a visual error while trying to render the background where it'll appear above sprites when it should always appear behind.
The background render target will occasionally flicker...
Гость » 09 мар 2024, 12:40
Последнее сообщение Гость «
Гость »
I have a MediatR Pipeline behavior for validating commands with the FluentValidation library. I've seen many examples where you throw a ValidationException from the behavior, and that works fine for me. However in my scenario I want to update my...
Гость » 09 мар 2024, 12:33
Последнее сообщение Гость «
Гость »
I am working on a repository method in Entity Framework Core to retrieve all applications along with their associated application tokens. My method looks like this:
public async Task GetAllApplications(string? expand = null) { List applications =...
Гость » 09 мар 2024, 12:28
Последнее сообщение Гость «
Гость »
I am just playing around with some Json and Fluentassertions, I am able to make a call to an API successfully, get the results, deserialize them but for some reason when i get to do an assertion on the response its losing the data and it empty. I...
Гость » 09 мар 2024, 12:16
Последнее сообщение Гость «
Гость »
I've been trying to create a face recognition system. I managed to write the code to save faces as objects and store them in a folder. However, I'm now confused about how to make it automatically recognize faces when I turn on the webcam, and turns...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения