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);

What do to with Zone.Identifier files after importing a WSL machine and copying data
Support for SharePoint Server 2019 ends on Tuesday, July 14, 2026
How to Never Forget Temporary Test Code: Using #if RELEASE + #error in Visual Studio