Anonymous » 06 мар 2024, 15:37
Последнее сообщение Anonymous «
Anonymous »
I have an ASP.NET Framework 4.8 application that uses SignalR. I recently modified the IIS pool to support 10 processes, and when I did that, SignalR stopped working. Upon researching, I found options called backplanes. Ideally, I would use Azure...
Anonymous » 06 мар 2024, 15:34
Последнее сообщение Anonymous «
Anonymous »
I have an C# app app that is loading plugins, during development phase I want to have them copied to app output directory with their dependencies so I can debug easily. I have a task in the app csproj that takes care of it.
Anonymous » 06 мар 2024, 15:32
Последнее сообщение Anonymous «
Anonymous »
I want to create a table that will store sequence for different fields against each company in a desktop application through SQL and C#. When the data is entered, the fields should pick up sequence from the sequence table and auto increment the same...
Anonymous » 06 мар 2024, 15:31
Последнее сообщение Anonymous «
Anonymous »
I am using Blazor (web app) with .NET 8 and a dropdown (with MudBlazor). When the user chooses an item from the dropdown, I call an await function to the backend. The problem is it got delayed a few seconds after the user clicked on the dropdown to...
Anonymous » 06 мар 2024, 15:31
Последнее сообщение Anonymous «
Anonymous »
I am a bit new to ASP.NET MVC. I have created the below dropdown using HTML helpers in ASP.NET MVC 5. When I submit the form I want to set the selected index to zero. Here I am using an option label --select-- . I want to set the selected value to...
Anonymous » 06 мар 2024, 15:26
Последнее сообщение Anonymous «
Anonymous »
Run All from Test Explorer does not complete (VS2017 Enterprise) anymore. It stalls with Passed (411), Not Run (309). The counts vary a little, usually roughly half and half.
The output window (Visual Studio | Output tab | Show output from: Tests)...
Anonymous » 06 мар 2024, 15:24
Последнее сообщение Anonymous «
Anonymous »
Step-by-step debugging efforts can take a sizeable amount of time. It often serves us to take that time while our app is running and waiting for us to eventually hit the 'Continue' button.
What are costs (for example in terms of resources, memory,...
Anonymous » 06 мар 2024, 15:19
Последнее сообщение Anonymous «
Anonymous »
I want to mock a Logger using NSubstitute. But instead of using Substitute.For, I want to use Substitute.ForPartsOf to:
both call the real implementation (to continue logging to the console) and check the result using .Received, i.e. check whether...
Anonymous » 06 мар 2024, 15:14
Последнее сообщение Anonymous «
Anonymous »
I have some static classes bound to configuration files. Is there any better way so that I don’t have to write the GetValue method repeatedly every time?
public class ApiPath { private static readonly string Path = Config/ApiPath.json ; #region...
Anonymous » 06 мар 2024, 15:12
Последнее сообщение Anonymous «
Anonymous »
I defined libraries in Civil 3D, but when I match the name with the object name, I get the error No method or operation has been applied . Can you help me?
Anonymous » 06 мар 2024, 15:12
Последнее сообщение Anonymous «
Anonymous »
I have two databases. One have only one column which will store fizic locations, and i have connected it to a dropdown menu. The second one have all the products with multiple columns, one of them is the location.
Anonymous » 06 мар 2024, 15:10
Последнее сообщение Anonymous «
Anonymous »
I'm trying to set the app icon for my maui app. Specifically working with android. My appicon is just a plain white svg while appiconfg has the actual app design.
Whenever I run the app, the app icon appears just plain white. Like appicon is being...
Anonymous » 06 мар 2024, 15:09
Последнее сообщение Anonymous «
Anonymous »
To follow the new Peppol requirements for banking in Norway I have to use asymmetric encryption. The file I need to send is a pkcs#7 file and the encryption of the key needs to be aes-256-gcm.
Note that I am working on a Windows machine and am...
Anonymous » 06 мар 2024, 15:08
Последнее сообщение Anonymous «
Anonymous »
I'm wondering if there's a shorter way to write something like this:
var element = Data.GetElement(); if (element != null) element.IsSelected = true; In a way like this or similar in one line of code:
Data.GetElement()?.IsSelected = true;...
Anonymous » 06 мар 2024, 15:05
Последнее сообщение Anonymous «
Anonymous »
Having this handler :
public async Task Handle(MyQuery request, CancellationToken cancellationToken) { var cancellationTokenSource = new CancellationTokenSource(); await Parallel.ForEachAsync(myList, async (objectId, _) => { var result = await...
Anonymous » 06 мар 2024, 11:54
Последнее сообщение Anonymous «
Anonymous »
i can do it manually but i want to make it Automatically by put a button say Update when click on it , it should take the Zip Folder and update it's Deployment while project Running without stop Project
Anonymous » 06 мар 2024, 11:48
Последнее сообщение Anonymous «
Anonymous »
I am using Blazor (web app) with .NET 8 and a dropdown (with MudBlazor). When the user chooses an item from the dropdown, I call an await function to the backend. The problem is it got delayed a few seconds after the user clicked on the dropdown to...
Anonymous » 06 мар 2024, 11:48
Последнее сообщение Anonymous «
Anonymous »
I would like to bind button text to a LINQ expression, like this:
public string CloseButtonText => Roles.Any(r => r.IsChanged) ? Save and close : Close ; ...but it's not working. The text is properly set at startup, but it doesn't change when any...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения