Tag: Development

Community

WPF TextBlock

(Mahesh Chand) A TextBlock control in .NET 3.5 provides a lightweight control for displaying small amounts of flow content. This tutorial demonstrates how to create and use a TextBlock control in WPF using XAML and C#.

Community

Parallel Tasks in .NET 4.0

(Suprotim Agarwal) In .NET 4.0, we have a set of new API’s to simplify the process of adding parallelism and concurrency to applications. This set of API’s is called the “Task Parallel Library (TPL)” and is located in the System.Threading and System.Threading.Tasks namespaces.