Anonymous Quiz
3%
Except
10%
Intersect
70%
Union
17%
Concat
Anonymous Quiz
54%
Exception
38%
GetException
4%
FetchException
5%
RetrieveException
2. Читаемость: код становится компактным и интуитивно понятным.
3. Сильная типизация: ошибки обнаруживаются на этапе компиляции.
4. Оптимизация запросов: для баз данных LINQ к Entity Framework может преобразовывать запросы в SQL.
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
Anonymous Quiz
86%
Regex
4%
Match
4%
Pattern
6%
Expression
Anonymous Quiz
51%
type.GetAttributes()
32%
type.GetCustomAttributes()
12%
type.GetTypeAttributes()
5%
type.GetAllAttributes()
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
Anonymous Quiz
21%
Метод Wait() завершится успешно
61%
Метод Wait() выбросит исключение TaskCanceledException
3%
Метод Wait() будет блокироваться бесконечно
15%
Метод Wait() выбросит исключение OperationCanceledException
Anonymous Quiz
28%
InvokeConstructor()
28%
CreateInstance()
13%
GetConstructor()
31%
ConstructorInfo.Invoke()