Архив автора: androschuk.a

C# — what is the difference between String and string?

In C#, there are two ways to declare a string: using the string keyword and using the String class. Let’s explore the differences and understand which one you should use.

Differences between `string` and `String` (Alias vs. Class)

  • string is an alias in C# for System.String.
  • String refers to the System.String class in the .NET Framework.
Читать далее

Facebook — ошибка входа. The password you’ve entered is incorrect

Сегодня что то поломалось и facebook перестал пускать пользователей в систему. При входе отображается ошибка — The password you’ve entered is incorrect

Читать далее

Instargam — Something went wrong

Сегодня что то поломалось и instagram перестали отображать контент или не удавалось войти в ситему. При открытии instagram вместо фото отображается страничка заглушка с надписью — There’s an issue and the page could not be loaded…

Читать далее