<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://windowsclient.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Articles</title><subtitle type="html" /><id>http://windowsclient.net/blogs/articles/atom.aspx</id><link rel="alternate" type="text/html" href="http://windowsclient.net/blogs/articles/default.aspx" /><link rel="self" type="application/atom+xml" href="http://windowsclient.net/blogs/articles/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20416.853">Community Server</generator><updated>2011-09-13T00:56:00Z</updated><entry><title>Asynchronous Programming using C# 4.5 and Visual Studio 2011</title><link rel="alternate" type="text/html" href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=797" /><id>http://www.dotnetcurry.com/ShowArticle.aspx?ID=797</id><published>2012-04-07T05:03:00Z</published><updated>2012-04-07T05:03:00Z</updated><content type="html"> 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 simple demonstration of the async programming in C# 4.5 &lt;img src="http://windowsclient.net/aggbug.aspx?PostID=780451" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Generating Random Pronounceable Passwords</title><link rel="alternate" type="text/html" href="http://www.blackwasp.co.uk/PronounceablePasswords.aspx" /><id>http://www.blackwasp.co.uk/PronounceablePasswords.aspx</id><published>2012-03-18T17:49:00Z</published><updated>2012-03-18T17:49:00Z</updated><content type="html">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. This article describes one method to alleviate this problem.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=750125" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Using Microsoft WebAPI from a WinForm and WinRT Client Application </title><link rel="alternate" type="text/html" href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=789" /><id>http://www.dotnetcurry.com/ShowArticle.aspx?ID=789</id><published>2012-03-06T02:12:00Z</published><updated>2012-03-06T02:12:00Z</updated><content type="html"> 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. &lt;img src="http://windowsclient.net/aggbug.aspx?PostID=729174" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Cancelling Parallel Loops</title><link rel="alternate" type="text/html" href="http://www.blackwasp.co.uk/ParallelLoopCancel.aspx" /><id>http://www.blackwasp.co.uk/ParallelLoopCancel.aspx</id><published>2012-01-05T16:25:00Z</published><updated>2012-01-05T16:25:00Z</updated><content type="html">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 using a system of cancellation tokens.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=477117" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Sort a Multicolumn ListView in C# </title><link rel="alternate" type="text/html" href="http://www.c-sharpcorner.com/UploadFile/nipuntomar/3280/" /><id>http://www.c-sharpcorner.com/UploadFile/nipuntomar/3280/</id><published>2011-12-20T19:11:00Z</published><updated>2011-12-20T19:11:00Z</updated><content type="html">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.
&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=412635" width="1" height="1"&gt;</content><author><name>darwin150</name><uri>http://windowsclient.net/members/darwin150.aspx</uri></author></entry><entry><title>Reading and Writing INI Files</title><link rel="alternate" type="text/html" href="http://www.blackwasp.co.uk/IniFile.aspx" /><id>http://www.blackwasp.co.uk/IniFile.aspx</id><published>2011-11-22T16:05:00Z</published><updated>2011-11-22T16:05:00Z</updated><content type="html">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 are situations where these files must be read and written to using C#.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=450207" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>WPF Application Framework (WAF) 2.0 released!</title><link rel="alternate" type="text/html" href="http://waf.codeplex.com/" /><id>http://waf.codeplex.com/</id><published>2011-11-02T15:20:00Z</published><updated>2011-11-02T15:20:00Z</updated><content type="html">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 the Model-View-ViewModel (MVVM) pattern.
   
After a year work the new version comes with a lot new features:
* The sample applications Email Client, Writer and Book Library show more realistic scenarios. But they are still easy to understand which is supported by the new documentation as well.
* Support for the DataModel-View-ViewModel pattern.
* It comes with an adapter that allows using the .NET DataAnnotations validation framework with WPF bindings.
* A recent file list implementation that can be loaded and stored in the application settings.
* and a lot more...&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=422530" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>DataGrid with integrated field (column) chooser</title><link rel="alternate" type="text/html" href="http://shemesh.wordpress.com/2011/08/02/wpf-datagrid-with-integrated-field-column-chooser/" /><id>http://shemesh.wordpress.com/2011/08/02/wpf-datagrid-with-integrated-field-column-chooser/</id><published>2011-10-14T00:29:00Z</published><updated>2011-10-14T00:29:00Z</updated><content type="html">Right click on a DataGrid column header to open the field (columns) chooser and show/hide columns.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=415723" width="1" height="1"&gt;</content><author><name>shemesh</name><uri>http://windowsclient.net/members/shemesh.aspx</uri></author></entry><entry><title>WPF 4: Using Input Bindings to Go Mouseless </title><link rel="alternate" type="text/html" href="http://www.devcurry.com/2011/05/wpf-4-using-input-bindings-to-go.html" /><id>http://www.devcurry.com/2011/05/wpf-4-using-input-bindings-to-go.html</id><published>2011-10-01T13:13:00Z</published><updated>2011-10-01T13:13:00Z</updated><content type="html">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 operations, then while developing the new user interface, it is necessary for the UI developer to provide a similar functionality. In WPF, we have such a facility using ‘InputBindings’. Using this feature, operational shortcut facility can be provided. InputBindings in WPF can be provided on any element.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=385065" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>WPF 4 DataGrid: Delete Multiple Rows </title><link rel="alternate" type="text/html" href="http://www.devcurry.com/2011/04/wpf-4-datagrid-delete-multiple-rows.html" /><id>http://www.devcurry.com/2011/04/wpf-4-datagrid-delete-multiple-rows.html</id><published>2011-09-29T13:36:00Z</published><updated>2011-09-29T13:36:00Z</updated><content type="html">This article demonstrates how to delete multiple rows from the WPF DataGrid.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=385079" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>.NET String Resources</title><link rel="alternate" type="text/html" href="http://www.codeproject.com/KB/string/StringResources.aspx" /><id>http://www.codeproject.com/KB/string/StringResources.aspx</id><published>2011-09-26T13:57:00Z</published><updated>2011-09-26T13:57:00Z</updated><content type="html">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 handling by the following functionality: controlled access to strings, type safe formatting of variable string elements, strings for enumerations (optionally with image), XAML strings, and user-defined string resource files in ASP.NET. &lt;img src="http://windowsclient.net/aggbug.aspx?PostID=410847" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Checking Password Strength</title><link rel="alternate" type="text/html" href="http://www.blackwasp.co.uk/PasswordStrength.aspx" /><id>http://www.blackwasp.co.uk/PasswordStrength.aspx</id><published>2011-09-22T14:53:00Z</published><updated>2011-09-22T14:53:00Z</updated><content type="html">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 to give the user feedback to show the strength of their selected password.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=411894" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>Asynchronous Tasks and Synchronization on UI TPL .NET 4.0</title><link rel="alternate" type="text/html" href="http://www.c-sharpcorner.com/UploadFile/vendettamit/9198/" /><id>http://www.c-sharpcorner.com/UploadFile/vendettamit/9198/</id><published>2011-09-19T09:30:00Z</published><updated>2011-09-19T09:30:00Z</updated><content type="html">Using TPL for parallel programming is now a&amp;nbsp;pieces of cake. It makes life easier for those who are new to multithreaded programming. &lt;img src="http://windowsclient.net/aggbug.aspx?PostID=410020" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://windowsclient.net/members/Anonymous.aspx</uri></author></entry><entry><title>DLR : Expressions and a ‘Hello World’ application</title><link rel="alternate" type="text/html" href="http://aminr.blog.co.in/2011/09/10/dlr-expressions-and-a-hello-world-application/" /><id>http://aminr.blog.co.in/2011/09/10/dlr-expressions-and-a-hello-world-application/</id><published>2011-09-15T04:31:00Z</published><updated>2011-09-15T04:31:00Z</updated><content type="html">An introduction to Dynamic Language Runtime features. Linq Expressions can be very helpful in dynamic programming.&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=409889" width="1" height="1"&gt;</content><author><name>aminjun</name><uri>http://windowsclient.net/members/aminjun.aspx</uri></author></entry><entry><title>Auto scaling strategies for Windows Azure, Amazon's EC2 and Other Cloud Platforms</title><link rel="alternate" type="text/html" href="http://www.paraleap.com/blog/post/Auto-scaling-strategies-in-the-cloud.aspx" /><id>http://www.paraleap.com/blog/post/Auto-scaling-strategies-in-the-cloud.aspx</id><published>2011-09-13T03:56:00Z</published><updated>2011-09-13T03:56:00Z</updated><content type="html">Implementing a cloud-based application without auto scaling is like installing an air-conditioner without a thermostat: one either needs to constantly monitor and manually adjust the needed temperature or pray that outside temperature never changes&lt;img src="http://windowsclient.net/aggbug.aspx?PostID=386655" width="1" height="1"&gt;</content><author><name>igorek</name><uri>http://windowsclient.net/members/igorek.aspx</uri></author></entry></feed>
