Гость » 04 мар 2024, 18:18
Последнее сообщение Гость «
Гость »
Xamarin.iOS and Xamarin.Android will both reach end of life in May 2024. The official Microsoft announcement details how you can migrate these apps to .Net7.
However, there is no mention of MacOS apps built using Xamarin.Mac. Is there any upgrade...
Гость » 04 мар 2024, 18:16
Последнее сообщение Гость «
Гость »
I am writing generic unlockable elements for my game and I needed two similar classes with generic. I have used struct LevelBased where U : LevelUnlockable and expected C# to understand it without writing T value on LevelUnlockable.
Гость » 04 мар 2024, 18:08
Последнее сообщение Гость «
Гость »
I'm trying to show a dialog window when something throws an error in my application. When the viewmodel wants to launch a dialog, it fires an event and the View's code behind answers by creating a new Dialog window and showing it. The problem that I...
Гость » 04 мар 2024, 18:07
Последнее сообщение Гость «
Гость »
I have a ComboBox with the SelectedIndexChanged Event Handler that is firing twice back-to-back while I'm debugging, but when I run it without debugging, it only fires once and it only does this because I trigger it directly. Otherwise, it fires...
Гость » 04 мар 2024, 18:05
Последнее сообщение Гость «
Гость »
I receive a response from an API call and handle the response with three cases.
Failure Failed because the actions were already performed Success
I handle the case with Failed due to previous completed actions as a success.
Гость » 04 мар 2024, 18:03
Последнее сообщение Гость «
Гость »
I have one method for generate file stream, I called the method two time line by line, I am facing outside the bounds of the array, when i call it one time it works fine
public byte[] GenerateReportAsync(string reportName, string reportType,...
Гость » 04 мар 2024, 18:00
Последнее сообщение Гость «
Гость »
I am using EF Core 7 and trying to call a stored procedure with the following code, but the EF Core query generator throws an exception. I'm using the syntax from the MS Docs and I've checked these other examples and I just don't see why my code is...
Гость » 04 мар 2024, 17:59
Последнее сообщение Гость «
Гость »
I'm trying to write a wrapper for libusb in C#/.NET and, at some point, I get an unexpected change in one of my IntPtr variables. In particular, I perform the following instructions:
for (int i = 0; i < numberOfDevices; i++) { IntPtr device =...
Гость » 04 мар 2024, 17:52
Последнее сообщение Гость «
Гость »
Describe the bug We are getting intermittent failures when calling graph.microsoft.com. The exception isn't very clear and its been very difficult debugging the issue. I haven't actually been able to reproduce it locally.
Гость » 04 мар 2024, 17:52
Последнее сообщение Гость «
Гость »
I need to create a c# script for unity that checks if the player is maintaining eye contat with a GameObject (the check function is called in the Update() function)
However when I tried to do this it didn't work, at best it was fine when i watched...
Гость » 04 мар 2024, 17:47
Последнее сообщение Гость «
Гость »
I created an event booking system in asp.net core as a web application using fullcalender. Everything works fine locally but in deployed instance all of a sudden the booked events won't render in the calender. This issue does not occur locally so I...
Гость » 04 мар 2024, 17:40
Последнее сообщение Гость «
Гость »
When I edit my .pubxml file in the one click publish screen. My Entity-Framework Migrations section shows this error and I can't find any solutions that work for me. Has anyone had this issue or know how to resolve it?
Гость » 04 мар 2024, 17:40
Последнее сообщение Гость «
Гость »
I am trying to beat a Hacker Rank problem where I am required to count the number of lucky dates between two given dates. The date intervals are inclusive and accepted in this format
dd-MM-yyyy . You then form an integer out of that date and...
Anonymous » 04 мар 2024, 11:56
Последнее сообщение Anonymous «
Anonymous »
In visual studio code, as well as other IDE's such as JetBrains, there is a keyboard shortcut where you can type . + tab and it will produce a element on your html page. I have been looking for something similar in VS2019 but have not found anything...
Anonymous » 04 мар 2024, 11:56
Последнее сообщение Anonymous «
Anonymous »
I know that asynchronous programming has seen a lot of changes over the years. I'm somewhat embarrassed that I let myself get this rusty at just 34 years old, but I'm counting on StackOverflow to bring me up to speed.
Anonymous » 04 мар 2024, 11:55
Последнее сообщение Anonymous «
Anonymous »
The data is not saved within a DI Scoped Service when using Middleware after Identity login. In this example, the data is always false even though it has been set to true (confirmed in the debugger).
Anonymous » 04 мар 2024, 11:46
Последнее сообщение Anonymous «
Anonymous »
I want to open the Word itself in my program designed with .NET Core in the browser and my user can edit it. Or in such a way that the user clicks on the option to open the log-in program file, and after making changes and saving, he sits on my...
Anonymous » 04 мар 2024, 11:28
Последнее сообщение Anonymous «
Anonymous »
Given BaseController
public class BaseController : ControllerBase { /// /// Returns a . /// public IActionResult Details( string id) { return Ok(new TViewModel()); } } and the implementation
public class ItemsController : BaseController The...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения