Skip to content

Code examples of C# concepts learned while in the training period as a software developer.

Notifications You must be signed in to change notification settings

Slitthe/TechnicalTasks

Repository files navigation

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

About

Code examples of C# concepts learned while in the training period as a software developer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages