Anonymous » 03 мар 2024, 05:03
Последнее сообщение Anonymous «
Anonymous »
I am working on a library that will use source generators to provide implementation for user defined types. Which type to generate the code for and how to generate it is provided using Attributes on the type to generate the implementation for. The...
Anonymous » 03 мар 2024, 04:49
Последнее сообщение Anonymous «
Anonymous »
How the Azure Function like the one below could be unit tested? How blob storage can be mocked?
public IActionResult GetTodoById( HttpRequest req, string json, string id) { logger.LogInformation( Getting todo item by id ); if (json == null) {...
Anonymous » 03 мар 2024, 04:37
Последнее сообщение Anonymous «
Anonymous »
I am trying to achieve highlighting a wrapped text in the given bounds. I can achieve the expected behavior. If the search text is in single line and i am facing issue if the search text is rendered in two lines (wrapped) like below,
Anonymous » 03 мар 2024, 04:22
Последнее сообщение Anonymous «
Anonymous »
I've got a search box in my MAUI XAML page which calls a method in the ViewModel. The amount of data it has to filter from the database is huge and every time the user types a letter it takes a few seconds to respond with results. I want to delay...
Anonymous » 03 мар 2024, 04:16
Последнее сообщение Anonymous «
Anonymous »
I am adding the debugging functionality to Small Visual Basic language (written with VB .NET), which I built on top of MS Small Basic (Written with C#). I have two issues:
Issue 1: The SB/sVB TextWindow represents the Console window, and it works...
Anonymous » 03 мар 2024, 04:10
Последнее сообщение Anonymous «
Anonymous »
I am coding in asp.net mvc and I am trying to implement the table of DataTables.net but I get this error: DataTables warning: table id=abc - Incorrect column count. For more information about this error, please see
Anonymous » 03 мар 2024, 03:55
Последнее сообщение Anonymous «
Anonymous »
Out of curiosity I set a Warning in VS (Deprecated) to Silent severity using the Quick Actions, (I wanted to set it to silent in one script only) however, I am unable to revert it back to a Warning. I am using Visual Studio for Mac 17.6.9. I can't...
Anonymous » 03 мар 2024, 03:54
Последнее сообщение Anonymous «
Anonymous »
I specify the context class I created in the entity project on the Startup.cs file and the connectionString data I created for connectionString. But why am I getting this error?
Anonymous » 03 мар 2024, 03:43
Последнее сообщение Anonymous «
Anonymous »
I would like to insert new entries into a database without verifying that the entry already exists through a separate query (e.g. a get query etc). I have something similar to the code below and it seems like that even though I am changing the...
Anonymous » 03 мар 2024, 03:28
Последнее сообщение Anonymous «
Anonymous »
I have some pages in my application.
From the MainMenu Page I can navigate to a Configuration Page .
At the first time,in MainMenu I start the parameter QuestionsToAsk with 7.
When I call the Configuration Page I gave the parameter to the page, and...
Anonymous » 03 мар 2024, 03:27
Последнее сообщение Anonymous «
Anonymous »
How does one add a PDF Form element to a PDFsharp PdfPage object?
I understand that AcroForm is the best format for form-fillable PDF elements, but the PDFsharp library doesn't seem to allow you to create instances of the AcroForm objects.
Anonymous » 03 мар 2024, 03:24
Последнее сообщение Anonymous «
Anonymous »
I am making a simple visual studio C# interface, which the user will write a text, and then the text the user wrote it will be send to the arudino trhough a LCD 1602 module (with a header). The arduino code seems to be working correctly, but when...
Anonymous » 03 мар 2024, 03:11
Последнее сообщение Anonymous «
Anonymous »
I'm working on a two player fighting game, where one player can hit the other player. All hits are marked as a strike or a grab, and when an opponent is hit with a grab I want the opponent to follow the position of the first player for as long as...
Anonymous » 02 мар 2024, 19:56
Последнее сообщение Anonymous «
Anonymous »
I've been trying to simplify some images because I want to make a color by number game, thus I need pixilation and less colors, I've got most of that down, but still have problems with retrieving the colors from the image. Whenever I retrieve the...
Anonymous » 02 мар 2024, 19:37
Последнее сообщение Anonymous «
Anonymous »
The csc.exe process lasts 1000+ seconds. Please help me, what to look for, where to look?
Same for net.core 3.1, 5.0, 6.0, 7.0 A similar ASP.NET project, but more complex, can be assembled perfectly in 2 seconds. The CPU is loaded at 25% with a...
Anonymous » 02 мар 2024, 19:35
Последнее сообщение Anonymous «
Anonymous »
I have a window named MechanicView.xaml and its back-end that is MechanicView.xaml.cs. The MechanicView.xaml window is connected via DataContext to the MechanicViewModel.cs file. The MechanicView.xaml window contains a TextBox with a...
Anonymous » 02 мар 2024, 19:34
Последнее сообщение Anonymous «
Anonymous »
I'm newbie in asp.net webform. I have so many problems that's almost I got solution from StackOverflow. But Now I'm facing an issue and can't get any desired solution, So, I'm writing this question. I want a textbox to autocomplete with JQuery...
Anonymous » 02 мар 2024, 19:33
Последнее сообщение Anonymous «
Anonymous »
I have a Winforms app written in c#, which needs to save a file on the desktop. I'm using Environment.GetFolderPath(Environment.SpecialFolder.Desktop) to get the path to the Desktop, and it runs fine. I need the app to also run on Linux (using...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения