I will apologize in advance for the long post. Just trying to give you all the information I have. I have an if statement in a method that looks like this: var
I have downloaded eShopOnContainers that is a .NET Microservices Sample Reference Application for microservices architecture and Docker containers. https://gith
i have this ValueObject : public class Access : ValueObject<Access> { public string ControllName { get; set; } public string ActionName { get;
i tried converting the .eml to .msg in c# using msgkit so my .eml file looks like this Date: Thu, 30 Jan 2020 12:09:26 +0530 its a simple .eml file i tried c
I have what is essentially a flashcard web app, hosted on the free version of Azure and coded in ASP.NET (C#). It is used by a small amount of people (40 or so)
I am building an OData web API, and I am trying to implement this function to determine whether a given property should be included in a GET response based on t
I have an issue while I try to build project in VS2012. It cannot build due to the error: Couldn't process file xxx.resx due to its being in the Internet or Res
This may be somewhat related to Pass ILogger or ILoggerFactory to constructors in AspNet Core?, however this is specifically about Library Design, not about how
In this question: Previous DyGraph question There is still the need to go to JavaScript to call DyGraph: <script type="text/javascript"> g = new Dygraph
I have a number of objects. Some of them have string properties and some of them have bool properties. I'm using them in multi-step form. so each step is bound
I'm using VSCode with C# extension (checked version - it's latest - 1.23.11) and quite happy with it. However, today it suddenly stopped working (no Intellisens
I'm having trouble updating an item on my database. I've tried several different ways, but nothing seems to work. Here is my latest attempt: public async Task
How can I set JsonSerializer to not add "\u0022" to string for EventData property? Because I get: {"Id":5,"CreateDate":"2021-04-21T05:26:30.9817284Z","EventDat
I followed a tutorial to draw a line using mouse position, the line will be drawn inside the canvas. But when running it, the line didn't drawn! and it gives me
I need to add a key cause I need that my application starts at the same time as windows, this is what've done so far. [RunInstaller(true)] public partial class
I have created an Outlook mail item and want to save it in a folder as a sent mail. I was able to set sender mail using mail.SentOnBehalfofName. How do I add Da
I'm trying to change the Console.BackgroundColor for each item in a list, and am wondering how I would go about doing so. public static List&l
Hi I'm Fairly new at coding and in asp.net and had an error occurred to me please help me if you can. This is my script when I run the code given below using an
I have converted the .trx file to HTML reports but pie chart is not showing on html reports. I have Chrome 79+ version. I created html reports after using this
I am trying to use Dependency Injection to register service in ASP.NET Core-6 Web API. I got this interface: public interface IHttpClientService { Task<T