<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jay R. Wren - lazy dawg evarlast</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Fri, 05 Feb 2010 20:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>double.IsNaN is 100 times slower</title>
		<link>http://jrwren.wrenfam.com/blog/2010/02/05/double-isnan-is-100-times-slower/</link>
		<comments>http://jrwren.wrenfam.com/blog/2010/02/05/double-isnan-is-100-times-slower/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:16:43 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[MSPL]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2010/02/05/double-isnan-is-100-times-slower/</guid>
		<description><![CDATA[Its not just your programming group that can’t get it right. I work in a semi-disfunctional group on contract for a client who, not matter how hard we try, doesn’t seem to listen to basic software engineering principles.
I feel a little better (and a great deal worse after thinking about it) when I see that [...]]]></description>
			<content:encoded><![CDATA[<p>Its not just your programming group that can’t get it right. I work in a semi-disfunctional group on contract for a client who, not matter how hard we try, doesn’t seem to listen to basic software engineering principles.</p>
<p>I feel a little better (and a great deal worse after thinking about it) when I see that the largest software company in the world deals with some of the same problems.</p>
<p>I found this gem in the WPFToolkit (it is MSPL) source.</p>
<blockquote><p>// The standard CLR double.IsNaN() function is approximately 100 times slower than our own wrapper,     <br />// so please make sure to use DoubleUtil.IsNaN() in performance sensitive code.      <br />// PS item that tracks the CLR improvement is DevDiv Schedule : 26916.      <br />// IEEE 754 : If the argument is any value in the range 0&#215;7ff0000000000001L through 0&#215;7fffffffffffffffL       <br />// or in the range 0xfff0000000000001L through 0xffffffffffffffffL, the result will be NaN.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />public static bool IsNaN(double value)      <br />{      <br />&#160;&#160;&#160; NanUnion t = new NanUnion();      <br />&#160;&#160;&#160; t.DoubleValue = value; </p>
<p>&#160;&#160;&#160; ulong exp = t.UintValue &amp; 0xfff0000000000000;     <br />&#160;&#160;&#160; ulong man = t.UintValue &amp; 0&#215;000fffffffffffff;      <br />&#160;&#160;&#160; return (exp == 0&#215;7ff0000000000000 || exp == 0xfff0000000000000) &amp;&amp; (man != 0);      <br />}</p>
<p>&#160;</p>
</blockquote>
<p>My jaw was open pretty far for quite a few seconds as I read this.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2010/02/05/double-isnan-is-100-times-slower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Application of iPad</title>
		<link>http://jrwren.wrenfam.com/blog/2010/01/30/an-application-of-ipad/</link>
		<comments>http://jrwren.wrenfam.com/blog/2010/01/30/an-application-of-ipad/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:57:45 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2010/01/30/an-application-of-ipad/</guid>
		<description><![CDATA[I really hate the timing of this post, but the ideas are fresh in my head. You can consider this ‘just another iPad post’ if you want.
Ever taken a survey on the streets from someone with a PC style tablet? I’ve taken a few. I’m always surprised by the hardware choice. For some things, it [...]]]></description>
			<content:encoded><![CDATA[<p>I really hate the timing of this post, but the ideas are fresh in my head. You can consider this ‘just another iPad post’ if you want.</p>
<p>Ever taken a survey on the streets from someone with a PC style tablet? I’ve taken a few. I’m always surprised by the hardware choice. For some things, it seems like a clipboard and paper would be better. </p>
<p>At work, there is an upcoming project that involves something like the above. Here is why I think the iPad is a better choice. It mostly comes down to boring IT Operations reasons, aka management of the underlying platform.</p>
<ul>
<li>With iPad, you never have to defragment your disk. </li>
<li>With iPad, you never have to run antivirus or update antivirus definitions. </li>
<li>With iPad, you never have to run anitspyware or update antispyware definitions. </li>
<li>With iPad, there is no moving and spinning disk which is prone to higher failure. </li>
<li>With iPad, you don&#8217;t have to worry about some slick-kid or script kiddie downloading and installing some crazy software that turns your computer into a bot or even just overwrites important files preventing you from booting the next time. </li>
<li>With iPad, you don&#8217;t have to worry about not having a replacement part available if a piece of hardware fails. </li>
<li>With iPad, the user will have a more familiar experience. Given the prevalence of iPhone, it is likely that an end user will understand many of the touch and drag gestures. </li>
<li>With iPad, there is no stylus like the PC Tablets of old. </li>
<li>With iPad, there is a very clear future. When was the last time apple canceled a product line? Newton? Ok, how about under Jobs? I&#8217;ve no idea.</li>
</ul>
<p>I’m as anti-fud as any person that I know. Yes, the above is definitely anti-windows fud cited by Mac and Linux lovers everywhere and normally I’m the first person to refute it. However, I think under that fud there are tiny grains of truth. For certain applications those bits of truth are highly amplified. It is a different risk vector. These things become very important and translate directly to cost of ownership.</p>
<p>Notice that I’ve listed no pros or cons for iPad as a general purpose device. I don’t care to go there. I’ve also not mentioned if there is much of a market for the above use case (there isn’t enough to sustain the device alone). These are all things to be answered elsewhere. My point in short: here is a use case if you have been wondering for what kind of things iPad can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2010/01/30/an-application-of-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Whole App is a LINQ Expression</title>
		<link>http://jrwren.wrenfam.com/blog/2010/01/10/my-whole-app-is-a-linq-expression/</link>
		<comments>http://jrwren.wrenfam.com/blog/2010/01/10/my-whole-app-is-a-linq-expression/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:53:03 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/?p=917</guid>
		<description><![CDATA[I just published an application which I consider useful over on codeplex with source hosted on launchpad.
http://wlanchannelinfo.codeplex.com/
https://code.edge.launchpad.net/~evarlast/+junk/WlanChannelInfo
I wrote this because Wifi in my home is very slow. Its so slow I&#8217;m tempted to run a network cable to my couch so that even when I&#8217;m couch surfing I can have fast access to my server.
In [...]]]></description>
			<content:encoded><![CDATA[<p>I just published an application which I consider useful over on codeplex with source hosted on launchpad.</p>
<p><a href="http://wlanchannelinfo.codeplex.com/">http://wlanchannelinfo.codeplex.com/</a></p>
<p><a href="https://code.edge.launchpad.net/~evarlast/+junk/WlanChannelInfo">https://code.edge.launchpad.net/~evarlast/+junk/WlanChannelInfo</a></p>
<p>I wrote this because Wifi in my home is very slow. Its so slow I&#8217;m tempted to run a network cable to my couch so that even when I&#8217;m couch surfing I can have fast access to my server.</p>
<p>In an effort to diagnose my slow Wifi, I tried to see if my neighbors were causing interference by running Wifi on the same or overlapping channel as me. I downloaded netstumbler; it didn&#8217;t work. I downloaded some other tool; neither did it.</p>
<p>So I wondered how hard it would be to write my own. It turns out Windows 7 added to the Wlan* api to expose all of the necessary data. After some digging I found the managedwlan project on codeplex. Now I got to play.</p>
<p>Once I figured out the api, I was able to write the entire application with pretty much one LINQ expression:</p>
<p>var client = new WlanClient();<br />
var retval =<br />
from wlanIface in client.Interfaces<br />
from bssentry in wlanIface.GetNetworkBssList()<br />
from network in wlanIface.GetAvailableNetworkList(Wlan.WlanGetAvailableNetworkFlags.IncludeAllAdhocProfiles)<br />
where InterfaceService.GetStringForSSID(network.dot11Ssid) == InterfaceService.GetStringForSSID(bssentry.dot11Ssid)<br />
select new WifiInfo<br />
{<br />
bssentry = GetStringForSSID(bssentry.dot11Ssid),<br />
channel = Wifi.FrequencyChannelMap[bssentry.chCenterFrequency],<br />
frequency = bssentry.chCenterFrequency,<br />
linqQuality = bssentry.linkQuality,<br />
strength = bssentry.rssi,<br />
signalQuality = network.wlanSignalQuality,<br />
wifitype = network.dot11BssType<br />
};</p>
<p>The result of that expression is directly databound to a WPF DataGrid and I can now view the data that I want to.</p>
<p>I really love the platform (C#+.NET) on which I work.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2010/01/10/my-whole-app-is-a-linq-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Lazy And I Need My Helpers</title>
		<link>http://jrwren.wrenfam.com/blog/2010/01/07/im-lazy-and-i-need-my-helpers/</link>
		<comments>http://jrwren.wrenfam.com/blog/2010/01/07/im-lazy-and-i-need-my-helpers/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 02:27:48 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CC0]]></category>
		<category><![CDATA[Unlicense]]></category>
		<category><![CDATA[WTFPL]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/?p=915</guid>
		<description><![CDATA[public static class NumericExtensions
{
public static bool IsZero(this byte number)
{
return 0==number;
}
public static bool IsZero(this short number)
{
return 0==number;
}
public static bool IsZero(this int number)
{
return 0==number;
}
public static bool IsZero(this long number)
{
return 0==number;
}
public static bool IsZero(this float number)
{
return 0==number;
}
public static bool IsZero(this double number)
{
return 0==number;
}
public static bool IsZero(this decimal number)
{
return 0==number;
}
}
I wanted something like this today as I was toggling [...]]]></description>
			<content:encoded><![CDATA[<p>public static class NumericExtensions<br />
{<br />
public static bool IsZero(this byte number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this short number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this int number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this long number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this float number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this double number)<br />
{<br />
return 0==number;<br />
}<br />
public static bool IsZero(this decimal number)<br />
{<br />
return 0==number;<br />
}<br />
}</p>
<p>I wanted something like this today as I was toggling between NUnit and MSTest. Sure, Assert.That( something, Is(0) ) is readable, but its not portable. Its NUnit only, and for this project, I can&#8217;t do that. I also like the english reading of IsZero() vs. Is(0)</p>
<p>I think I&#8217;ve stated before that any code on this blog (c) by me and licensed under the MIT/X11 License, but for certain bits of code, I see no point in that. So I&#8217;m going to start tagging code with <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>, <a href="http://unlicense.org/">Unlicense</a> and/or <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2010/01/07/im-lazy-and-i-need-my-helpers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Home Server backup database</title>
		<link>http://jrwren.wrenfam.com/blog/2010/01/02/windows-home-server-backup-database/</link>
		<comments>http://jrwren.wrenfam.com/blog/2010/01/02/windows-home-server-backup-database/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 15:16:20 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows home server]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2010/01/02/windows-home-server-backup-database/</guid>
		<description><![CDATA[I’m seriously thinking I should change my backup strategy. I use Windows Home Server for one thing and one thing only, Backups. Sure the file share stuff is nice, but I already have a Linux server with samba with my file shares. WHS lovers will say I should migrate, but all I see that gaining [...]]]></description>
			<content:encoded><![CDATA[<p>I’m seriously thinking I should change my backup strategy. I use Windows Home Server for one thing and one thing only, Backups. Sure the file share stuff is nice, but I already have a Linux server with samba with my file shares. WHS lovers will say I should migrate, but all I see that gaining me a day or so of copying files and no real benefit.</p>
<p>I recently got a new laptop and when adding this into the mix I had to add more storage to my WHS. I did, and after doing so I got this:</p>
<p><a href="http://jrwren.wrenfam.com/blog/wp-content/uploads/2010/01/HomeServerAllBackupsLost.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HomeServer-AllBackupsLost" border="0" alt="HomeServer-AllBackupsLost" src="http://jrwren.wrenfam.com/blog/wp-content/uploads/2010/01/HomeServerAllBackupsLost_thumb.png" width="504" height="388" /></a> </p>
</p>
<p>What good is a backup system if it loses your backups? Not much good IMO.</p>
<p>Windows 7’s backup is very good now and I think I may benefit from just using it rather than WHS. I’ll duke it out with WHS one last time, but I won’t be recommending it to Mom, Dad or Grandma anytime soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2010/01/02/windows-home-server-backup-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Geeks drive girls out of computer science</title>
		<link>http://jrwren.wrenfam.com/blog/2009/12/17/geeks-drive-girls-out-of-computer-science/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/12/17/geeks-drive-girls-out-of-computer-science/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:50:08 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/12/17/geeks-drive-girls-out-of-computer-science/</guid>
		<description><![CDATA[My wife linked me to this article about a cultural study done on certain masculine aspects of things which often surround computer science.
http://www.msnbc.msn.com/id/34437233/ns/technology_and_science-science/
She (my wife) brought it up in the context of cables and cords lying around and I’d guess that extends to the unused laptop, mouse or keyboard. She is a very neat person. [...]]]></description>
			<content:encoded><![CDATA[<p>My wife linked me to this article about a cultural study done on certain masculine aspects of things which often surround computer science.</p>
<p><a title="http://www.msnbc.msn.com/id/34437233/ns/technology_and_science-science/" href="http://www.msnbc.msn.com/id/34437233/ns/technology_and_science-science/">http://www.msnbc.msn.com/id/34437233/ns/technology_and_science-science/</a></p>
<p>She (my wife) brought it up in the context of cables and cords lying around and I’d guess that extends to the unused laptop, mouse or keyboard. She is a very neat person. I am less so, but she keeps me in check. This is good.</p>
<p>The article talks about the physical environment of a computer science classroom or office. I don’t know what classrooms this study is looking at. I can only assume that they are primary and secondary classrooms because the college classrooms in which I teach and in which I attended are the same boring sterile classrooms in which all subjects are taught.</p>
<p>I can comment on offices. The quote from the article is a quote by the lead researching Sapna Cheryan from the University of Washington. She says “… the image that immediately pops into many of their minds is of the computer geek surrounded by such things as computer games, science-fiction memorabilia and junk food.”</p>
<p>I’d like to address each of things. There are no computer games on my desk at home nor at work. At home, I share a desk with my wife, occasionally there is a game left out. They are hers. I have her Rollercoaster Tycoon CD in my backpack right now, because she left it in my disk drive. I do not play video games. It is a choice. I used to play a few video games. I think that when Starcraft 2 comes out, I’ll probably play that video game.</p>
<p>I have some science fiction memorabilia stuffed in drawers at home. A hat from the cast of the original Stargate movie. A signed Richard Dean Anderson photograph. Both of these were gifts from people who knew that I love Stargate. I don’t leave them out. I don’t talk about them. In fact, if any of my coworkers read this, both items will probably be a surprise to them, and they will probably make fun of me greatly for each of them.</p>
<p>Junk food is bad. I’d probably eat lots of junk food if I didn’t have my wife to take care of me and she didn’t constantly remind me about good nutrition and encourage me by talking to me about the food industry, summarizing books for me and watching movies with me such as Supersize Me and Food Inc. I bring my lunch to work almost every day rather than eat out. As I write this many of my coworkers are out at the monthly Ann Arbor “Nerd Lunch”. I try to eat healthy.</p>
<p>I try to eat healthy to the point that food preparation is something that I can talk at length about. Last night I made cottage cheese. I bake all my own bread. I’ve not bought bread from a store in over 6 years. I make my own chicken stock. I make a lot of things that are often bought. I do not consider any of these things add to my computer geek. If anything I’m a non-geek. These things are also traditionally non-masculine activities. Although more recently I think they are more niche hobbies than feminine activities.</p>
<p>What is the point? I guess I’m trying to say, look deeper. Yes, on the surface there is a video game, bad-sci-fi, junk food culture to computer science, but as soon as you peel back the first layer there is a variety and depth as wide as any other profession.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/12/17/geeks-drive-girls-out-of-computer-science/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pandion &#8220;Free Software&#8221; can go to hell</title>
		<link>http://jrwren.wrenfam.com/blog/2009/12/15/pandion-free-software-can-go-to-hell/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/12/15/pandion-free-software-can-go-to-hell/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:58:12 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/12/15/pandion-free-software-can-go-to-hell/</guid>
		<description><![CDATA[I’m not entirely sure that it is what installed Ask Toolbar on my system without asking me, but I am 100% entirely sure that it is what changed my browser start page without asking me.
EVIL EVIL EVIL
Pandion IM software from http://pandion.im/ should be avoided.
It doesn’t matter that it is GPL and free as in speech. [...]]]></description>
			<content:encoded><![CDATA[<p>I’m not entirely sure that it is what installed Ask Toolbar on my system without asking me, but I am 100% entirely sure that it is what changed my browser start page without asking me.</p>
<p>EVIL EVIL EVIL</p>
<p>Pandion IM software from <a title="http://pandion.im/" href="http://pandion.im/">http://pandion.im/</a> should be avoided.</p>
<p>It doesn’t matter that it is GPL and free as in speech. It is evil.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/12/15/pandion-free-software-can-go-to-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I still like wired networks</title>
		<link>http://jrwren.wrenfam.com/blog/2009/12/13/i-still-like-wired-networks/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/12/13/i-still-like-wired-networks/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:07:48 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/12/13/i-still-like-wired-networks/</guid>
		<description><![CDATA[I needed to archive 472MB of photos onto the home file server so that my wife could access them.
Over wifi, I got an estimate of 35minutes. Yes this is horribly slow, even for a 54Mbit &#8220;G&#8221; speed network.
So I plugged in the CAT5 cable, I disabled wifi on my laptop and I pressed refresh in [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to archive 472MB of photos onto the home file server so that my wife could access them.</p>
<p>Over wifi, I got an estimate of 35minutes. Yes this is horribly slow, even for a 54Mbit &#8220;G&#8221; speed network.</p>
<p>So I plugged in the CAT5 cable, I disabled wifi on my laptop and I pressed refresh in windows explorer so that SMB2 was now talking on the wired network.</p>
<p>I performed the exact same drag and drop to copy the files and it was done in 5 seconds, almost faster than I could expand the Windows 7 copy dialog and see the transfer rate of > 50MBytes/second.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/12/13/i-still-like-wired-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning WPF&#8230; For real this time.</title>
		<link>http://jrwren.wrenfam.com/blog/2009/12/11/learning-wpf-for-real-this-time/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/12/11/learning-wpf-for-real-this-time/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:49:36 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/?p=907</guid>
		<description><![CDATA[I&#8217;ve been diving into WPF, again.
WPF is different now and will be even more different in 4.0. The WPF Toolkit is not an &#8220;option&#8221; in 3.5, it is a requirement. Just like I wouldn&#8217;t want to write .NET Code without certain 3rd party libraries (castle, elevate, etc..), I would not want to write WPF without [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been diving into WPF, again.</p>
<p>WPF is different now and will be even more different in 4.0. The WPF Toolkit is not an &#8220;option&#8221; in 3.5, it is a requirement. Just like I wouldn&#8217;t want to write .NET Code without certain 3rd party libraries (castle, elevate, etc..), I would not want to write WPF without the toolkit.</p>
<p>WPF in .NET 4.0 includes many things from the WPF Toolkit. The one thing that makes Winforms developers like me feel right at home is DataGrid, but the WPF DataGrid is not DataGridView for WPF. I keep running into surprises.</p>
<p>The latest surprise had to do with a prototype I was building. In Winforms, I often just databind a DataGridView to any IList&lt;T&gt;, and let magic do the rest for me. After all, it is just a prototype.</p>
<p>I tried to do the same thing with WPF DataGrid and I was met with a surprise. Surprise! Don&#8217;t do that. As soon as I changed from a IList&lt;T&gt; to an ObservableCollection&lt;T&gt; the binding worked. AutoGenerateColumns=&#8221;True&#8221; makes it very easy to prototype.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/12/11/learning-wpf-for-real-this-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TFS is the new SourceSafe in cost</title>
		<link>http://jrwren.wrenfam.com/blog/2009/10/11/tfs-is-the-new-sourcesafe-in-cost/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/10/11/tfs-is-the-new-sourcesafe-in-cost/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:30:31 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/10/11/tfs-is-the-new-sourcesafe-in-cost/</guid>
		<description><![CDATA[from :   http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx
this quote stuck out : 
There are 3 main areas that we’ve focused on in 2010 to make TFS attractive to smaller teams: 
1. Price – We’re not quite ready to announce the pricing and licensing for 2010 yet but I can tell you that it will be at least as [...]]]></description>
			<content:encoded><![CDATA[<p>from :   <br /><a href="http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx">http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx</a></p>
<p>this quote stuck out : </p>
<blockquote><p>There are 3 main areas that we’ve focused on in 2010 to make TFS attractive to smaller teams: </p>
<p>1. Price – We’re not quite ready to announce the pricing and licensing for 2010 yet but I can tell you that it will be at least as easy and cost effective to get as SourceSafe has been.&#160; Stay tuned for more info on this. </p>
</blockquote>
<p>If this is true (and I don&#8217;t think it is) it will greatly change the face of .net development organizations over the next few years. </p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/10/11/tfs-is-the-new-sourcesafe-in-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
