C#. Add new line symbol to string
Each time I forget how to add new line symbol to string. I decided to add to memories. Below how to add new line symbol to string in C#.
string message = Label1.Text;
message = message.Replace("<br />", System.Environment.NewLine);

PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App