I have a situation where I need to save user input on multiple UI pages and then send accumulated data to some 3rd party backend service. I wanted to understand
Ok, so basically I have an array that stores the information of the requested modules of students and there is a separate sheet that has these modules in the co
In C#: Console.WriteLine(1.2d - 1.0d); produces 0.2. In python 3: print(1.2 - 1.0) produces 0.19999999999999996. My goal is to write fast code in C# that prod
I have 12 month in my chart. I need to bold the label of current month. Example: This month is April. So I need to bold label April. I have search how to bold,
I am setting up mongo db in ubuntu 18.04. I have installed it using the commands given on their page. After the installation, I have downloaded NoSqlBooster and
Trying to make a custom MVC control [Display(Name = "Do you agree?")] [Required] public bool? Agree { get; set; }
I'm working on a blockchain project, but I had a problem that I could not solve myself, and here I share all the details of the project. Mining a new block def
My app have some users stored in firebase realtime database, each user have have a node "showGigCount" which should update if someone clicks on that user. The p