Welcome to WindowsClient.net | Sign in | Join

Articles

Cancelling Parallel Loops

The Task Parallel Library includes static methods that provide parallel equivalents of the for and foreach loops. As with parallel tasks, these loops can be cancelled by other processes...

Sort a Multicolumn ListView in C#

When you are working with the ListView control, you may want to sort its contents based on a specific column. We will see how to do that.

Reading and Writing INI Files

Initialization files known as INI files provide a standard means for storing configuration information for software in a text file. Although rarely used by .NET applications, there...

WPF Application Framework (WAF) 2.0 released!

The open-source framework WAF has been released in the second version. It helps you to create well-structured WPF applications. This is achieved by applying a Layered Architecture and...

DataGrid with integrated field (column) chooser

Right click on a DataGrid column header to open the field (columns) chooser and show/hide columns.

WPF 4: Using Input Bindings to Go Mouseless

While creating the UI of an application, we need to adopt techniques that makes the user comfortable with the app. If the existing user is habitual of using shortcut keys for various...

WPF 4 DataGrid: Delete Multiple Rows

This article demonstrates how to delete multiple rows from the WPF DataGrid.

.NET String Resources

The .NET framework offers the ResourceManager as a basis for dealing with externalized strings and their translations. This article extends these capabilities of standard .NET string...

Checking Password Strength

Many computer systems require that a password is provided before permitting access to sensitive data. As some passwords are easy to crack using brute force techniques, it is common...

Asynchronous Tasks and Synchronization on UI TPL .NET 4.0

Using TPL for parallel programming is now a pieces of cake. It makes life easier for those who are new to multithreaded programming.

Page 1 of 124 Next >


Featured Item

Featured Developer Books