i have 2 class with a many to many relationship public class Actor { public int Id { get; set; } public string Name { get; set; } public ICollectio
I don't can change height of an object inside collectionView Xamarin, how to change height with c#?
I'm receiving very odd emails from Firebase projects to sign in, constantly, each one with a different ID. Having tried the link it leads to a network error pag
the main question is how do I get the chat ids for all the conversations ever held with the bot? Imagine that during the execution of the bot there is a conver
I want to make an application for offering multi tenant. I don’t know the word(multi tenant) is correct. For example, A user have one userId as (hey188) T
I have a dataframe with a column containing long numbers. I am trying to convert all the values in the numbers column to comma separated for thousands. df col
I would like replace comma by a dot in all columns on my csv file during the copy into in snowflake ? Is it possible ? if no, how can do this ? thanks in advanc
I've recently started learning coding in the C++ language, and am having issues grasping the concept of pointers in C++. I'm trying to practice dynamic memory a