-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
61 lines (51 loc) · 3.43 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<rss version="2.0">
<channel>
<title>Wallace Kelly Blog</title>
<link>http://wallacekelly.github.io/</link>
<description>Wallace Kelly writes about F#, WPF, async, ClickOnce and other software development topics.
</description>
<item>
<title>MAGE.EXE and the Certificate Store</title>
<guid>http://wallacekelly.github.io//blog/2015/04-08-mage-exe-and-the-certificate-store</guid>
<link>http://wallacekelly.github.io//blog/2015/04-08-mage-exe-and-the-certificate-store/index.html</link>
<pubDate>Wed, 08 Apr 2015 13:16:36 GMT</pubDate>
<description><p>I need to sign a ClickOnce manifest using <code>mage.exe</code>.
The certificate is in the Windows Certificate Store.
How do I do that?</p>
</description>
</item>
<item>
<title>WPF ViewModel of an F# Record</title>
<guid>http://wallacekelly.github.io//blog/2015/03-17-wpf-viewmodel-of-an-f-record</guid>
<link>http://wallacekelly.github.io//blog/2015/03-17-wpf-viewmodel-of-an-f-record/index.html</link>
<pubDate>Tue, 17 Mar 2015 07:36:57 GMT</pubDate>
<description><p>How does one expose an F# record in a WPF view model? My F# code uses immutable records. But, I need to bind those records to a WPF user interface in a view model. What is the right way to do that?</p>
</description>
</item>
<item>
<title>Script for adding and removing the ClickOnce .deploy extension</title>
<guid>http://wallacekelly.github.io//blog/2015/03-14-script-for-adding-and-removing-the-clickonce-deploy-extension</guid>
<link>http://wallacekelly.github.io//blog/2015/03-14-script-for-adding-and-removing-the-clickonce-deploy-extension/index.html</link>
<pubDate>Sat, 14 Mar 2015 14:50:12 GMT</pubDate>
<description><p>I was recently debugging a ClickOnce deployment. I needed a way to quickly add and remove the <code>*.deploy</code> extension from all the files in a deployment folder. Well, not <em>all</em> the files. The <code>*.manifest</code> file is treated differently.</p>
</description>
</item>
<item>
<title>Calculating nice chart axis ranges</title>
<guid>http://wallacekelly.github.io//blog/2010/02-24-calculating-nice-chart-axis-ranges</guid>
<link>http://wallacekelly.github.io//blog/2010/02-24-calculating-nice-chart-axis-ranges/index.html</link>
<pubDate>Wed, 24 Feb 2010 05:00:00 GMT</pubDate>
<description><p>I was working on a project that required calculating nice ranges for chart axes. I found a useful discussion <a href="http://stackoverflow.com/questions/611878/reasonable-optimized-chart-scaling">here</a>.</p>
<p>Here is what I used in C# and so far it is working adequately.</p>
</description>
</item>
<item>
<title>WPF menus that go up</title>
<guid>http://wallacekelly.github.io//blog/2010/02-10-wpf-menus-that-go-up</guid>
<link>http://wallacekelly.github.io//blog/2010/02-10-wpf-menus-that-go-up/index.html</link>
<pubDate>Wed, 10 Feb 2010 05:00:00 GMT</pubDate>
<description><p>I needed a menu docked to the bottom of an application's window. Docking to the bottom of the window is no problem. However, it did not work well, because by default, WPF menus drop down. I needed it to drop up.</p>
</description>
</item>
</channel>
</rss>