<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by benyaboy</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/benyaboy/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by benyaboy</title>
		<link>http://channel9.msdn.com/Niners/benyaboy/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/benyaboy/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 07:27:50 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 07:27:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Monads</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">exoteric said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">lanceruch said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Asked and answered</p>
<ul>
<li><a href="http://channel9.msdn.com/posts/Charles/Brian-Beckman-Monads-Monoids-and-Mort/">Monads and Mort</a>
</li><li><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Brian-Beckman-Dont-fear-the-Monads/"><strong>Don't Fear the Monads</strong></a>
</li><li><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Brian-Beckman-The-Zen-of-Expressing-State-The-State-Monad/">The Zen of Expressing State 1/2</a>&nbsp;<a href="http://channel9.msdn.com/shows/Going&#43;Deep/Brian-Beckman-The-Zen-of-Stateless-State-The-State-Monad-Part-2/">2/2</a>
</li><li><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Expert-to-Expert-Brian-Beckman-and-Erik-Meijer-Inside-the-NET-Reactive-Framework-Rx/">The Continuation Monad</a>
</li></ul>
<p>&nbsp;</p>
<p><a href="http://channel9.msdn.com/posts/Charles/Brian-Beckman-Monads-Monoids-and-Mort/"></a></p>
<p><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Brian-Beckman-Dont-fear-the-Monads/"></a></p>
<p><a href="http://channel9.msdn.com/shows/Going&#43;Deep/Brian-Beckman-The-Zen-of-Expressing-State-The-State-Monad/"></a></p>
</div></blockquote>
<p>I would love to see the concept of monads applied to source control management.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/505260-Monads/7edee4198534476d95069deb000a261c#7edee4198534476d95069deb000a261c</link>
		<pubDate>Wed, 20 Jan 2010 19:21:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/505260-Monads/7edee4198534476d95069deb000a261c#7edee4198534476d95069deb000a261c</guid>
		<dc:creator>benyaboy</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/benyaboy/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - PowerShell in an exe</title>
		<description><![CDATA[<p>Is it possible to embed powershell into a .net executable that can run a specified powershell script?&nbsp; It sounds silly when I ask, but here is the scenerio: We have a few applications that run on workstations and unattended on servers that are constantly
 changing their configuration. They have in-house and 3rd party plugin .dlls that change on a regular basis.&nbsp; I need the application to update itself and configure itself automatically EVERY time it starts. There is a central configuration and code repository
 that has the instructions on how to update and what registry, ini, conf, etc to change. And they are all different slightly depending on the user and machine.
<br /><br />Since these applications don't provide an auto-updating feature, we resorted replacing the .exe with our own that runs a script of limited functionality, pulls the updates configures, and then runs the original .exe which was renamed.&nbsp; This seems to work pretty
 well and is the only way to update the .dlls that may be locked by a running app.&nbsp; The updater.exe has a companion text file. This text file has the sequence of commands so the updater.exe doesn't need to change to create a new configuration.<br /><br />The reason this system needs replacing is maintaining the updater.exe to do all the things it needs to is costly and only the person who wrote it knows how to do it.<br /><br />So back to the question. Can I package powershell into a .exe so that it can replace our c&#43;&#43; updater?<br /><br />Thanks,<br />Ben.<br /><br />Bonus question: Anyone figure out how to intercept the CreateProcess call on the application so I don't have to do all this nonsense? I almost got it working with &quot;image file execution options&quot; but then I either get an infinate loop, or the debugging flag is
 set to true, which breaks certain apps licensing systems, or they perform slower.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/468361-PowerShell-in-an-exe/468361#468361</link>
		<pubDate>Thu, 07 May 2009 14:23:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/468361-PowerShell-in-an-exe/468361#468361</guid>
		<dc:creator>benyaboy</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/benyaboy/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>