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

<channel>
	<title>NET Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/net/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/net/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Sun, 10 Mar 2024 02:55:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>NET Archives - IODocs</title>
	<link>https://www.iodocs.com/net/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Create a simple example of a WCF</title>
		<link>https://www.iodocs.com/create-a-simple-example-of-a-wcf/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 02:00:32 +0000</pubDate>
				<category><![CDATA[NET]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Windows Communication Foundation]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=818</guid>

					<description><![CDATA[<p>To create a simple example of a WCF (Windows Communication Foundation) service with a callback interface and a method that accepts two parameters (name and value), follow these steps. This example consists of defining the service contract, implementing the service, configuring the host, and then creating a client that uses the service.</p>
<p>The post <a href="https://www.iodocs.com/create-a-simple-example-of-a-wcf/">Create a simple example of a WCF</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How do I remove extra spaces between words in C#</title>
		<link>https://www.iodocs.com/how-do-i-remove-extra-spaces-between-words-in-c/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sat, 19 Feb 2022 01:16:15 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Trim]]></category>
		<category><![CDATA[TrimEnd]]></category>
		<category><![CDATA[TrimStart]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=746</guid>

					<description><![CDATA[<p>How do I remove extra spaces between words in C#?</p>
<p>The post <a href="https://www.iodocs.com/how-do-i-remove-extra-spaces-between-words-in-c/">How do I remove extra spaces between words in C#</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Slider Thumb DragCompleted Event WPF</title>
		<link>https://www.iodocs.com/slider-thumb-dragcompleted-event-wpf/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 05:10:47 +0000</pubDate>
				<category><![CDATA[NET]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2820</guid>

					<description><![CDATA[<p>Slider Thumb DragCompleted Event WPF Occurs when the Thumb control loses mouse capture. The following example shows how to assign an event handler for the DragCompleted event to a Thumb control, and how to define the event handler. #region Constructor public void Initialize(UIElement element) { var sliderBox = FindChild(Application.Current.MainWindow, "MySlider"); slider.AddHandler(System.Windows.Controls.Primitives.Thumb.DragCompletedEvent, new System.Windows.Controls.Primitives.DragCompletedEventHandler(SliderPositionOnDragCompleted)); } private [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/slider-thumb-dragcompleted-event-wpf/">Slider Thumb DragCompleted Event WPF</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How do I run MSBuild from the command line using Windows SDK</title>
		<link>https://www.iodocs.com/how-do-i-run-msbuild-from-the-command-line-using-windows-sdk/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 18:20:11 +0000</pubDate>
				<category><![CDATA[NET]]></category>
		<category><![CDATA[.net-4.0]]></category>
		<category><![CDATA[add msbuild to path]]></category>
		<category><![CDATA[change msbuild path]]></category>
		<category><![CDATA[install msbuild command line]]></category>
		<category><![CDATA[msbuild]]></category>
		<category><![CDATA[msbuild from command line]]></category>
		<category><![CDATA[msbuild path]]></category>
		<category><![CDATA[msbuild path variable]]></category>
		<category><![CDATA[msbuild set environment variable command line]]></category>
		<category><![CDATA[run from console]]></category>
		<category><![CDATA[run msbuild]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[Windows 7.1 SDK]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2423</guid>

					<description><![CDATA[<p>in Command Prompt, you simply have to add the path to the .NET 4 Framework install on your machine to the</p>
<p>The post <a href="https://www.iodocs.com/how-do-i-run-msbuild-from-the-command-line-using-windows-sdk/">How do I run MSBuild from the command line using Windows SDK</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>C# to Copy Files/Folders Fast</title>
		<link>https://www.iodocs.com/c-to-copy-files-folders-fast/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Mon, 12 Aug 2019 21:26:07 +0000</pubDate>
				<category><![CDATA[NET]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1830</guid>

					<description><![CDATA[<p>Using the XCOPY command you can copy files and folders from one machine to another machine. Here I will show you how we can execute XCOPY using C # but before showing that piece of code I would prefer to provide some explanations of XCOPY. So, here you go: 1. In computing, Xcopy is a [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/c-to-copy-files-folders-fast/">C# to Copy Files/Folders Fast</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
