Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.96 KB

README.md

File metadata and controls

68 lines (48 loc) · 2.96 KB

TechnicalTasks

  1. IEnumerable vs IList compare.

  2. Yield return

  3. Generics

  4. Linq - examples with Where, Select, Any, Take, Skip, First, Single

  5. Extension methods

  6. Iterators (pattern)

  7. readyonly vs const

Week 40

ToString() method

Boxing and unboxing

Week 41

Expression-bodied members

Explicit Interface implementation

Value tuples

Async/await

(Threads -> Tasks -> Async/await)


Week 42

IL/ILDasm

  • IL Viewer (ReSharper tool, ReSharper->Windows->IL Viewer)

Satellite assemblies

Deadlock

Background processing and, multiple threads & continue when done & s Sum of array

Threads/ThreadPool