> For the complete documentation index, see [llms.txt](https://andreyakinshin.gitbook.io/problembookdotnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andreyakinshin.gitbook.io/problembookdotnet/ru/summary.md).

# Summary

* [Введение](/problembookdotnet/ru/introduction.md)
* ООП (Задачи)
  * [OverloadResolutionBasic](/problembookdotnet/ru/oop/overloadresolutionbasic-p.md)
  * [OverloadResolutionOverride](/problembookdotnet/ru/oop/overloadresolutionoverride-p.md)
  * [OverloadResolutionInheritance](/problembookdotnet/ru/oop/overloadresolutioninheritance-p.md)
  * [InheritanceNestedClass](/problembookdotnet/ru/oop/inheritancenestedclass-p.md)
  * [StaticFieldInGenericType](/problembookdotnet/ru/oop/staticfieldingenerictype-p.md)
* LINQ (Задачи)
  * [EnumerableToArray](/problembookdotnet/ru/linq/enumerabletoarray-p.md)
  * [LifeAfterYield](/problembookdotnet/ru/linq/lifeafteryield-p.md)
  * [ClosureAndForeach](/problembookdotnet/ru/linq/closureandforeach-p.md)
  * [ClosureAndFor](/problembookdotnet/ru/linq/closureandfor-p.md)
  * [QueryAfterRemove](/problembookdotnet/ru/linq/queryafterremove-p.md)
  * [ClosureAndVariable](/problembookdotnet/ru/linq/closureandvariable-p.md)
  * [QueryWithInc](/problembookdotnet/ru/linq/querywithinc-p.md)
  * [ExceptionYieldYield](/problembookdotnet/ru/linq/exceptionyieldyield-p.md)
  * [YieldExceptionYield](/problembookdotnet/ru/linq/yieldexceptionyield-p.md)
  * [TryYieldFinally](/problembookdotnet/ru/linq/tryyieldfinally-p.md)
* Математика (Задачи)
  * [Rounding1](/problembookdotnet/ru/math/rounding1-p.md)
  * [Rounding2](/problembookdotnet/ru/math/rounding2-p.md)
  * [Eps](/problembookdotnet/ru/math/eps-p.md)
  * [DivideByZero](/problembookdotnet/ru/math/dividebyzero-p.md)
  * [Overflow](/problembookdotnet/ru/math/overflow-p.md)
  * [AugmentedAssignment](/problembookdotnet/ru/math/augmentedassignment-p.md)
  * [DynamicIncrement](/problembookdotnet/ru/math/dynamicincrement-p.md)
* Значимые типы (Задачи)
  * [Boxing](/problembookdotnet/ru/valuetypes/boxing-p.md)
  * [MutableProperty](/problembookdotnet/ru/valuetypes/mutableproperty-p.md)
  * [Enumerator](/problembookdotnet/ru/valuetypes/enumerator-p.md)
  * [StructLayout](/problembookdotnet/ru/valuetypes/structlayout-p.md)
* Строки (Задачи)
  * [PlusString](/problembookdotnet/ru/strings/plusstring-p.md)
  * [PlusChar](/problembookdotnet/ru/strings/pluschar-p.md)
  * [StringPlusNull](/problembookdotnet/ru/strings/stringplusnull-p.md)
  * [CaseInComparison](/problembookdotnet/ru/strings/caseincomparison-p.md)
  * [CorruptedNumber](/problembookdotnet/ru/strings/corruptednumber-p.md)
  * [CurrentCulture](/problembookdotnet/ru/strings/currentculture-p.md)
  * [CompareToVsEquals](/problembookdotnet/ru/strings/comparetovsequals-p.md)
  * [CorruptedString](/problembookdotnet/ru/strings/corruptedstring-p.md)
  * [ExplicitlyInternment](/problembookdotnet/ru/strings/explicitlyinternment-p.md)
  * [NoStringInterning](/problembookdotnet/ru/strings/nostringinterning-p.md)
  * [InternmentAndMetadata](/problembookdotnet/ru/strings/internmentandmetadata-p.md)
  * [Secure](/problembookdotnet/ru/strings/secure-p.md)
  * [StableSorting](/problembookdotnet/ru/strings/stablesorting-p.md)
  * [TextElementEnumerator](/problembookdotnet/ru/strings/textelementenumerator-p.md)
* Многопоточность (Задачи)
  * [ThreadStaticVariable](/problembookdotnet/ru/multithreading/threadstaticvariable-p.md)
  * [LockSlimInFinalizer](/problembookdotnet/ru/multithreading/locksliminfinalizer-p.md)
* ООП (Решения)
  * [OverloadResolutionBasic](/problembookdotnet/ru/oop/overloadresolutionbasic-s.md)
  * [OverloadResolutionOverride](/problembookdotnet/ru/oop/overloadresolutionoverride-s.md)
  * [OverloadResolutionInheritance](/problembookdotnet/ru/oop/overloadresolutioninheritance-s.md)
  * [InheritanceNestedClass](/problembookdotnet/ru/oop/inheritancenestedclass-s.md)
  * [StaticFieldInGenericType](/problembookdotnet/ru/oop/staticfieldingenerictype-s.md)
* LINQ (Решения)
  * [EnumerableToArray](/problembookdotnet/ru/linq/enumerabletoarray-s.md)
  * [LifeAfterYield](/problembookdotnet/ru/linq/lifeafteryield-s.md)
  * [ClosureAndForeach](/problembookdotnet/ru/linq/closureandforeach-s.md)
  * [ClosureAndFor](/problembookdotnet/ru/linq/closureandfor-s.md)
  * [QueryAfterRemove](/problembookdotnet/ru/linq/queryafterremove-s.md)
  * [ClosureAndVariable](/problembookdotnet/ru/linq/closureandvariable-s.md)
  * [QueryWithInc](/problembookdotnet/ru/linq/querywithinc-s.md)
  * [ExceptionYieldYield](/problembookdotnet/ru/linq/exceptionyieldyield-s.md)
  * [YieldExceptionYield](/problembookdotnet/ru/linq/yieldexceptionyield-s.md)
  * [TryYieldFinally](/problembookdotnet/ru/linq/tryyieldfinally-s.md)
* Математика (Решения)
  * [Rounding1](/problembookdotnet/ru/math/rounding1-s.md)
  * [Rounding2](/problembookdotnet/ru/math/rounding2-s.md)
  * [Eps](/problembookdotnet/ru/math/eps-s.md)
  * [DivideByZero](/problembookdotnet/ru/math/dividebyzero-s.md)
  * [Overflow](/problembookdotnet/ru/math/overflow-s.md)
  * [AugmentedAssignment](/problembookdotnet/ru/math/augmentedassignment-s.md)
  * [DynamicIncrement](/problembookdotnet/ru/math/dynamicincrement-s.md)
* Значимые типы (Решения)
  * [Boxing](/problembookdotnet/ru/valuetypes/boxing-s.md)
  * [MutableProperty](/problembookdotnet/ru/valuetypes/mutableproperty-s.md)
  * [Enumerator](/problembookdotnet/ru/valuetypes/enumerator-s.md)
  * [StructLayout](/problembookdotnet/ru/valuetypes/structlayout-s.md)
* Строки (Решения)
  * [PlusString](/problembookdotnet/ru/strings/plusstring-s.md)
  * [PlusChar](/problembookdotnet/ru/strings/pluschar-s.md)
  * [StringPlusNull](/problembookdotnet/ru/strings/stringplusnull-s.md)
  * [CaseInComparison](/problembookdotnet/ru/strings/caseincomparison-s.md)
  * [CorruptedNumber](/problembookdotnet/ru/strings/corruptednumber-s.md)
  * [CurrentCulture](/problembookdotnet/ru/strings/currentculture-s.md)
  * [CompareToVsEquals](/problembookdotnet/ru/strings/comparetovsequals-s.md)
  * [CorruptedString](/problembookdotnet/ru/strings/corruptedstring-s.md)
  * [ExplicitlyInternment](/problembookdotnet/ru/strings/explicitlyinternment-s.md)
  * [NoStringInterning](/problembookdotnet/ru/strings/nostringinterning-s.md)
  * [InternmentAndMetadata](/problembookdotnet/ru/strings/internmentandmetadata-s.md)
  * [Secure](/problembookdotnet/ru/strings/secure-s.md)
  * [StableSorting](/problembookdotnet/ru/strings/stablesorting-s.md)
  * [TextElementEnumerator](/problembookdotnet/ru/strings/textelementenumerator-s.md)
* Многопоточность (Решения)
  * [ThreadStaticVariable](/problembookdotnet/ru/multithreading/threadstaticvariable-s.md)
  * [LockSlimInFinalizer](/problembookdotnet/ru/multithreading/locksliminfinalizer-s.md)
