<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andy&#039;s misc stuff</title>
	<atom:link href="http://andyhammar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andyhammar.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 09 Jan 2011 18:59:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andyhammar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andy&#039;s misc stuff</title>
		<link>http://andyhammar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andyhammar.wordpress.com/osd.xml" title="Andy&#039;s misc stuff" />
	<atom:link rel='hub' href='http://andyhammar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Links for certification skills measured &#8211; 70-513: TS: Windows Communication Foundation Development with Microsoft .NET Framework 4</title>
		<link>http://andyhammar.wordpress.com/2011/01/07/links-for-70-513-msts-wcf-net4/</link>
		<comments>http://andyhammar.wordpress.com/2011/01/07/links-for-70-513-msts-wcf-net4/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 21:41:38 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[certification]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[mcp]]></category>
		<category><![CDATA[mcts]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">https://andyhammar.wordpress.com/?p=67</guid>
		<description><![CDATA[Sharing my personal study reference for the WCF cert. I added links to the MSDN docs where I could find a suitable place, please feel free to send me improvement suggestions (should it be put in a wiki page instead maybe?..). Enjoy! Creating Services (20%) Create service and operation contracts. This objective may include but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=67&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sharing my personal study reference for the WCF cert. I added links to the MSDN docs where I could find a suitable place, please feel free to send me improvement suggestions (should it be put in a wiki page instead maybe?..). Enjoy!</p>
<p><font size="4">Creating Services (20%)</font></p>
<ul>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms729746.aspx">Create service and operation contracts.</a></strong></p>
<p>This objective may include but is not limited to: one-way, duplex, and request reply; creating and specifying&#160; fault contracts; configuration-based contracts; exposing service metadata; <a href="http://msdn.microsoft.com/en-us/library/ms730035.aspx">selecting serialization (e.g., data contract serializer vs. XML serializer)</a></p>
<p>This objective does not include: designing service and operation contracts; transactions, instantiation, security-related attributes</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733127.aspx">Create data contracts.</a></strong></p>
<p>This objective may include but is not limited to: managing Known Types; controlling data serialization; using required and order attributes on data members; implementing versioning using IExtensibleDataObject; POCOs</p>
<p>This objective does not include: using custom serializer (ISerializationSurrogate)</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730255.aspx">Create message contracts.</a></strong></p>
<p>This objective may include but is not limited to: <a href="http://msdn.microsoft.com/en-us/library/ms732038.aspx">body and header elements</a>; using required and order attributes on members</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms734675.aspx">Implement generic message handling.</a></strong></p>
<p>This objective may include but is not limited to: creating a catch-all contract; reading and writing messages; working with properties; working with headers</p>
<p>This objective does not include: inheriting from Message class; using BodyWriter; creating Fault messages</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/bb412172(v=VS.100).aspx">Implement RESTful services.</a></strong></p>
<p>This objective may include but is not limited to: accessing HTTP context; WebGet/WebInvoke, UriTemplates; JSON/POX</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ee517421.aspx">Create and configure a Routing service.</a></strong></p>
<p>This objective may include but is not limited to: filters, static and dynamic, context-based routing, content-based routing; router interfaces</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/dd456791.aspx">Create and configure a Discovery service.</a></strong></p>
<p>This objective may include but is not limited to: configuring ad hoc and managed modes; Discovery scopes; service announcements</p>
</li>
</ul>
<p><font size="4"><a href="http://msdn.microsoft.com/en-us/library/ms729846.aspx">Hosting</a> and <a href="http://msdn.microsoft.com/en-us/library/ms733830.aspx">Configuring</a> Services (18%)</font></p>
<ul>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733107.aspx">Create and configure endpoints.</a></strong></p>
<p>This objective may include but is not limited to: default and standard bindings; custom bindings created from standard binding elements; standard endpoints; transports including HTTP, TCP, named pipes, UDP, MSMQ code-based service configuration; message encoding</p>
<p>This objective does not include: creating a custom binding element; creating new standard endpoints, loading configuration from a location other than the default application configuration file, security, transaction, reliable sessions</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730137.aspx">Configure Behaviors.</a></strong></p>
<p>This objective may include but is not limited to: applying service, endpoint, and operation behaviors in configuration and code</p>
<p>This objective does not include: creating a custom behavior; creating and using dispatch behaviors,loading configuration from a location other than the default application configuration file</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms731758.aspx">Implement self hosting.</a></strong></p>
<p>This objective may include but is not limited to: configuring and instantiating a service host</p>
<p>This objective does not include: implementing a custom service host</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730158.aspx">Implement Web server hosting.</a></strong></p>
<p>This objective may include but is not limited to: configuring IIS/WAS for WCF; deploying to IIS/WAS; file-less configuration; specifying a ServiceHost</p>
<p>This objective does not include: Windows Application Server</p>
</li>
</ul>
<p><font size="4">Consuming Services (18%)</font></p>
<ul>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms735103.aspx">Create a service proxy.</a></strong></p>
<p>This objective may include but is not limited to: using a proxy class or channel factory to create a proxy; creating a proxy for an asynchronous communication; creating a proxy for a duplex communication</p>
<p>This objective does not include: SvcUtil command-line switches</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms735103.aspx">Configure client endpoints.</a></strong></p>
<p>This objective may include but is not limited to: standard bindings, custom bindings created from standard binding elements, configuring behaviors; code-based and configuration-based bindings; configuring addresses</p>
<p>This objective does not include: security; creating custom behaviors</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms735103.aspx">Invoke a service.</a></strong></p>
<p>This objective may include but is not limited to: invoking a service operation synchronously and asynchronously; handling service faults ; using the Message class; managing the life cycle of the proxy (open channels, close channels, abort channels, handle faulted channels); implementing duplex communication</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/bb412172(v=VS.100).aspx">Consume RESTful services.</a></strong></p>
<p>This objective may include but is not limited to: access HTTP context; JSON/POX</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ee354381.aspx">Implement service Discovery.</a></strong></p>
<p>This objective may include but is not limited to: configuring target scope; monitoring service announcements</p>
</li>
</ul>
<p><font size="4"><a href="http://msdn.microsoft.com/en-us/library/ms732362.aspx">Securing Services (17%)</a></font></p>
<ul>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms731172.aspx">Configure secure Bindings.</a></strong></p>
<p>This objective may include but is not limited to: transport, message, mixed mode</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733137.aspx">Configure message security.</a></strong></p>
<p>This objective may include but is not limited to: <a href="http://msdn.microsoft.com/en-us/library/aa347692.aspx">specifying protection levels on different message parts</a></p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733082.aspx">Implement Authentication.</a></strong></p>
<p>This objective may include but is not limited to: Microsoft ASP.NET Membership Provider, <a href="http://msdn.microsoft.com/en-us/library/aa702565.aspx">Custom Provider</a>, Windows Integrated Security, certificates (X.509), Federated Authentication endpoint identity; configuring client credentials; Custom Validator</p>
<p>This objective does not include: Geneva Framework</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733071.aspx">Implement Authorization.</a></strong></p>
<p>This objective may include but is not limited to: <a href="http://msdn.microsoft.com/en-us/library/aa702542.aspx">role based</a>, <a href="http://msdn.microsoft.com/en-us/library/ms729851.aspx">claim based</a>; configuring role providers for endpoints; <a href="http://msdn.microsoft.com/en-us/library/system.security.permissions.principalpermissionattribute.aspx">principal permission attribute</a></p>
<p>This objective does not include: rights-management authorization such as Active Directory Rights Management Services (AD RMS)</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730088.aspx">Implement Impersonation.</a></strong></p>
<p>This objective may include but is not limited to: configuration and code; configuring WCF-specific Internet Information Services (IIS) impersonation properties; configuring impersonation options; operation-based and service-based</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms731669.aspx">Implement security auditing.</a></strong></p>
<p>This objective may include but is not limited to: using serviceSecurityAudit behavior, service auditing, audit log</p>
</li>
</ul>
<p><font size="4"><a href="http://msdn.microsoft.com/en-us/library/ms731193.aspx">Managing the Service Instance Life Cycle (13%)</a></font></p>
<ul>
<li>
<p><strong>Manage service instances.</strong></p>
<p>This objective may include but is not limited to: per call; per session; single; code and configuration; <a href="http://msdn.microsoft.com/en-us/library/ms751409(v=VS.100).aspx">activation and deactivation</a>; <a href="http://DurableServiceBehavior">durable services</a>; <a href="http://msdn.microsoft.com/en-us/library/ms731379.aspx">throttling</a></p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms733040.aspx">Manage sessions.</a></strong></p>
<p>This objective may include but is not limited to: code and configuration; session management attributes; throttling; reliable sessions; transport-level and application-level sessions; invoking a callback contract</p>
</li>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730266.aspx">Implement transactions.</a></strong></p>
<p>This objective may include but is not limited to: distributed transactions; transactional queues;transaction flow; configuring transaction binding attributes; WS-AtomicTransaction (WS-AT); transactional behavior attributes at the service and operation level; using transactions in code</p>
</li>
<li>
<p><strong>Manage concurrency.</strong></p>
<p>This objective may include but is not limited to: single, multiple, and reentrant concurrency modes; <a href="http://msdn.microsoft.com/en-us/library/orm-9780596521301-02-08.aspx">SynchronizationContext</a> and <a href="http://CallbackBehavior">CallbackBehavior</a></p>
<p>This objective does not include: deadlocks and other multithreading issues</p>
</li>
<li>
<p><strong>Manage consistency between instances, sessions, transactions, and concurrency.</strong></p>
<p>This objective may include but is not limited to: possible combinations between instances, sessions, transactions, and concurrency (for example, instance mode single with concurrency mode multiple)</p>
</li>
</ul>
<p><font size="4"><a href="http://msdn.microsoft.com/en-us/library/ms731055.aspx">Monitoring and Troubleshooting Distributed Systems (14%)</a></font></p>
<ul>
<li>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ms730064.aspx">Configure message logging.</a></strong></p>
<p>This objective may include but is not limited to: configuring message listeners; logging level; message filters; <a href="http://msdn.microsoft.com/en-us/library/ms730318.aspx">configuring logging known PII</a></p>
<p>This objective does not include: secure message logs</p>
</li>
<li><strong>Configure diagnostics.</strong> </li>
</ul>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; This objective may include but is not limited to: <a href="http://msdn.microsoft.com/en-us/library/ms735120.aspx">WMI</a>; <a href="http://msdn.microsoft.com/en-us/library/ms735098.aspx">performance counters</a>; <a href="http://msdn.microsoft.com/en-us/library/ms733738.aspx">event logging</a></p>
<ul>
<li>
<p><strong>Debug client-service interactions.</strong></p>
<p>This objective may include but is not limited to: <a href="http://msdn.microsoft.com/en-us/library/ff649234.aspx">sending server exception details to client</a>; <a href="http://msdn.microsoft.com/en-us/library/aa738749.aspx">end-to-end tracing</a>; <a href="http://msdn.microsoft.com/en-us/library/aa751795.aspx">interpreting output from the trace viewer (single message and end to end)</a></p>
<p>This objective does not include: tracing viewer features outside of viewing traces</p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=67&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2011/01/07/links-for-70-513-msts-wcf-net4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom .NET DateTime formats</title>
		<link>http://andyhammar.wordpress.com/2010/12/16/custom-net-datetime-formats/</link>
		<comments>http://andyhammar.wordpress.com/2010/12/16/custom-net-datetime-formats/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 07:37:09 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">https://andyhammar.wordpress.com/2010/12/16/custom-net-datetime-formats/</guid>
		<description><![CDATA[http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=64&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx">http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=64&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/12/16/custom-net-datetime-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to generate cs classes from xsd to consume xml</title>
		<link>http://andyhammar.wordpress.com/2010/12/14/how-to-generate-cs-classes-from-xsd-to-consume-xml/</link>
		<comments>http://andyhammar.wordpress.com/2010/12/14/how-to-generate-cs-classes-from-xsd-to-consume-xml/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 06:40:11 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsd]]></category>

		<guid isPermaLink="false">https://andyhammar.wordpress.com/2010/12/14/how-to-generate-cs-classes-from-xsd-to-consume-xml/</guid>
		<description><![CDATA[xsd /classes /language:cs /namespace:AndyHammar.Samples XsdFile.xsd short: xsd /c /l:cs /n:AndyHammar.Samples XsdFile.xsd<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=62&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>xsd /classes /language:cs /namespace:AndyHammar.Samples XsdFile.xsd</p>
<p>short:</p>
<p>xsd /c /l:cs /n:AndyHammar.Samples XsdFile.xsd</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=62&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/12/14/how-to-generate-cs-classes-from-xsd-to-consume-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto write the ellipsis character on Windows</title>
		<link>http://andyhammar.wordpress.com/2010/11/16/howto-write-the-ellipsis-character-on-windows/</link>
		<comments>http://andyhammar.wordpress.com/2010/11/16/howto-write-the-ellipsis-character-on-windows/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 12:54:53 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andyhammar.wordpress.com/?p=59</guid>
		<description><![CDATA[ALT + keypad 0133<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=59&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ALT + keypad 0133</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=59&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/11/16/howto-write-the-ellipsis-character-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>update web reference: The components required to enumerate Web references are not installed on this computer.</title>
		<link>http://andyhammar.wordpress.com/2010/06/07/update-web-reference-the-components-required-to-enumerate-web-references-are-not-installed-on-this-computer/</link>
		<comments>http://andyhammar.wordpress.com/2010/06/07/update-web-reference-the-components-required-to-enumerate-web-references-are-not-installed-on-this-computer/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 06:19:04 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://andyhammar.wordpress.com/2010/06/07/update-web-reference-the-components-required-to-enumerate-web-references-are-not-installed-on-this-computer/</guid>
		<description><![CDATA[cmd: “C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe” /resetskippkgs From: http://social.msdn.microsoft.com/Forums/en/vstsdb/thread/bc3d9061-89c8-48b1-8e4e-9a876de955f3<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=58&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Courier New">cmd: “C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe” /resetskippkgs</font></p>
<p><font face="Courier New">From: <a href="http://social.msdn.microsoft.com/Forums/en/vstsdb/thread/bc3d9061-89c8-48b1-8e4e-9a876de955f3">http://social.msdn.microsoft.com/Forums/en/vstsdb/thread/bc3d9061-89c8-48b1-8e4e-9a876de955f3</a></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=58&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/06/07/update-web-reference-the-components-required-to-enumerate-web-references-are-not-installed-on-this-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>setting up diff/merge tools in Visual Studio</title>
		<link>http://andyhammar.wordpress.com/2010/05/18/setting-up-diffmerge-tools-in-visual-studio/</link>
		<comments>http://andyhammar.wordpress.com/2010/05/18/setting-up-diffmerge-tools-in-visual-studio/#comments</comments>
		<pubDate>Tue, 18 May 2010 07:04:42 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://andyhammar.wordpress.com/2010/05/18/setting-up-diffmerge-tools-in-visual-studio/</guid>
		<description><![CDATA[This guy has all the params for all tools, here are the tortoisemerge merge params: /base:%3 /mine:%2 /theirs:%1 /basename:%8 /minename:%7 /theirsname:%6 /merged:%4 /mergedname:%9 http://blogs.msdn.com/jmanning/articles/535573.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=57&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This guy has all the params for all tools, here are the tortoisemerge merge params:</p>
<p>/base:%3 /mine:%2 /theirs:%1 /basename:%8 /minename:%7 /theirsname:%6 /merged:%4 /mergedname:%9</p>
<p><a href="http://blogs.msdn.com/jmanning/articles/535573.aspx">http://blogs.msdn.com/jmanning/articles/535573.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=57&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/05/18/setting-up-diffmerge-tools-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>Switching html design/split/source view in Visual Studio</title>
		<link>http://andyhammar.wordpress.com/2010/01/22/switching-html-designsplitsource-view-in-visual-studio/</link>
		<comments>http://andyhammar.wordpress.com/2010/01/22/switching-html-designsplitsource-view-in-visual-studio/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 09:29:36 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andyhammar.wordpress.com/2010/01/22/switching-html-designsplitsource-view-in-visual-studio/</guid>
		<description><![CDATA[Ctrl + Page Down/Page Up Keyboard ruulez.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=53&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ctrl + Page Down/Page Up</p>
<p>Keyboard ruulez.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=53&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2010/01/22/switching-html-designsplitsource-view-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>debugging memory with sos.dll</title>
		<link>http://andyhammar.wordpress.com/2009/12/08/debugging-memory-with-sos-dll/</link>
		<comments>http://andyhammar.wordpress.com/2009/12/08/debugging-memory-with-sos-dll/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 20:49:18 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andyhammar.wordpress.com/2009/12/08/debugging-memory-with-sos-dll/</guid>
		<description><![CDATA[Project properties - debug - &#34;enable unmanaged code debugging&#34; .load SOS.dll !dumpheap -type MyBusinessObject !dumpheap -min 80000 !gcroot 02747d6c !finalizequeue http://blogs.msdn.com/tess/archive/2007/10/19/net-finalizer-memory-leak-debugging-with-sos-dll-in-visual-studio.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=51&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>

<font face="Verdana">Project properties - debug - &quot;enable unmanaged code debugging&quot;

</font><font face="cons"> .load SOS.dll

 !dumpheap -type MyBusinessObject

 !dumpheap -min 80000

 !gcroot <strong>02747d6c</strong>

 !finalizequeue</font></pre>
<p><a href="http://blogs.msdn.com/tess/archive/2007/10/19/net-finalizer-memory-leak-debugging-with-sos-dll-in-visual-studio.aspx">http://blogs.msdn.com/tess/archive/2007/10/19/net-finalizer-memory-leak-debugging-with-sos-dll-in-visual-studio.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=51&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2009/12/08/debugging-memory-with-sos-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>getting scheduled tasks output to file</title>
		<link>http://andyhammar.wordpress.com/2009/10/02/getting-scheduled-tasks-output-to-file/</link>
		<comments>http://andyhammar.wordpress.com/2009/10/02/getting-scheduled-tasks-output-to-file/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 06:07:40 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andyhammar.wordpress.com/2009/10/02/getting-scheduled-tasks-output-to-file/</guid>
		<description><![CDATA[Props goes to: http://richarddingwall.name/2009/01/26/capture-the-output-from-a-scheduled-task/ To put in the sceduled tasks run command: cmd /C DropboxCacheClearer.exe &#34;d:\dropbox\cache&#34; 5 &#62;&#62; DropboxCacheClearer.log 2&#62;&#38;1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=50&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Props goes to: <a title="http://richarddingwall.name/2009/01/26/capture-the-output-from-a-scheduled-task/" href="http://richarddingwall.name/2009/01/26/capture-the-output-from-a-scheduled-task/">http://richarddingwall.name/2009/01/26/capture-the-output-from-a-scheduled-task/</a></p>
<p>To put in the sceduled tasks run command:</p>
<p><font face="Courier New">cmd /C DropboxCacheClearer.exe &quot;d:\dropbox\cache&quot; 5 &gt;&gt; DropboxCacheClearer.log 2&gt;&amp;1</font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=50&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2009/10/02/getting-scheduled-tasks-output-to-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
		<item>
		<title>set windows batch script variable to output of command</title>
		<link>http://andyhammar.wordpress.com/2009/06/16/set-windows-batch-script-variable-to-output-of-command/</link>
		<comments>http://andyhammar.wordpress.com/2009/06/16/set-windows-batch-script-variable-to-output-of-command/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 04:27:04 +0000</pubDate>
		<dc:creator>andyhammar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://andyhammar.wordpress.com/2009/06/16/set-windows-batch-script-variable-to-output-of-command/</guid>
		<description><![CDATA[FOR /F &#34;tokens=*&#34; %%R IN (&#8216;grep “ApplicationVersion” myfile.txt&#8217;) DO SET version_string=%%R Replace the %%R with %R when testing on the command prompt.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=32&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FOR /F &quot;tokens=*&quot; %%R IN (&#8216;grep “ApplicationVersion” myfile.txt&#8217;) DO SET version_string=%%R</p>
<p>Replace the %%R with %R when testing on the command prompt.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andyhammar.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andyhammar.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andyhammar.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andyhammar.wordpress.com&amp;blog=5287130&amp;post=32&amp;subd=andyhammar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andyhammar.wordpress.com/2009/06/16/set-windows-batch-script-variable-to-output-of-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9854d6f80d79a1b1274fbb1492face4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andyhammar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
