Welcome to WindowsClient.net | Sign in | Join

Articles

Asynchronous Programming using C# 4.5 and Visual Studio 2011

The new keywords async and await introduced in C# 4.5 helps developers to make their asynchronous programming logic less complex and more manageable. In this article, we will see a...

Generating Random Pronounceable Passwords

The use of passwords as a security measure is increasingly common for technical and non-technical users alike. Generating passwords that are both strong and memorable can be difficult...

Using Microsoft WebAPI from a WinForm and WinRT Client Application

In this post, we will see how we can create a Windows and WinRT application that connects to WebAPIs released with ASP.NET MVC 4 and can retrieve and submit information.

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.

Page 1 of 124 Next >


Featured Item

Featured Developer Books