<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>M3 and Related Technology - Recent questions and answers in C#</title>
<link>http://answers.billy.today/index.php?qa=qa&amp;qa_1=c%23</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: How do I convert a Word document to Markdown ?</title>
<link>http://answers.billy.today/index.php?qa=52&amp;qa_1=how-do-i-convert-a-word-document-to-markdown&amp;show=53#a53</link>
<description>If you have access to Linux or a subsystem, Pan Doc does a great job.&lt;br /&gt;
&lt;br /&gt;
billy@Mint-Dev-20:~/Shared$ &lt;br /&gt;
&lt;br /&gt;
pandoc -f docx -t gfm ./Wencor\ FuncTech\ Spec\ AQL\ to\ PPS335.docx --extract-media=./ -o PPS335.md&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://stackoverflow.com/questions/16383237/how-can-doc-docx-files-be-converted-to-markdown-or-structured-text&quot; rel=&quot;nofollow&quot;&gt;https://stackoverflow.com/questions/16383237/how-can-doc-docx-files-be-converted-to-markdown-or-structured-text&lt;/a&gt;</description>
<category>C#</category>
<guid isPermaLink="true">http://answers.billy.today/index.php?qa=52&amp;qa_1=how-do-i-convert-a-word-document-to-markdown&amp;show=53#a53</guid>
<pubDate>Thu, 24 Jun 2021 15:20:49 +0000</pubDate>
</item>
<item>
<title>Answered: Why is my multi-threaded API call not running in Parallel?</title>
<link>http://answers.billy.today/index.php?qa=8&amp;qa_1=why-is-my-multi-threaded-api-call-not-running-in-parallel&amp;show=9#a9</link>
<description>&lt;div itemprop=&quot;text&quot; class=&quot;s-prose js-post-body&quot;&gt;
	&lt;p&gt;
		Rest Sharp and related libraries have a default limit of two connections, to override, use the code below.
	&lt;/p&gt;
	&lt;p&gt;
		&lt;br&gt;
	&lt;/p&gt;
	&lt;pre class=&quot;default prettyprint prettyprinted&quot;&gt;&lt;code&gt;&lt;span class=&quot;typ&quot;&gt;System&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;Net&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;ServicePointManager&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;DefaultConnectionLimit&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; x &lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
	&lt;p&gt;
		(where x is your desired number of connections)
	&lt;/p&gt;
	&lt;p&gt;
		No need for extra references
	&lt;/p&gt;
	&lt;p&gt;
		Just make sure this is called BEFORE the service point is created as mentioned above in the post.
	&lt;/p&gt;
&lt;/div&gt;</description>
<category>C#</category>
<guid isPermaLink="true">http://answers.billy.today/index.php?qa=8&amp;qa_1=why-is-my-multi-threaded-api-call-not-running-in-parallel&amp;show=9#a9</guid>
<pubDate>Fri, 04 Sep 2020 19:03:05 +0000</pubDate>
</item>
</channel>
</rss>