First thing go to datagridview event MouseClick, and write the code below: DateTime dateValueOftheCell = DateTime.Parse(dataGridView1.CurrentRow.Cells[4].Value.
I'm working on a large monolith web application running on ASP.NET framework and added a feature. I've build some abstraction in order to run several tasks in p
I have 2 routes. 1e route for normal pages. 2e route for my json response controller (api with session auth) public static void RegisterRoutes(RouteCollection r
I am creating a measure app for iOS using Unity. I was able to measure distance between 2 points and show it in a GameObject. This is what I have achieved so fa
My multi-threaded program for invoice management's invoice class: public class Invoice { [BsonId] public ObjectId Id { get; set; } p
I have 2 projets in a visual studio solution: Text Adventure Game Text Adventure Maker The project "Text adventure Maker" have a userControl. I want to use this
To simplify the case, let say I have the following class public class TestFileHelpersClass { [FieldOrder(1), FieldFixedLength(20), FieldTrim(Tri
I have created a "Mobile App (Xamarin.Forms)" project in VS 2019: and then I chose the "Flyout" option: I modified two of the auto-generated classes: ItemDeta
I can try to do method for change length of array. But newArray not visible in main... What can i do for? I am a begginer and need some help internal class
I have Azure Function with RabbitMq trigger and it stops receiving any messages after certain time. The function is deployed in Azure. When I stop and then star
I need to read millions of records from a sqlserver table through a microservice that does block reads in parallel. each instantiated microservice performs the
I have an API with multiple endpoints. I'd like to add a property to all endpoint responses, without adding it to each endpoint response model individually. Ex:
Im trying to access Ids from a component class in an If statement but I get the error saying that it does not exist in the current context (CS0103). Here is my
I get Error when try to set value for (a.Hinta ) to (HintaTextB.Text) in third code block. public bool saveAutoIntoDatabase(Auto newAuto) { bool
I wrote a script that simply downloads a text file using UnityWebRequest. (I set the text size to 50 MB to see meaningful progress.) private IEnumerator GetRequ
I am kind of lost when it comes to jQuery sometimes, though I know there is a way! How do you update or move three cells data to another row based on the rows i
I have the following endpoints in my project A -> http://localhost:8089/products/ B -> http://localhost:8089/products/{id} I need to add the following: C
This is a follow up question to this question: appsettings.json and azure function by timer I want to have dynamic settings which I can change without redeployi
I tried everything but I couldn't success it. <script type="text/javascript"> function openModal() { var myModal = new bootstrap.Modal(doc
I'm making a game in Unity with an editor level that writes the level data in a .txt My problem is that changes to the file are not applying correctly because I