Гость » 07 мар 2024, 13:35
Последнее сообщение Гость «
Гость »
My ASP.NET Core 8 App uses multiple authentication schemes that I need to be able to turn on/off at runtime. Adding/removing authentication schemes to/from the IAuthenticationSchemeProvider at runtime works fine - I've used this sample at a starting...
Гость » 07 мар 2024, 13:27
Последнее сообщение Гость «
Гость »
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.
Гость » 07 мар 2024, 13:25
Последнее сообщение Гость «
Гость »
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...
Гость » 07 мар 2024, 13:23
Последнее сообщение Гость «
Гость »
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...
Гость » 07 мар 2024, 13:20
Последнее сообщение Гость «
Гость »
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...
Гость » 07 мар 2024, 13:17
Последнее сообщение Гость «
Гость »
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...
Гость » 07 мар 2024, 13:14
Последнее сообщение Гость «
Гость »
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...
Anonymous » 06 мар 2024, 15:53
Последнее сообщение Anonymous «
Anonymous »
[
]
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.
Anonymous » 06 мар 2024, 15:53
Последнее сообщение Anonymous «
Anonymous »
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
Anonymous » 06 мар 2024, 15:50
Последнее сообщение Anonymous «
Anonymous »
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...
Anonymous » 06 мар 2024, 15:49
Последнее сообщение Anonymous «
Anonymous »
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...
Anonymous » 06 мар 2024, 15:47
Последнее сообщение Anonymous «
Anonymous »
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...
Anonymous » 06 мар 2024, 15:43
Последнее сообщение Anonymous «
Anonymous »
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';
Anonymous » 06 мар 2024, 15:39
Последнее сообщение Anonymous «
Anonymous »
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...
Anonymous » 06 мар 2024, 15:38
Последнее сообщение Anonymous «
Anonymous »
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 =...
Anonymous » 06 мар 2024, 15:37
Последнее сообщение Anonymous «
Anonymous »
I tried to used the following procedure:
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....
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения