<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://windowsclient.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Articles</title><link>http://windowsclient.net/blogs/articles/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Asynchronous Programming using C# 4.5 and Visual Studio 2011</title><link>http://www.dotnetcurry.com/ShowArticle.aspx?ID=797</link><pubDate>Sat, 07 Apr 2012 05:03:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:780451</guid><dc:creator>Mahesh Sabnis</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=780451</wfw:commentRss><comments>http://www.dotnetcurry.com/ShowArticle.aspx?ID=797#comments</comments><description> 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;</description><evnet:views>529</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=780451</evnet:viewtrackingurl></item><item><title>Generating Random Pronounceable Passwords</title><link>http://www.blackwasp.co.uk/PronounceablePasswords.aspx</link><pubDate>Sun, 18 Mar 2012 17:49:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:750125</guid><dc:creator>Richard Carr</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=750125</wfw:commentRss><comments>http://www.blackwasp.co.uk/PronounceablePasswords.aspx#comments</comments><description>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;</description><evnet:views>94</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=750125</evnet:viewtrackingurl></item><item><title>Using Microsoft WebAPI from a WinForm and WinRT Client Application </title><link>http://www.dotnetcurry.com/ShowArticle.aspx?ID=789</link><pubDate>Tue, 06 Mar 2012 02:12:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:729174</guid><dc:creator>Sumit Maitra</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=729174</wfw:commentRss><comments>http://www.dotnetcurry.com/ShowArticle.aspx?ID=789#comments</comments><description> 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;</description><evnet:views>93</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=729174</evnet:viewtrackingurl></item><item><title>Cancelling Parallel Loops</title><link>http://www.blackwasp.co.uk/ParallelLoopCancel.aspx</link><pubDate>Thu, 05 Jan 2012 16:25:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:477117</guid><dc:creator>Richard Carr</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=477117</wfw:commentRss><comments>http://www.blackwasp.co.uk/ParallelLoopCancel.aspx#comments</comments><description>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;</description><evnet:views>1026</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=477117</evnet:viewtrackingurl></item><item><title>Sort a Multicolumn ListView in C# </title><link>http://www.c-sharpcorner.com/UploadFile/nipuntomar/3280/</link><pubDate>Tue, 20 Dec 2011 19:11:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:412635</guid><dc:creator>darwin150</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=412635</wfw:commentRss><comments>http://www.c-sharpcorner.com/UploadFile/nipuntomar/3280/#comments</comments><description>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;</description><evnet:views>941</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=412635</evnet:viewtrackingurl></item><item><title>Reading and Writing INI Files</title><link>http://www.blackwasp.co.uk/IniFile.aspx</link><pubDate>Tue, 22 Nov 2011 16:05:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:450207</guid><dc:creator>Richard Carr</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=450207</wfw:commentRss><comments>http://www.blackwasp.co.uk/IniFile.aspx#comments</comments><description>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;</description><evnet:views>899</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=450207</evnet:viewtrackingurl></item><item><title>WPF Application Framework (WAF) 2.0 released!</title><link>http://waf.codeplex.com/</link><pubDate>Wed, 02 Nov 2011 15:20:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:422530</guid><dc:creator>jbe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=422530</wfw:commentRss><comments>http://waf.codeplex.com/#comments</comments><description>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;</description><evnet:views>773</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=422530</evnet:viewtrackingurl></item><item><title>DataGrid with integrated field (column) chooser</title><link>http://shemesh.wordpress.com/2011/08/02/wpf-datagrid-with-integrated-field-column-chooser/</link><pubDate>Fri, 14 Oct 2011 00:29:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:415723</guid><dc:creator>shemesh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=415723</wfw:commentRss><comments>http://shemesh.wordpress.com/2011/08/02/wpf-datagrid-with-integrated-field-column-chooser/#comments</comments><description>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;</description><evnet:views>1257</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=415723</evnet:viewtrackingurl></item><item><title>WPF 4: Using Input Bindings to Go Mouseless </title><link>http://www.devcurry.com/2011/05/wpf-4-using-input-bindings-to-go.html</link><pubDate>Sat, 01 Oct 2011 13:13:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:385065</guid><dc:creator>Mahesh Sabnis</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=385065</wfw:commentRss><comments>http://www.devcurry.com/2011/05/wpf-4-using-input-bindings-to-go.html#comments</comments><description>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;</description><evnet:views>1259</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=385065</evnet:viewtrackingurl></item><item><title>WPF 4 DataGrid: Delete Multiple Rows </title><link>http://www.devcurry.com/2011/04/wpf-4-datagrid-delete-multiple-rows.html</link><pubDate>Thu, 29 Sep 2011 13:36:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:385079</guid><dc:creator>Suprotim Agarwal</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=385079</wfw:commentRss><comments>http://www.devcurry.com/2011/04/wpf-4-datagrid-delete-multiple-rows.html#comments</comments><description>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;</description><evnet:views>1250</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=385079</evnet:viewtrackingurl></item><item><title>.NET String Resources</title><link>http://www.codeproject.com/KB/string/StringResources.aspx</link><pubDate>Mon, 26 Sep 2011 13:57:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:410847</guid><dc:creator>Jani Giannoudis</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=410847</wfw:commentRss><comments>http://www.codeproject.com/KB/string/StringResources.aspx#comments</comments><description>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;</description><evnet:views>1276</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=410847</evnet:viewtrackingurl></item><item><title>Checking Password Strength</title><link>http://www.blackwasp.co.uk/PasswordStrength.aspx</link><pubDate>Thu, 22 Sep 2011 14:53:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:411894</guid><dc:creator>Richard Carr</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=411894</wfw:commentRss><comments>http://www.blackwasp.co.uk/PasswordStrength.aspx#comments</comments><description>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;</description><evnet:views>1211</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=411894</evnet:viewtrackingurl></item><item><title>Asynchronous Tasks and Synchronization on UI TPL .NET 4.0</title><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/9198/</link><pubDate>Mon, 19 Sep 2011 09:30:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:410020</guid><dc:creator>Amit Chaudhary</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=410020</wfw:commentRss><comments>http://www.c-sharpcorner.com/UploadFile/vendettamit/9198/#comments</comments><description>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;</description><evnet:views>1183</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=410020</evnet:viewtrackingurl></item><item><title>DLR : Expressions and a ‘Hello World’ application</title><link>http://aminr.blog.co.in/2011/09/10/dlr-expressions-and-a-hello-world-application/</link><pubDate>Thu, 15 Sep 2011 04:31:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:409889</guid><dc:creator>Amin</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=409889</wfw:commentRss><comments>http://aminr.blog.co.in/2011/09/10/dlr-expressions-and-a-hello-world-application/#comments</comments><description>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;</description><evnet:views>1182</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=409889</evnet:viewtrackingurl></item><item><title>Auto scaling strategies for Windows Azure, Amazon's EC2 and Other Cloud Platforms</title><link>http://www.paraleap.com/blog/post/Auto-scaling-strategies-in-the-cloud.aspx</link><pubDate>Tue, 13 Sep 2011 03:56:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:386655</guid><dc:creator>igorek</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://windowsclient.net/blogs/articles/rsscomments.aspx?PostID=386655</wfw:commentRss><comments>http://www.paraleap.com/blog/post/Auto-scaling-strategies-in-the-cloud.aspx#comments</comments><description>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;</description><evnet:views>1113</evnet:views><evnet:viewtrackingurl>http://windowsclient.net/aggbug.aspx?PostID=386655</evnet:viewtrackingurl></item></channel></rss>
