I was reading about the IFormatProvider.GetFormat(Type) method on Microsoft.com, and decided to run the example code provided on the page. Instead of this outpu
Whenever I change a date in my WPF datagrid, it try's to convert my input to MM-dd-yyyy. XAML <Grid> <DataGrid x:Name="datagrid" AutoGenera
In the Hot Chocolate GraphQL, OnError method, i can see(in VS watch during debug) the SyntaxNode which show me the request body.how i get it value. because it i
I am trying to create a new node when I right click on the treenode. private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { i
I have created an Azure Function App using .Net Core with Clean Architecture as defined here: This is how my Project Structure looks like: The Entity Framework
I am dynamically creating dot net c# console application on my local system (i'm using - this code sourcePath = @"D:\temp\DirectoryToZip.zip"; destFile="@"\19
I tried creating a web app in .Net standard 6.0 and added a simple workflow for HTTP Endpoint requests & responses. but the server URL returning ERR_CONNECT
I have 3 classes: Apple1, Apple2, and Apple3. Apple2 depends on Apple1 and Apple3 depends on Apple2 like follows. public class Apple1 { } public class Apple2 {
I want to be able to get Form1 properties from within a class. Properties such as Width, Left, WindowState, and so on. So that I can then do this in the class:
I have a DDD aggregate with User as root and Appointment as the child records. I want, when I save a User in my repository, the existing child appointments of t
I'm following the authentication flow here, which works perfectly, but it doesn't include doing multifactor authentication, which riot added recently using
I enabled VNet integration on an Azure App Service and now when I attempt to connect to Redis, I receive this error message. However, I can connect without issu
I am using Syncfusion library to generate an excel report. I referred syncfusion to generate the report using template makers. The data is correctly exported in
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 build a character sheet for roll20. While I understand I can use other systems for this, I am trying to learn C# and I figured doing this using C
I successfully used vs code to write the sample program to script Node.js from C#. I use the following code block directly from https://github.com/tjanczuk/edge
I am unable to get Serilog selflog working in my .NET Core 6.0 C# Windows Service. This is how the Main looks like : public static void Main(string[] args)
I have an asp.net webApi application and using redis stack as the main database. I was able to connect to the database and perform operations normally till I ma
Let say I got app that is going to read data from database. So in c# i got class like this: public class Employee { public string Name { get; set; } public
Okay so I've rolled this around in my brain, and while I would probably know what code to use if I could figure it out, I just can't decide what the best way to