<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>WPF on Strathweb. A free flowing tech monologue.</title>
    <link>https://www.strathweb.com/categories/wpf/</link>
    <description>Recent content in WPF on Strathweb. A free flowing tech monologue.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 17 Jun 2012 21:02:23 +0000</lastBuildDate><atom:link href="https://www.strathweb.com/categories/wpf/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Drag and drop files to WPF application and asynchronously upload to ASP.NET Web API</title>
      <link>https://www.strathweb.com/2012/06/drag-and-drop-files-to-wpf-application-and-asynchronously-upload-to-asp-net-web-api/</link>
      <pubDate>Sun, 17 Jun 2012 21:02:23 +0000</pubDate>
      
      <guid>https://www.strathweb.com/2012/06/drag-and-drop-files-to-wpf-application-and-asynchronously-upload-to-asp-net-web-api/</guid>
      <description>&lt;p&gt;A while ago, I wrote a post on uploading files to ASP.NET Web API by &lt;a href=&#34;https://www.strathweb.com/2012/04/html5-drag-and-drop-asynchronous-multi-file-upload-with-asp-net-webapi/&#34;&gt;dragging and dropping them to the browser&lt;/a&gt;. Today I will continue with the same topic, but instead, let&amp;rsquo;s build a WPF application to which you can drag and drop files, and they&amp;rsquo;ll get uploaded to ASP.NET Web API.&lt;/p&gt;
&lt;p&gt;The important thing, is that we will use the *exact* same Web API upload controller as before, meaning the same controller will be handling uploads from the browser and from the client (WPF) application. The client will use the new &lt;em&gt;HttpClient&lt;/em&gt; and it&amp;rsquo;s client-side &lt;em&gt;DelegatingHandlers&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Build p2p chat application with WPF and ASP.NET Web API</title>
      <link>https://www.strathweb.com/2012/03/build-p2p-chat-application-with-wpf-and-asp-net-web-api/</link>
      <pubDate>Sun, 25 Mar 2012 13:25:22 +0000</pubDate>
      
      <guid>https://www.strathweb.com/2012/03/build-p2p-chat-application-with-wpf-and-asp-net-web-api/</guid>
      <description>&lt;p&gt;Recently I&amp;rsquo;ve been really enjoying myself with ASP.NET Web API. It is a tremendous beast, and with it&amp;rsquo;s self-hosting capabilities, it&amp;rsquo;s suitable as an HTTP-channeled-communication not only for ASP.NET websites, but also for any other .NET applications. In this post, I&amp;rsquo;m gonna try to show you the outcome of my weekend mash up - a peer-to-peer WPF chat application (clients connect directly to each other), fueled by ASP.NET Web API.&lt;/p&gt;
&lt;p&gt;More after the jump.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
