I have a simple class like this. public class Greeting { public string From { get; set; } public string To { get; set; } public string Message { ge
I have a simple class like this. public class Greeting { public string From { get; set; } public string To { get; set; } public string Message { ge
I am trying seed the database with some data, using ASP.NET CORE 3.0 and EF Core. I've created my DbContext and according to documentation, online sources, or
I am new to sharepoint and now I am trying to create a webhook for my sharepoint sites, such that on any crud operation i would get notification in my app I ha
There are different properties for 3 (x,y,z) properties in my database. I created a dropdown and according to the selection I will make in the dropdown, I want
A gas day is defined as a time range of 24 hours which starts at 5:00 UTC and ends at 5:00 UTC of the following day during the European standard time. During th
I'm making a small room booking web app and I would like to have the web page refresh on a given interval; ie a given minute or when a change has been done to t
I've got a litlle problem: How do I get stored data from one model into another? I've got an app which is loading strings from a textbox and I want to save them
In my WPF application, I am trying to rotate a set of grouped shapes inside a canvas. I am getting grouped shape object TOP/LEFT position using the formulae men
please tell me how to make the player control was not tied to the finger, but for example to drive in any part of the screen and the player will move from the p
I am using the following code to pick a file using CrossFilePicker in Xamarin forms. Goal is to delete the selected file in Xamarin.Android project, file still
In my WPF application, I am trying to rotate a set of grouped shapes inside a canvas. I am getting grouped shape object TOP/LEFT position using the formulae men
Let's say I have some convoluted json like so: { "ref": "some", "repository": { "id": 123456789, "name": "foo bar" } } I'm trying to get it into
I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo
I am current using the following to try and create an upload session with the onedrive api HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); requ
I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo
I'm very new to C# and I'm wondering if using delegates is the right way here: I created a UserControl in Visual Studio Windows Forms Designer. In a TableLayout
I have a datagridview which filled by SQL table. When I search a value with a textbox in the data and update/insert the some values and use fill function again
Let's say I have some convoluted json like so: { "ref": "some", "repository": { "id": 123456789, "name": "foo bar" } } I'm trying to get it into
I have this piece of code which acquires connection from EF Core DB context and executes select on the received data. var conn = _dbContext.Database.GetDbConnec