I have an application that uses SignalR to broadcast data to all connected clients. Its a .NET6 Blazor Wasm hosted web application. Now, I want the the broadcas
In My DB i have type cast the values varchar to decimal(18,2) and in my api i gave decimal datatype of output parameter then the error is getting. select max(ca
I'm currently using this link to store my RSA key in windows Key Container (machine-level) and it works fine, but I'm looking for a way that works for both Linu
I am trying to pass a string to an IActionResult function in an asp.net core 3.1 controller. Ajax: function CreateApprover() { const input = { Plant
I am using the asp.net core WebAPI Project in which a client is uploading some files to a server. The whole uploading is done using chunks. The problem is when
The Microsoft dynamic web service link when used on a browser prompts the Credentials as shown in the image below The issue is how to pass this credential to V
I'm trying to implement WOPI on my application but im having a hard time to find the secret key to generate a token see below image for the sample code from git
I added custom json file in my .net core web API project and retrieved data from that json file successfully when running it in debug mode. But, problem arise w
I am trying to debug from WSL2 using my VS 2022 IDE in Windows, but I get the following error: The cwd value does indeed look wrong, but how do I fix it? I am
i want to make Stored procedure to get event number count and order number count in ordernumber column of order table .... event number count cames from Event T
I have a func as part of specification class which sorts the given iqueryable Func<IQueryable<T>, IOrderedQueryable<T>>? Sort { get; set; } W
I am developing a desktop app with .NET Core Which consume data from Rest APIs and save that in database. In past I used .NET framework to develop such app and
As far as I can tell the runtime version required to run a .NET application has to be greater or equal to the version of the .NET SDK which built the applicatio
I am using querystring to h=get the questions on preview page but I am not able to get one question on 1st page and 2nd on another page after clicking next butt
I'm creating an online examination system where I have an exam with a list of questions and need to generate a unique instance/record for each user taking the e
I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found
I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found
I am using OData on a dynamic model. The MyObject data is stored in two different ways on the database - in a main MyObject table and in a secondary table of ke
I am working on a project where a thread is run and opens a permanent database connection. The reason for this, is potentially as the project grows it could rec
Similar to How to Inject Dependencies to Dynamically Loaded Assemblies, I want to inject dependencies into classes from dynamically loaded assemblies. Is this p