The code below, runs for about fifteen seconds on the "dataFs = await _Http.GetStreamAsync(BODIST_DATA_HTTPNAME)" line before failing with a "System.Net.Http.Ht
I use GraphServiceClient When I try to call: var currentUser = await _graphServiceClient.Me.Request().GetAsync(); It works. BUT when I try to call: var inbox =
I have a scenario where during an Update request of a parent entity, I have a collection of children entities in my dto, and want to merge them in the DB so tha
I'm new to ASP.NET MVC and I'm trying to figure out how to zip and download files stored in a database. Do I need to zip the files, save them in memory or serv
I have a class with a private List<T> property which I would like to serialize/deserialize using the JsonSerializer. Use of the JsonPropertyAttribute does
I've trying to create ikev2 with special options using doRas1.3 with no success giving error 'entry' contains invalid or conflicting settings. Please verify th
I have the following user-defined query: var outerRingEntities = await Databases.OuterRing.Set<TOuterEntity>() .As
I have a strange problem. We are using C# for an ASP.NET MVC application, and JavaScript with jQuery and Data Tables for the frontend. In the frontend, a part o
I'm trying to create a terrain editor, that works on runtime. At this point I can raise a square but have problems to raise a circle-shape. I saw this post and
I'm trying to run multiple microservices with docker-compose relying on DAPR to establish communication between them. However, even though developer shell logs
I have a datalist with some labels and link button. I want to hide and show based on some stored procedure. The stored procedures are woprking fine in SQL Serve
In my project, I have a function which is used for loading objects from files: public static ObjectBase LoadObject(string _filePath, string _name) { Object
I have been trying to replicate backup files on S3 bucket and one of my machines, which belongs to french culture, and the images it generated contains grave-ac
I have the following code try { using (var context = await PrepareDatabase()) { // Update temp roles by removing one row, this
Or: How to log from a static method. From https://github.com/App-vNext/Polly you have examples like this one where a logger is magically available: Policy .Ti
I designed a form for login that named as form1, and have 2 more form form2,form3 form2 items showing in panel from form1 and what I want to do when I click the
I have a query like this return await _ctx.Activities .Include(a => a.Attributes) .Include(a => a.Roles) .Include(a =
We are making for WCF calls to endpoints like below: First Call: http://TESTSERVER:11033/Services/GetServiceDetail?Userid=Test1 Subsequent call: http://TESTSE
How do I to get the first timestamp value off of the first row using C# and Newtonsoft.Json? How do I display this data in a table with headers beaId, bfiId, ti
Currently I want to store my generated qr code as an image in the phone gallery that executes it and then almost at the same time upload it as a backup to Amazo