<?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>Suddenelfilio's Weblog &#187; Visual Studio .Net 2008</title>
	<atom:link href="http://blog.suddenelfilio.net/category/visual-studio-net-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.suddenelfilio.net</link>
	<description>Passionate about .net</description>
	<lastBuildDate>Tue, 23 Feb 2010 15:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.suddenelfilio.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6246d2f8813362b3e258dd7b00ed3a41?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Suddenelfilio's Weblog &#187; Visual Studio .Net 2008</title>
		<link>http://blog.suddenelfilio.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.suddenelfilio.net/osd.xml" title="Suddenelfilio&#039;s Weblog" />
	<atom:link rel='hub' href='http://blog.suddenelfilio.net/?pushpress=hub'/>
		<item>
		<title>MSMQ Message priority</title>
		<link>http://blog.suddenelfilio.net/2008/10/22/msmq-message-priority/</link>
		<comments>http://blog.suddenelfilio.net/2008/10/22/msmq-message-priority/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:36:47 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[MSMQ]]></category>
		<category><![CDATA[Visual Studio .Net 2008]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2008/10/22/msmq-message-priority/</guid>
		<description><![CDATA[In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages. However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=154&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages.</p>
<p>However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It seems to be because my queue is transactional (which is a requirement for the msmqintegrationbinding). It was a bit of a disappointment that I couldn’t control the priority using the native msmq features, but hey that’s the price I had to pay for some other great functionality.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=154&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2008/10/22/msmq-message-priority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>
	</item>
		<item>
		<title>WCF: msmqIntegrationBinding</title>
		<link>http://blog.suddenelfilio.net/2008/10/22/wcf-msmqintegrationbinding/</link>
		<comments>http://blog.suddenelfilio.net/2008/10/22/wcf-msmqintegrationbinding/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:31:52 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[Visual Studio .Net 2008]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2008/10/22/wcf-msmqintegrationbinding/</guid>
		<description><![CDATA[Today I discovered the msmqintegrationbinding in the windows communication framework. This binding is especially to allow wcf services to process message that are put in a message queue by some legacy program. The advantage of this is that you can do this without the need to change the legacy client. If you want more information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=152&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Today I discovered the msmqintegrationbinding in the windows communication framework.</p>
<p>This binding is especially to allow wcf services to process message that are put in a message queue by some legacy program. The advantage of this is that you can do this without the need to change the legacy client.</p>
<p>If you want more information on how to use this binding have a look at this <a target="_blank" href="http://blogs.conchango.com/simonevans/archive/2007/09/17/A-comprehensive-guide-to-using-MsmqIntegrationBinding-with-MSMQ-3.0-in-WCF.aspx">post at Simon Evan’s blog</a></p>
<p>There was something I liked in particular and it was exactly what I was looking for; I’m working on a custom logging framework adapted to our needs. To keep it simple let’s say that a Log class sends messages using the fast netnamedpipebinding in wcf to a service. This works fine, but what when the service is unavailable? Well I’ve designed the Log class to automatically failover sending the message it would normally send to the service to a queue. This way I don’t lose any of the log messages. The advantage I mentioned above is that when I reset the service (launch it again) it automatically starts processing the messages (logs) in the queue as well as accepting new log messages using the named pipes. So this way I achieve our main priority: deliver the log messages as fast as possible, but without losing them when the service is down.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=152&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2008/10/22/wcf-msmqintegrationbinding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>
	</item>
		<item>
		<title>var crash = from feature in visual studio where feature.name.Contains(Silverlight 2.0 tools) select feature</title>
		<link>http://blog.suddenelfilio.net/2008/10/22/var-crash-from-feature-in-visual-studio-where-featurenamecontainssilverlight-20-tools-select-feature/</link>
		<comments>http://blog.suddenelfilio.net/2008/10/22/var-crash-from-feature-in-visual-studio-where-featurenamecontainssilverlight-20-tools-select-feature/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:12:29 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio .Net 2008]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/?p=148</guid>
		<description><![CDATA[i&#8217;ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I&#8217;ve tried the following: - turning off UAC - Repairing Visual studio setup - SubinAcl from the following blog: http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html - Running vs.net as administrator I always get the following error message:   Personally I really am starting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=148&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I&#8217;ve tried the following:</p>
<p>- turning off UAC<br />
- Repairing Visual studio setup<br />
- SubinAcl from the following blog: <a href="http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html">http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html<br />
</a>- Running vs.net as administrator</p>
<p>I always get the following error message:</p>
<p><a href="http://suddenelfilio.files.wordpress.com/2008/10/silverlight-error.png"><br />
<img class="aligncenter size-medium wp-image-149" title="silverlight-error" src="http://suddenelfilio.files.wordpress.com/2008/10/silverlight-error.png?w=300&#038;h=148" alt="" width="300" height="148" /></a><br />
  Personally I really am starting to hate the whole silverlight technology. The first version was crap because you had to be some guru to be able to program something fancy looking and now the second version is out and the tools are crap. So what&#8217;s next crappy visual studio .net 2010 all together? I really would like the guys at MS to take it a bit slower so they can increase the quality of their products.</p>
<p style="text-align:center;"><a name="pd_a_1030852"></a><div class="PDS_Poll" id="PDI_container1030852" style="display:inline-block;"></div><script type="text/javascript" language="javascript" charset="utf-8" src="http://static.polldaddy.com/p/1030852.js"></script>
		<noscript>
		<a href="http://answers.polldaddy.com/poll/1030852/">View This Poll</a><br/><span style="font-size:10px;"><a href="http://polldaddy.com/features-surveys/">customer surveys</a></span>
		</noscript></p>
<p style="text-align:center;"> </p>
<br /> Tagged: Silverlight, Visual Studio .Net 2008 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=148&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2008/10/22/var-crash-from-feature-in-visual-studio-where-featurenamecontainssilverlight-20-tools-select-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>

		<media:content url="http://suddenelfilio.files.wordpress.com/2008/10/silverlight-error.png?w=300" medium="image">
			<media:title type="html">silverlight-error</media:title>
		</media:content>
	</item>
		<item>
		<title>Download alternative for Visual Studio .Net 2008 beta 2</title>
		<link>http://blog.suddenelfilio.net/2007/07/26/download-alternative-for-visual-studio-net-2008-beta-2/</link>
		<comments>http://blog.suddenelfilio.net/2007/07/26/download-alternative-for-visual-studio-net-2008-beta-2/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 07:03:01 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[Visual Studio .Net "Orcas"]]></category>
		<category><![CDATA[Visual Studio .Net 2008]]></category>
		<category><![CDATA[msdn]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/07/26/download-alternative-for-visual-studio-net-2008-beta-2/</guid>
		<description><![CDATA[Most of you know the problem with downloading big files from the microsoft site. at least I do. Most of the time it&#8217;s not very fast and downloads also get interrupted frequently. I&#8217;m not saying this only due to the microsoft site so don&#8217;t get me wrong here Now microsoft is testing a new piece [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=107&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Most of you know the problem with downloading big files from the microsoft site. at least I do. Most of the time it&#8217;s not very fast and downloads also get interrupted frequently. I&#8217;m not saying this only due to the microsoft site so don&#8217;t get me wrong here <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Now microsoft is testing a new piece of software (still in ctp) called <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9a927cf6-16e4-4e21-9608-77f06d2156bb&amp;displaylang=en" target="_blank">Microsoft Secure Content Downloader</a>:</p>
<blockquote><p>The Microsoft Secure Content Downloader (MSCD) is a peer-assisted download manager capable of securely downloading specific files. MSCD is intended for consumers who are downloading from a home PC, or business users whose computers are not behind a corporate firewall. If you use MSCD from behind a corporate firewall, you may be unable to download content, and may adversely affect other clients&#8217; ability to download content.<br />
Main features of the MSCD are:</p>
<ul>
<li>Secure content description
<ul>
<li>Each file available for download has a secure description, ensuring the content you download is exactly what the publisher published.</li>
</ul>
</li>
<li>Scalable performance
<ul>
<li>MCSD is a peer-assisted technology. Each client downloads content by exchanging parts of the file they?re interested in with other clients, in addition to downloading parts from the server.
<ul>
<li>No matter how great the internet?s demand for the file, you will always be able to make progress downloading.</li>
<li>MSCD lets you download content more quickly than possible without peer assistance.</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suddenelfilio.wordpress.com/107/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suddenelfilio.wordpress.com/107/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=107&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2007/07/26/download-alternative-for-visual-studio-net-2008-beta-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>
	</item>
	</channel>
</rss>