I have the following pattern: An interface for serializing files, called IFileSerializer, which has multiple concrete implementations. Not every seri ...
I have the following pattern: An interface for serializing files, called IFileSerializer, which has multiple concrete implementations. Not every seri ...
I'm building this app and so far I've implemented the Identity API. Login/Register works, which both return a user with a token. Using [Authorize] on ...
I am upgrading from .NET Framework to .NET Core and I am having a problem with ShowDialog. With .NET Framework and unit testing the ShowDialog hits th ...
I'am trying to get list of object from query parameter but it's null. I Added [FromQuery] before it but it's still null Controller : name propert ...
Problems is not getting(updated) the latest config values without restarting the application. If I change any configuration values while the applic ...
We're working on a website, that has a feature to create training. To create a training, a user need to be a instructor and submit his/her facebook, i ...
I have a C# .NET Core project that references a C# .NET Framework 4.6.2 project. Both projects have a dependency on IdentityModel.dll, not directly, ...
i have problem in grpc C# repeated field in grpc proto when response is because say : Property or indexer property cannot be assigned to it is ...
I have a CQRS setup and I am trying to use domain events. After I receive a command for a new order, I am adding the newly created Order object to the ...
I am trying to upgrade .Net core Web API application from 3.1 to 6.0 and after upgrading a exception is displayed while compiling: "{"StatusCode": ...
I am getting below error while downloading font-awesome from the library manager libman in asp.net core project. [LIB002]: The "font-awesome@5.15.1" ...
I have a datatable like this: Column1 Column2 Column3 Name1 Code111 12550 ...
. Answers to this question are eligible for a +200 reputation bounty. e ...
I am attempting to have my object execute some logic immediately after deserialization. I am using the example shown on the following Microsoft docume ...
I've made a basic functionality calculator using VS WinForms App (.net core 6.0) and I want to fix design issues. The problem is that when an input i ...
Receiving the following error when trying to retrieve data from Heroku Data Redis on a .Net Core app hosted on Heroku using Docker, the cache works lo ...
I'm updating a project that uses CommandLineUtils to parse command line options. The options are defined by taking the CommandLineApplication and call ...
How to avoid latency in EventHub consumer data ? My Architecture (data flow): IOTHub -> EventHub -> BlobStorage (No deviation from IOTHub packe ...
I want to test my GET route with postman. I have a .NET project and when I right click on the project name in Solution explorer - and then select prop ...
I have an exception being thrown by multiple tests that contain some useful information. By default the failed unit test log does not contain that inf ...