I am trying to decode the date-time receiving from my APIs in my required format "yyyy-MM-dd" I receive time in 2 format 1. "2022-05-05T11:32:12.542Z" 2. "2022-
How can I comment on a post in a channel using WTelegramClient? I didn't find anything similar in the examples. If possible, could you provide an example of sen
I wanna build a timer calculate from 6s to 0s in a button, and when time shows 0s the button can be clicked and remove the timer. I wrote 2 ways to implement, t
I am trying to implement polymorphic deserialization in my project's web api. I have the following base and derived class. Base class [JsonConverter(typeof(
I have a single mongo collection called "CourseCollection" and it contains both parent and child doc. Any document with the key "Parent" is a child doc and a pa
I have a model which has a lot of associations. What I need to do is to check whether one of those associations is not present or all of them are set correctly.