<?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>Dot Net Engineer</title>
	<atom:link href="https://dotnetengineer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://dotnetengineer.wordpress.com</link>
	<description>A random dose of Brandon Ryan&#039;s experience in the world of software development, technology, and 3D printing</description>
	<lastBuildDate>Fri, 05 Mar 2021 15:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetengineer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Dot Net Engineer</title>
		<link>https://dotnetengineer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://dotnetengineer.wordpress.com/osd.xml" title="Dot Net Engineer" />
	<atom:link rel='hub' href='https://dotnetengineer.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Retrieving data from my CPAP machine wirelessly</title>
		<link>https://dotnetengineer.wordpress.com/2021/03/05/retrieving-data-from-my-cpap-machine-wirelessly/</link>
					<comments>https://dotnetengineer.wordpress.com/2021/03/05/retrieving-data-from-my-cpap-machine-wirelessly/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 15:41:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CPAP]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=94</guid>

					<description><![CDATA[I use a CPAP machine to treat my sleep apnea. The machine I use, the Philips Dreamstation, keeps a copy of the nightly monitoring data on an SD Card inserted in the machine. I discovered I can take the card out of the machine, insert it into my computer and run a piece of software &#8230; <a href="https://dotnetengineer.wordpress.com/2021/03/05/retrieving-data-from-my-cpap-machine-wirelessly/" class="more-link">Continue reading <span class="screen-reader-text">Retrieving data from my CPAP machine wirelessly</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>I use a CPAP machine to treat my sleep apnea.  The machine I use, the Philips Dreamstation, keeps a copy of the nightly monitoring data on an SD Card inserted in the machine.  I discovered I can take the card out of the machine, insert it into my computer and run a piece of software such as <a rel="noreferrer noopener" href="https://www.sleepfiles.com/OSCAR/" target="_blank">OSCAR</a> to view the data and see how my treatment is going.</p>



<p>After a while, I figured there had to be an easier way to get the data without constantly moving an SD Card around.  I did some research and found this device:</p>



<p><a href="https://amzn.to/30dHDNt">FYSTEC SD Wifi</a></p>



<figure class="wp-block-image size-large is-resized"><a href="https://www.amazon.com/gp/product/B08JCNFWZS/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B08JCNFWZS&amp;linkCode=as2&amp;tag=psikic-20&amp;linkId=c37af1c65af9d95936aee44b9f055ff6"><img src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&amp;MarketPlace=US&amp;ASIN=B08JCNFWZS&amp;ServiceVersion=20070822&amp;ID=AsinImage&amp;WS=1&amp;Format=_SL250_&amp;tag=psikic-20" alt="" width="250" height="250" /></a></figure>



<p>After purchasing it and setting it up, I am able to map a drive to it on my windows machine using WebDav.   I can then point OSCAR to the WebDav drive instead of the SD Card, and it can read the files directly off of the SD Card inserted into the CPAP machine.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2021/03/05/retrieving-data-from-my-cpap-machine-wirelessly/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>

		<media:content url="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&#038;MarketPlace=US&#038;ASIN=B08JCNFWZS&#038;ServiceVersion=20070822&#038;ID=AsinImage&#038;WS=1&#038;Format=_SL250_&#038;tag=psikic-20" medium="image" />
	</item>
		<item>
		<title>Service Management Automation (SMA) Child runbook not found when starting parent runbook if runbooks published out of order</title>
		<link>https://dotnetengineer.wordpress.com/2014/11/04/service-management-automation-sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order/</link>
					<comments>https://dotnetengineer.wordpress.com/2014/11/04/service-management-automation-sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Tue, 04 Nov 2014 18:43:01 +0000</pubDate>
				<category><![CDATA[Service Management Automation]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=89</guid>

					<description><![CDATA[Imagine a scenario where you have two runbooks; one that is the &#8220;parent&#8221; and one that is the &#8220;child&#8221; because the parent runbook calls the child runbook synchronously during execution. If these two runbooks are imported and published in the wrong order, associations between the two runbooks are not made correctly and the parent runbook &#8230; <a href="https://dotnetengineer.wordpress.com/2014/11/04/service-management-automation-sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order/" class="more-link">Continue reading <span class="screen-reader-text">Service Management Automation (SMA) Child runbook not found when starting parent runbook if runbooks published out of order</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Imagine a scenario where you have two runbooks; one that is the &#8220;parent&#8221; and one that is the &#8220;child&#8221; because the parent runbook calls the child runbook synchronously during execution. If these two runbooks are imported and published in the wrong order, associations between the two runbooks are not made correctly and the parent runbook cannot run.</p>
<p><span id="more-89"></span></p>
<p>This is the bug we posted for Service Management Automation.  This is a known limitation with SMA and the product team is working on determining if they can change this behavior.</p>
<p>In the meantime, I have developed a runbook that you can run to republish all runbooks in SMA after you make changes.  This runbook loops through every runbook in SMA, exports it, imports it and then publishes it.  It does this 3 times by default, which should cover the situation where you have 3 generations of runbooks.  (Runbook A calls Runbook B calls Runbook C).  You can run this with more iterations if you like; it doesn&#8217;t hurt to run it more.</p>
<p><a href="https://connect.microsoft.com/WindowsServer/feedbackdetail/view/917425/sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order">https://connect.microsoft.com/WindowsServer/feedbackdetail/view/917425/sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order</a></p>
<p><a href="https://connect.microsoft.com/WindowsServer/Feedback/Details/973039">https://connect.microsoft.com/WindowsServer/Feedback/Details/973039</a></p>
<p>Runbook:</p>
<pre class="brush: powershell; title: ; notranslate">
workflow Republish-AllRunbooks
{   
	Param([System.String]$WebServiceEndpoint = &amp;quot;https://localhost&amp;quot;, [System.Int32]$iterations = 3)

    InlineScript
    {
		$runbooks = Get-SMARunbook -WebServiceEndpoint $Using:WebServiceEndpoint 

		# SAVE ALL OF THE FILES
		foreach ($runbook in $runbooks)
		{
			Write-Output (&amp;quot;Saving Runbook &amp;quot; + $runbook.RunbookName + &amp;quot;...&amp;quot;)
			$definition = Get-SmaRunbookDefinition -WebServiceEndpoint $Using:WebServiceEndpoint -Id $runbook.RunbookID -Type Published
			$path = Join-Path -Path $env:temp -ChildPath ($runbook.RunbookName + &amp;quot;.ps1&amp;quot;)       
			$stream = [System.IO.StreamWriter] $path
			$stream.Write($definition.Content)
			$stream.Close()
		}

		foreach ($count in 1..$Using:iterations)
		{
			Write-Output &amp;quot;========== Publish Iteration number $count&amp;quot;
		
			foreach ($runbook in $runbooks)
			{
				Write-Output (&amp;quot;Publishing Runbook &amp;quot; + $runbook.RunbookName + &amp;quot;...&amp;quot;)
				$path = Join-Path -Path $env:temp -ChildPath ($runbook.RunbookName + &amp;quot;.ps1&amp;quot;)       
				Edit-SmaRunbook -WebServiceEndpoint $Using:WebServiceEndpoint -Path $path -Id $runbook.RunbookID -Overwrite
				$PublishId = Publish-SmaRunbook -WebServiceEndpoint $Using:WebServiceEndpoint -Id $runbook.RunbookID    
			}
		}
    }
}
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2014/11/04/service-management-automation-sma-child-runbook-not-found-when-starting-parent-runbook-if-runbooks-published-out-of-order/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerShell: Physical CPU count and Motherboard Manufacturer</title>
		<link>https://dotnetengineer.wordpress.com/2012/04/16/powershell-physical-cpu-and-motherboard-manufacturer/</link>
					<comments>https://dotnetengineer.wordpress.com/2012/04/16/powershell-physical-cpu-and-motherboard-manufacturer/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 17:54:09 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=75</guid>

					<description><![CDATA[Getting how many physical CPU sockets are in the machine: Geting the motherboard manufacturer: This returns something like this:]]></description>
										<content:encoded><![CDATA[<p>Getting how many physical CPU sockets are in the machine:</p>
<pre class="brush: powershell; title: ; notranslate">

$myArray = @()
$myArray += Get-WmiObject win32_processor
$myArray.Count

</pre>
<p>Geting the motherboard manufacturer:</p>
<pre class="brush: powershell; title: ; notranslate">

Get-WmiObject win32_computersystemproduct

</pre>
<p>This returns something like this:</p>
<pre class="brush: plain; title: ; notranslate">

IdentifyingNumber : MXQXXXXXXXX
Name              : ProLiant DL360 G6
Vendor            : HP
Version           :
Caption           : Computer System Product

</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2012/04/16/powershell-physical-cpu-and-motherboard-manufacturer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8220;Atlanta&#8221;</title>
		<link>https://dotnetengineer.wordpress.com/2010/11/29/microsoft-atlanta/</link>
					<comments>https://dotnetengineer.wordpress.com/2010/11/29/microsoft-atlanta/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 14:53:38 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=69</guid>

					<description><![CDATA[I recently evaluated Microsoft codename &#8220;Atlanta&#8221; and assisted my colleague John Joyner with the writing of an interesting  blog post which is now posted on the System Center Operations Manager Unleashed Blog.  This new product provides cloud-based SQL Server monitoring in the web browser. To view the blog post, go to here: Microsoft &#8220;Atlanta&#8221; on System Center Operations Manager &#8230; <a href="https://dotnetengineer.wordpress.com/2010/11/29/microsoft-atlanta/" class="more-link">Continue reading <span class="screen-reader-text">Microsoft &#8220;Atlanta&#8221;</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I recently evaluated Microsoft codename &#8220;Atlanta&#8221; and assisted my colleague John Joyner with the writing of an interesting  blog post which is now posted on the System Center Operations Manager Unleashed Blog.  This new product provides cloud-based SQL Server monitoring in the web browser.</p>
<p>To view the blog post, go to here: <a href="http://opsmgrunleashed.wordpress.com/2010/11/24/microsoft-atlanta/"></a><a href="http://opsmgrunleashed.wordpress.com/2010/11/24/microsoft-atlanta/">Microsoft &#8220;Atlanta&#8221; on System Center Operations Manager Unleashed</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2010/11/29/microsoft-atlanta/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 Pro Power Tools</title>
		<link>https://dotnetengineer.wordpress.com/2010/06/07/visual-studio-2010-pro-power-tools/</link>
					<comments>https://dotnetengineer.wordpress.com/2010/06/07/visual-studio-2010-pro-power-tools/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 17:34:38 +0000</pubDate>
				<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=49</guid>

					<description><![CDATA[My first post in a while &#8212; but decided I wanted to share new tools I found. Last week I attended a presentation by two Microsoft employees at my local Dot Net User&#8217;s group meeting.  They previewed a new set of tools available for Visual Studio 2010 starting this week.  I couldn&#8217;t find these in &#8230; <a href="https://dotnetengineer.wordpress.com/2010/06/07/visual-studio-2010-pro-power-tools/" class="more-link">Continue reading <span class="screen-reader-text">Visual Studio 2010 Pro Power Tools</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><img data-attachment-id="51" data-permalink="https://dotnetengineer.wordpress.com/2010/06/07/visual-studio-2010-pro-power-tools/powertools/" data-orig-file="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png" data-orig-size="200,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Visual Studio 2010 Pro Power Tools" data-image-description="" data-image-caption="" data-medium-file="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png?w=200" data-large-file="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png?w=200" class="size-full wp-image-51 alignright" title="Visual Studio 2010 Pro Power Tools" src="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png" alt="" width="200" height="200" srcset="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png 200w, https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png?w=150&amp;h=150 150w" sizes="(max-width: 200px) 100vw, 200px" /></p>
<p>My first post in a while &#8212; but decided I wanted to share new tools I found.</p>
<p>Last week I attended a presentation by two Microsoft employees at my local Dot Net User&#8217;s group meeting.  They previewed a new set of tools available for Visual Studio 2010 starting this week.  I couldn&#8217;t find these in the extension manager in my copy of Visual Studio yet, but you can go to this page to get the extension:  <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef">http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef</a></p>
<p>The <em>Visual Studio 2010 Pro Power Tools</em> include several new features that have been asked for by users:</p>
<p><span id="more-49"></span></p>
<ul>
<li><strong>Document Well 2010 Plus</strong><br />
One of the key pieces of feedback that we have received over several versions of Visual Studio is that users want to be able to customize the behaviour of their document tabs.  From the ordering of tabs to the position of the close buttons, user can now configure dozens of different options for their tabs.  Go to <code>Tools -&gt; Options -&gt; Environment -&gt; Document Tab Well</code>to configure these options as you prefer:</p>
<ul>
<li><strong>Tab Well UI</strong>
<ul>
<li><strong>Scrollable tabs</strong><br />
Maintain spatial consistency of the documents that are included in the document well.</li>
<li><strong>Vertical tabs</strong><br />
Document tabs are shown vertically, allowing you to fit more tabs than are normally visible when shown horizontally.</li>
<li><strong>Pinned tabs</strong><br />
Allows you to pin tabs to keep them always visible and available.</li>
<li><strong>Show close button in tab well<br />
</strong>Similar to Visual Studio 2008, will show a close button in the document well that will close the active tab.</li>
</ul>
</li>
<li><strong>Tab Behavior</strong>
<ul>
<li><strong>Remove tabs by usage order (LRU)<br />
</strong>When a new tab is inserted and existing tabs don&#8217;t fit in the document well, instead of removing the tab at the end of the well it will remove the least recently used tab. This ensures that frequently used tabs are readily available.</li>
</ul>
<ul>
<li><strong>Show pinned tabs in a separate row/column<br />
</strong>Pinning tabs can quickly cause you to run out of space for regular tabs. The option allows you to always show pinned tabs in a separate row (or column, if displayed vertically) from regular tabs.</li>
</ul>
</li>
<li><strong>Sorting</strong>
<ul>
<li><strong>Sort tabs by project</strong><br />
Tabs will be sorted by the project they belong to, thus keeping them always together in the document tab well.</li>
<li><strong>Sort tabs alphabetically<br />
</strong>Tabs will be sorted alphabetically. When Sort By Project is turned on, tabs will be sorted first by project and then alphabetically.</li>
<li><strong>Sort tab well dropdown alphabetically<br />
</strong>The drop down menu at the right end of the document well is sorted alphabetically. This option allows ordering as the tabs are laid out in the document well.</li>
</ul>
</li>
<li><strong>Tab UI</strong>
<ul>
<li><strong>Color tabs according to their project or according to regular expressions<br />
</strong>This option permits tabs to be colored according to the project they belong to. This is particularly useful when sorting tabs by project, as it allows you to immediately identify different groups of project documents.<br />
You can also configure regular expressions and assign a color to each one. If the name of a tab matches the configured regular expression, it will be colored with the assigned color.</li>
<li><strong>Miscellaneous options that modify tab UI</strong>
<ul>
<li><strong>Show document/toolwindow icon in tab</strong></li>
<li><strong>Show close button in tab</strong></li>
<li><strong>Modify dirty indicator style<br />
</strong>This option allows you to select from a set of different dirty indicators that you might prefer over the asterisk.</li>
<li><strong>Modify minimum and maximum tab size<br />
</strong>Allows you to modify minimum and maximum tab size. Try setting minimum and maximum sizes to the same value, and you will have evenly spaced tabs.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Searchable Add Reference Dialog </strong><strong><span style="color:#ff0000;">(one of my favorites)</span></strong><span style="color:#ff9900;"><br />
</span> The new Add Reference dialog makes it faster and easier for you to find the reference that you are looking for and add it to your VB, C# or F# project.  From the Solution Explorer, simply right click on the References node, select Add Reference.</li>
<li><strong>Highlight Current Line</strong><br />
As the resolution of monitors increases, it’s becoming more difficult to find the caret in the code editor.  The highlight current line extension makes it easy to find the caret by highlighting the line that the caret is on in the editor.  You can even configure the default colour by changing the setting for “Current Line (Extension)” and “Current Line Inactive (Extension)” in Tools Options Fonts &amp; Colors.</li>
<li><strong>HTML Copy</strong><br />
This extension provides support for the HTML Clipboard format when copying code from the editor.  This means that you’ll no longer have to go fix up the formatting of your code when you paste it into a TFS bug form or any other HTML based control.</li>
<li><strong>Triple Click</strong><br />
It’s never been easier to select a line of code from the mouse by simple triple-clicking anywhere on the line.</li>
<li><strong>Fix Mixed Tabs</strong><br />
Some developers prefer tabs, others prefer spaces, and nobody likes mixing tabs &amp; spaces.  This extension promotes developer harmony by warning as they are open or save a file that has a mixture of tabs &amp; spaces.  The information bar also provides an easy way to fix the file to suit your preference.</li>
<li><strong>Ctrl + Click Go To Definition</strong><br />
This extension gives the editor a web browser by adding clickable hyperlinks to symbols in your code as you hold down the Ctrl key.</li>
<li><strong>Align Assignments</strong><br />
This extension is useful for making your code a little more readable by aligning the assignments when you type Ctrl+Alt+] such that it takes this:<br />
<img src="https://i0.wp.com/visualstudiogallery.msdn.microsoft.com/en-us/site/view/file/29667/0/align1.png" alt="" width="235" height="89" /><br />
And turns it into this:<br />
<img src="https://i0.wp.com/visualstudiogallery.msdn.microsoft.com/en-us/site/view/file/29668/0/align2.png" alt="" width="235" height="84" /><br />
<em>Please note:</em> This may conflict with your formatting settings. E.g. in C# you will need to disable: <code>Tools-&gt;Options-&gt;Text Editor-&gt;C#-&gt;Formatting-&gt;Spacing-&gt;"Ignore spaces in declaration statements"</code></li>
<li><strong>Colorized Parameter Help</strong><br />
This extension improves consistency with the editor by applying syntax highlighting to the contents of the Parameter Help window for C# &amp;VB.</li>
<li><strong>Move Line Up/Down Commands</strong><br />
This extension maps the Alt+Up Arrow &amp; Alt+Down Arrow keys such that they will move the current line of code or the selected lines up and down through the editor.</li>
<li><strong>Column Guides</strong><br />
Since Visual Studio 2002, there has been a not so secret registry key which allowed user to draw a vertical line in the code editor.  This is very useful to remind developers that their full line of code or comments may not fit one a single screen. Thanks to this extension this feature has returned with UI configure it.  Simply place the cursor at the appropriate column and select Add Guideline from the context menu</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2010/06/07/visual-studio-2010-pro-power-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>

		<media:content url="https://dotnetengineer.wordpress.com/wp-content/uploads/2010/06/powertools.png" medium="image">
			<media:title type="html">Visual Studio 2010 Pro Power Tools</media:title>
		</media:content>

		<media:content url="http://visualstudiogallery.msdn.microsoft.com/en-us/site/view/file/29667/0/align1.png" medium="image" />

		<media:content url="http://visualstudiogallery.msdn.microsoft.com/en-us/site/view/file/29668/0/align2.png" medium="image" />
	</item>
		<item>
		<title>Where To Draw the Line Between SharePoint Customisation and SharePoint Development</title>
		<link>https://dotnetengineer.wordpress.com/2008/11/26/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development/</link>
					<comments>https://dotnetengineer.wordpress.com/2008/11/26/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:19:37 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=43</guid>

					<description><![CDATA[I just wanted to highlight a blog post that I found to be interesting.  It deals with a topic that I&#8217;ve struggled with as our company begins to sell SharePoint solutions to our clients. http://wss.made4the.net/archive/2008/11/25/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development.aspx]]></description>
										<content:encoded><![CDATA[<p>I just wanted to highlight a blog post that I found to be interesting.  It deals with a topic that I&#8217;ve struggled with as our company begins to sell SharePoint solutions to our clients.</p>
<p><a href="http://wss.made4the.net/archive/2008/11/25/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development.aspx">http://wss.made4the.net/archive/2008/11/25/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development.aspx</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2008/11/26/where-to-draw-the-line-between-sharepoint-customisation-and-sharepoint-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server 2000: Error 14274: Cannot delete a job that originated from an MSX server</title>
		<link>https://dotnetengineer.wordpress.com/2008/07/08/sql-server-2000-error-14274-cannot-delete-a-job-that-originated-from-an-msx-server/</link>
					<comments>https://dotnetengineer.wordpress.com/2008/07/08/sql-server-2000-error-14274-cannot-delete-a-job-that-originated-from-an-msx-server/#comments</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Wed, 09 Jul 2008 00:58:32 +0000</pubDate>
				<category><![CDATA[SQL Server Maintenance]]></category>
		<category><![CDATA[msdb]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[sysjobs]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=36</guid>

					<description><![CDATA[I don&#8217;t work much with older versions of SQL server, but I came across the following error today when trying to disable a scheduled SQL 2000 job while trying to backup a SharePoint Portal Server 2003 database. Error 14274: Cannot delete a job that originated from an MSX server This error message has two possible &#8230; <a href="https://dotnetengineer.wordpress.com/2008/07/08/sql-server-2000-error-14274-cannot-delete-a-job-that-originated-from-an-msx-server/" class="more-link">Continue reading <span class="screen-reader-text">SQL Server 2000: Error 14274: Cannot delete a job that originated from an MSX server</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I don&#8217;t work much with older versions of SQL server, but I came across the following error today when trying to disable a scheduled SQL 2000 job while trying to backup a SharePoint Portal Server 2003 database.</p>
<p><em>Error 14274: Cannot delete a job that originated from an MSX server</em></p>
<p>This error message has two possible causes: either</p>
<ol>
<li><strong>the SQL server is not a standalone server, and this message is appropriate</strong>, or</li>
<li><strong>the name of the SQL server has changed since the scheduled job was created</strong>.</li>
</ol>
<p>In my case, the scheduled job had been around for over 6 years, and the server had been renamed about 5 years ago.  The job has continued to run and noone needed to make changes to it.</p>
<p>I looked in the <strong>sysjobs</strong> table in the <strong>msdb</strong> database and noticed that in the <strong>originating_server</strong> field, the old server name was still there.  I updated each of them with the following statement:</p>
<pre>UPDATE sysjobs SET originating_server='yourNewServerName'</pre>
<p>and all was well.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2008/07/08/sql-server-2000-error-14274-cannot-delete-a-job-that-originated-from-an-msx-server/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Error: Cannot complete this action.  Please try again.</title>
		<link>https://dotnetengineer.wordpress.com/2008/06/30/sharepoint-error-cannot-complete-this-action-please-try-again/</link>
					<comments>https://dotnetengineer.wordpress.com/2008/06/30/sharepoint-error-cannot-complete-this-action-please-try-again/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Mon, 30 Jun 2008 21:02:12 +0000</pubDate>
				<category><![CDATA[SharePoint Troubleshooting]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SSP]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=30</guid>

					<description><![CDATA[We were getting this error on one of our SharePoint sites, and I found this helpful post in a Google search.  I have linked to it here for reference. http://cregan.wordpress.com/2006/10/20/moss-2007-sharedserviceprovider-cannot-complete-this-action-error/]]></description>
										<content:encoded><![CDATA[<p>We were getting this error on one of our SharePoint sites, and I found this helpful post in a Google search.  I have linked to it here for reference.</p>
<p><a href="http://cregan.wordpress.com/2006/10/20/moss-2007-sharedserviceprovider-cannot-complete-this-action-error/">http://cregan.wordpress.com/2006/10/20/moss-2007-sharedserviceprovider-cannot-complete-this-action-error/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2008/06/30/sharepoint-error-cannot-complete-this-action-please-try-again/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>URL Aliases for your SharePoint site</title>
		<link>https://dotnetengineer.wordpress.com/2008/06/30/url-aliases-for-your-sharepoint-site/</link>
					<comments>https://dotnetengineer.wordpress.com/2008/06/30/url-aliases-for-your-sharepoint-site/#comments</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:58:29 +0000</pubDate>
				<category><![CDATA[SharePoint Configuration]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Extranet]]></category>
		<category><![CDATA[redirect]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=35</guid>

					<description><![CDATA[We have a server that we installed SharePoint on to use for our new production intranet site.  We needed the site to be accessible from a friendly name.  We installed it on a server with the name of prod05 (not the real name, just an example).  We wanted users to be able to use the url http://portal/ &#8230; <a href="https://dotnetengineer.wordpress.com/2008/06/30/url-aliases-for-your-sharepoint-site/" class="more-link">Continue reading <span class="screen-reader-text">URL Aliases for your SharePoint site</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>We have a server that we installed SharePoint on to use for our new production intranet site.  We needed the site to be accessible from a friendly name.<span id="more-35"></span>  We installed it on a server with the name of prod05 (not the real name, just an example).  We wanted users to be able to use the url <span style="text-decoration:underline;"><a href="http://portal/" rel="nofollow">http://portal/</a></span> to access the site and not have to type <span style="text-decoration:underline;"><a href="http://prod05/" rel="nofollow">http://prod05/</a></span>.  The first thought would be to set up a DNS alias.  That is easy, but SharePoint refuses to serve the site when the more friendly URL is used.  The solution is to use the &#8220;Alternate Access Mappings&#8221; feature of WSS 3.0.</p>
<p>Head to <strong>Central Administration</strong> &gt; <strong>Operations</strong>.  Under the <strong>Global Configuration</strong> section, click <strong>Alternate Access Mappings</strong>.  You will see an entry for <span style="text-decoration:underline;"><a href="http://prod05" rel="nofollow">http://prod05</a></span> (Zone: Default).  Click <strong>Add Internal Urls</strong> at the top.  Click the drop down next to &#8220;Alternate Access Mapping Collection:&#8221; and choose the main SharePoint site.  Enter the friendly name into the &#8220;URL protocol, host and port&#8221; box. (In our case: <span style="text-decoration:underline;"><a href="http://portal" rel="nofollow">http://portal</a></span>)  Make sure you choose <strong>Extranet</strong> as the Zone.  This is the crucial part.  Leaving the zone as <strong>Default</strong> will allow SharePoint to serve up the page to that URL, but it will redirect the user&#8217;s browser to the unfriendly name.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2008/06/30/url-aliases-for-your-sharepoint-site/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
		<item>
		<title>Preventing a form from opening more than once</title>
		<link>https://dotnetengineer.wordpress.com/2008/06/27/preventing-a-form-from-opening-more-than-once/</link>
					<comments>https://dotnetengineer.wordpress.com/2008/06/27/preventing-a-form-from-opening-more-than-once/#respond</comments>
		
		<dc:creator><![CDATA[Brandon Ryan]]></dc:creator>
		<pubDate></pubDate>
				<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[window]]></category>
		<guid isPermaLink="false">http://dotnetengineer.wordpress.com/?p=29</guid>

					<description><![CDATA[Suppose you have a form named frmMain (Main) and a form named frmInformation (Information).  You want to open the frmInformation from frmMain as a modeless window (so the user can return to frmMain) but prevent the window from being opened again and having two copies of the Information window open. On the button click or whichever &#8230; <a href="https://dotnetengineer.wordpress.com/2008/06/27/preventing-a-form-from-opening-more-than-once/" class="more-link">Continue reading <span class="screen-reader-text">Preventing a form from opening more than once</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Suppose you have a form named <em>frmMain</em> (Main) and a form named <em>frmInformation</em> (Information).  You want to open the <em>frmInformation</em> from <em>frmMain</em> as a modeless window (so the user can return to <em>frmMain</em>) but prevent the window from being opened again and having two copies of the Information window open.<span id="more-29"></span></p>
<p>On the button click or whichever trigger you choose in frmMain, use similar code to this:</p>
<pre class="brush: csharp; title: ; notranslate">// check to see if frmInformation is already open
if (Application.OpenForms[&quot;frmInformation&quot;] == null)
{
     // it is not already open, so lets open it and show it.
     frmInformation informationForm = new frmInformation();
     informationForm.Show();
}
else
{
     // it was already open, so bring it into focus.
     Application.OpenForms[&quot;frmInformation&quot;].Focus();
}</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://dotnetengineer.wordpress.com/2008/06/27/preventing-a-form-from-opening-more-than-once/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/36d93389e4d05c363046f87472f81e3e95c73742877aa5cd0503ca294b6ae2e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetengineer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
