Версия на русском языке

RSS

C#

Author: Sergey Teplyakov
Annotation: This article describes new features for C# 5 programming languages that facilitate asynchronous programming.

Keywords: C# 5; asynchronous programming; multithreading
Author: Tepljakov Sergey Vladimirovich
Annotation: This article describe internal implementation of closures in C# language.

Keywords: C#; Closure; Functional programming
Author: Sergey Teplyakov
Source: RSDN Magazine #3-2010
Annotation: Article describes Iterator Design Pattern in context of C# programming language, including iterator block implementation by C# compiler.

Keywords: C#; Design Patterns; Iterator;
Author: Sergey Teplyakov
Annotation: Reactive Extensions library design and developed by Microsoft Research. This library built for unifying access for different push-based collection including event handling, asynchronous programming and other.

Keywords: reactive extensions; asynchronous programming; multithreading;

Работа с потоками в C#

Author:
Translator: Sergey Teplyakov
Source: Threading in C#
Annotation: In this article covered Parallel LINQ, class Parallel, Task Parallel Library, Concurrent Collections and SpinLock and SpinWait structures. This material based on book Joseph Albahari, Ben Albahari "C# 4.0 in a Nutshell" — http://oreilly.com/catalog/9780596800963

Keywords: Multithreading; PLINQ; TPL; C#
Author: Sergey Teplyakov
Annotation: The article considers the details of exceptions throwing and exception handling in C#.

Keywords: Exception; C#; .Net.