(Hi all. I'm new-ish to SQL and MySQL in particular. I know some PHP.) I have a table which contains a "date_string" column. For legacy reasons, this is a text
I'm building an ASP.NET Core 6.0 web API. The API has endpoints that take in multipart/form-data requests and save the sections into files. If the internet conn
I'm using Automapper and Hot Chocolate. I am using a struct type on my source class properties named Optional<> which has the methods .Value and .HasValue
I've written the code for passing the values normally with pointers My question is how to pass these values i.e. a & b as constant pointers, if it is not al
I'm trying to convert url. Using for loop to extract Acura, Audi. Here what I got so far: var newSrpParams = 'year=2020-2022&make=Acura&make=Audi&mo
I have a list of strings that I am iterating through. With each element/iteration I am trying to take the string and remove all non-alphabetic characters(number
I have a .net Hosted Blazor Web Assembly app (the one that generates 3 projects, Client (Blazor Web Assembly project), Server (Web API Server project), Shared.
I am trying to adjust a computed property within a vue component inside a method. When this property changes I am trying to show/hide a div. Currently when I p
I am trying to build a query to find phoneNumber in MongoDB. for example I have those number in my database: +33671974813 +33.6.71.97.48.13 +33 6 71 97 48 13
We made a fullscreen application and it works correctly but when we focus on the TextField widget (open keyboard) and then close it, NavigationBar doesn't hide.