I am using mudsimpletable and in each row there is a button on clicking it, I want to open a popup , but instead of opening near the button it opens on far top. How to rectify this.
I have following code on c# Have two instance of different classes. First class it's ancestor of second. And I just want copy all values from ancestor to second class. How I can do it? I mean How to do it better? If I don't want to create...
I have a n-ary tree structure that has nodes with children. Each node is a folder and folders can have child folders (i.e. nested folder) or simply a file (leaf node). I want to convert this structure to a list of folders where each folder name is a...
I'm writing a library to access a web API used to manage data in the backend system. The library will also provide classes with logic to properly manage the data. For this reason most of the classes cannot have public setters for properties or a...
I have a controller that sends data from DB to Rest API. My idea is to send data as soon as first 10k records are loaded and while data is sending - continue loading records from DB, send it when new 10k is loaded etc... Is there an option to jump...
Context
I have an existing Linux Azure Function running on .Net 6 (In-process) v4. I have a lot of configuration coming from appsettings.json. Most of these configurations are objects with nested properties or arrays (nothing fancy, but common...
I am trying to get token through by passing clientid and client secret, the same request generate token through Postman successfully, but from C# HttpClient, It is giving 'Tenent not Found' error.
Recently the package system.data.common has been marked as vulnerable for our team and because there is no available safe version we need to find an alternative
I am using ant design Upload component to upload files in my React application (TypeScript). I have endpoints to send the file data to my backend C#. after uploading it return status code 200 but the file status still Uploading how can I change to...
I am using a SQL database called as MusicChannel which will hold the new added songs with artists. When I try to add something, it gives me a error saying:
SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint...
I am working on TFS (v 16...) to prevent a collection with Test and Main branches from doing merge or branch operations on its own.I am currently trying to do this on the server side using ISubscriber(Assembly...
When I use the dynamics class/type in c# unity, it returns this error: Assets\script\scriptName.cs(477,40): error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create';
I need to modify an existing program and it contains following code:
var inputs = events.Select(async ev => await ProcessEventAsync(ev)) .Select(t => t.Result) .Where(i => i != null) .ToList(); But this seems very weird to me, first of all the use...
I am trying to download a file which is inside a subfolder of a blob container in a storage account using Azure c# function.
CODE:
`BlobUriBuilder blobUriBuilder = new BlobUriBuilder(fileUri); string containerName =...
My problem is that it did not worked until I've created an observer and activated it before expecting the message to be seen. I'm not sure it is the proper way to use this kind of 'on event' procedure....
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...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения