How to execute the method passed as an Expression<Action> argument?
I have a class in a .netcore aplication which is used to enqueu background tasks:
Make a common dynamic converter extension in C#
I have a new project where I am adding some important string manupulation extensions.
I am trying to add a dynamic conversion extension as well.
How to create a dynamic DTO in .Net Core Web api
I need to create an API for managing permissions settings for a user role.
C# Task.Result when the task has thrown an exception
In a C# .NET Core application, given
Request stuck until it gets timeout
I have this piece of code below to send a request to an address that does a 302 redirect to another subdomain. This webpage requires 4 HTTP headers to be present and when using curl (both locally and on our server), I get the correct response, however, with .net 7/8 app the httpClient.SendAsync
method gets stuck and times out. The same code works locally, but does not work on our server.
Create an instance of a .NET class in C++ using hostfxr
Is it possible to create an instance of a .NET class in C++ using hostfxr
and invoke its methods, or just call static .NET methods?
C# interface method that can accept a number of parameters and various data types dynamically
I have an IRepository interface with several methods.
C# interface method that can accept a number of parameters and various data types dynamically
I have an IRepository interface with several methods.
BindingListView library allows for adding new items which would show on DataGridView?
I am using the BindingListView
library from waynebloss
on github. I have used the example:
dotnet total process memory grows causing OOM while GC.GetTotalMemory() is stable
To track a production memory leak issue in .NET 7 Web API application, I implemented periodically logging of GC.GetTotalMemory and currentProcess.WorkingSet64