<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multicore prcessor uses through dot net programming in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797162#M638</link>
    <description>.Net 4.0's "Parallel.For" will be a good place to start. Good Luck</description>
    <pubDate>Mon, 12 Mar 2012 08:06:24 GMT</pubDate>
    <dc:creator>OKohl</dc:creator>
    <dc:date>2012-03-12T08:06:24Z</dc:date>
    <item>
      <title>Multicore prcessor uses through dot net programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797158#M634</link>
      <description>&lt;P&gt;Can anyone guide us how toachieve multicore processor programming using dot net framework?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2012 13:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797158#M634</guid>
      <dc:creator>Kundan_Kumar</dc:creator>
      <dc:date>2012-03-03T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Multicore prcessor uses through dot net programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797159#M635</link>
      <description>&lt;P&gt;Hello Kundan,&lt;BR /&gt;You would probably have more success going after folks who do .net programming and ask them about using multiple threads.&lt;BR /&gt;I found one such site using google.&lt;BR /&gt;&lt;A href="http://thedotnethub.blogspot.com/2010/04/introducing-net-40-parallel-programming.html" target="_blank"&gt;http://thedotnethub.blogspot.com/2010/04/introducing-net-40-parallel-programming.html&lt;/A&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pat&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2012 17:35:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797159#M635</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2012-03-03T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Multicore prcessor uses through dot NET programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797160#M636</link>
      <description>I recommend you to lookfor articleson &lt;STRONG&gt;MSDN&lt;/STRONG&gt;. Here is a link:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://msdn.microsoft.com/en-us/magazine/default.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/default.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Mar 2012 22:45:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797160#M636</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-04T22:45:59Z</dc:date>
    </item>
    <item>
      <title>Multicore prcessor uses through dot NET programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797161#M637</link>
      <description>You could also ask for advise on: &lt;A href="http://social.msdn.microsoft.com/Forums/en/category/parallelcomputing"&gt;http://social.msdn.microsoft.com/Forums/en/category/parallelcomputing&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2012 00:15:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797161#M637</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-05T00:15:16Z</dc:date>
    </item>
    <item>
      <title>Multicore prcessor uses through dot net programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797162#M638</link>
      <description>.Net 4.0's "Parallel.For" will be a good place to start. Good Luck</description>
      <pubDate>Mon, 12 Mar 2012 08:06:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/797162#M638</guid>
      <dc:creator>OKohl</dc:creator>
      <dc:date>2012-03-12T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multicore prcessor uses through dot net programming</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/1410074#M8095</link>
      <description>&lt;P&gt;Hello Kundan&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the .NET framework 4+, there is enhanced support for parallel programming, including new class library types, Tasks, Parallel For, Parallel Linq, and concurrent collections. Check out some of these features here:&amp;nbsp;&lt;A href="https://dzone.com/articles/multicore-programming-in-net" target="_blank" rel="noopener"&gt;multicore processor programming using dot net framework&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To help with the issue you can take the help of JumpGrowth, They have a&amp;nbsp;&lt;SPAN&gt;dedicated team of analysts, designers, developers, and testers to create a .NET application with intuitive UX and modern UI. Their &lt;A title="Custom Dot Net Development Services" href="https://jumpgrowth.com/dotnet-application-development/" target="_blank" rel="noopener"&gt;Custom Dot Net Development Services&lt;/A&gt; assure seamless workflow integration and superior quality web-based portals.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 07:15:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Multicore-prcessor-uses-through-dot-net-programming/m-p/1410074#M8095</guid>
      <dc:creator>Sefali</dc:creator>
      <dc:date>2022-08-23T07:15:24Z</dc:date>
    </item>
  </channel>
</rss>

