<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel xmlns:blog="http://www.dotnetnuke.com/blog/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    <title>OSD Blog</title>
    <description>OSD Blog</description>
    <link>http://www.orientsoftware.net/Blog/tabid/169/BlogId/10/Default.aspx</link>
    <language>en-US</language>
    <webMaster />
    <pubDate>Mon, 06 Sep 2010 10:39:27 GMT</pubDate>
    <lastBuildDate>Mon, 06 Sep 2010 10:39:27 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 4.0.0.0</generator>
    <item>
      <title>What's new in the .NET Framework 4</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/91/Whats-new-in-the-NET-Framework-4.aspx</link>
      <description>&lt;h2&gt;Parallel Computing&lt;/h2&gt;
&lt;p&gt;It is not unusual for workstations and PCs to operate on multiple threads at the same time through the use of either two or four CPUs (also known as cores). Experts anticipate seeing many more cores in the near future. By writing parallel code, developers can make the most of existing hardware, distributing workloads over more than one processor. This time of parallelization used to mean manipulating multiple locks and threads, but that is no longer always the case. Parallel programming is now facilitated by the .NET Framework 4 and Visual Studio 2010, which provide new diagnostic tools, class library types, and runtime. These features make the process of parallel development much simpler, because developers can work in a natural language, avoiding direct creation and manipulation of the thread pool and individual threads. The result is scalable, fine-grained, and efficient code, as illustrated below. &lt;/p&gt;&lt;div class="tags"&gt;Tags: .NET,microsoft,.NET 4,parallel computing,PLINQ,dynamic keyword,contravariance,covariance,F#,Code Contracts&lt;/div&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/91/Whats-new-in-the-NET-Framework-4.aspx</guid>
      <pubDate>Mon, 19 Jul 2010 09:15:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=91</trackback:ping>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/7/Default.aspx">.NET</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/6/Default.aspx">microsoft</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/8/Default.aspx">.NET 4</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/20/Default.aspx">parallel computing</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/21/Default.aspx">PLINQ</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/22/Default.aspx">dynamic keyword</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/23/Default.aspx">contravariance</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/24/Default.aspx">covariance</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/5/Default.aspx">F#</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/25/Default.aspx">Code Contracts</blog:tag>
    </item>
    <item>
      <title>Windows Phone 7</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/90/Windows-Phone-7.aspx</link>
      <description>At the 2010 Mobile World Congress, held in Barcelona, Microsoft announced its newest operating system (OS): Windows Phone 7. The new OS should be available in its first handsets just in time for holiday shopping later this year, and Microsoft promises it won’t wait until the last moment to release it, instead giving customers plenty of time for advance orders.&lt;div class="tags"&gt;Tags: .NET,microsoft,Windows Phone 7,Windows Mobile,PDA,handset,Zune HD,XNA,Silverlight&lt;/div&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/90/Windows-Phone-7.aspx</guid>
      <pubDate>Mon, 21 Jun 2010 02:53:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=90</trackback:ping>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/7/Default.aspx">.NET</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/6/Default.aspx">microsoft</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/13/Default.aspx">Windows Phone 7</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/14/Default.aspx">Windows Mobile</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/15/Default.aspx">PDA</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/16/Default.aspx">handset</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/17/Default.aspx">Zune HD</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/18/Default.aspx">XNA</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/19/Default.aspx">Silverlight</blog:tag>
    </item>
    <item>
      <title>Advances in the Integrated Development Environment of Visual Studio 2010</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/89/Advances-in-the-Integrated-Development-Environment-of-Visual-Studio-2010.aspx</link>
      <description>&lt;h3&gt;Support for Test First Development&lt;/h3&gt;
&lt;p&gt;The integrated development environment (IDE) for Visual C# and Visual Basic is now able to create code stubs for new members and types even before they have been defined. This allows programmers to begin their process by writing tests and only afterwards create the code needed to compile those tests. The work is aided by the suggestion mode of IntelliSense, which prevents automatic completion of hitherto undefined members or types.&lt;/p&gt;&lt;div class="tags"&gt;Tags: Visual Studio 2010,IDE,.NET,microsoft,Visual Studio&lt;/div&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/89/Advances-in-the-Integrated-Development-Environment-of-Visual-Studio-2010.aspx</guid>
      <pubDate>Wed, 02 Jun 2010 03:43:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=89</trackback:ping>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/1/Default.aspx">Visual Studio 2010</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/4/Default.aspx">IDE</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/7/Default.aspx">.NET</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/6/Default.aspx">microsoft</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/12/Default.aspx">Visual Studio</blog:tag>
    </item>
    <item>
      <title>Visual Studio 2010 and Microsoft .NET 4.0</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/88/Visual-Studio-2010-and-Microsoft-NET-4-0.aspx</link>
      <description>&lt;p&gt;Visual Studio 2010 and Microsoft .NET 4.0 will be officially released by Microsoft today. If you want to experience the launch, you can watch the launch with the live webcast of the Microsoft Visual Studio 2010 Launch Conference and Expo, held at the Bellagio Resort in Las Vegas.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/visualstudio/en-us/watch-it-live" target="_blank" class="linkpage" title="Visual Studio 2010 Launch Countdown - Microsoft Visual Studio"&gt;http://www.microsoft.com/visualstudio/en-us/watch-it-live&lt;/a&gt;&lt;/p&gt;&lt;div class="tags"&gt;Tags: Visual Studio 2010,C#,IDE,F#,.NET,.NET 4,microsoft&lt;/div&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/88/Visual-Studio-2010-and-Microsoft-NET-4-0.aspx</guid>
      <pubDate>Mon, 12 Apr 2010 03:21:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=88</trackback:ping>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/1/Default.aspx">Visual Studio 2010</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/3/Default.aspx">C#</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/4/Default.aspx">IDE</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/5/Default.aspx">F#</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/7/Default.aspx">.NET</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/8/Default.aspx">.NET 4</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/6/Default.aspx">microsoft</blog:tag>
    </item>
    <item>
      <title>The Top Benefits of Outsourcing Software Development</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/87/The-Top-Benefits-of-Outsourcing-Software-Development.aspx</link>
      <description>&lt;p&gt;In the past, companies normally hire offshore providers in order to outsource services related to non-critical business processes including customer support and contact marketing.  Offshoring has been used also for labor-intensive projects because the labor costs in some countries are quite cheaper.  &lt;/p&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/87/The-Top-Benefits-of-Outsourcing-Software-Development.aspx</guid>
      <pubDate>Wed, 27 Jan 2010 23:35:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=87</trackback:ping>
    </item>
    <item>
      <title>The Importance of API Developers in Web Programming </title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/86/The-Importance-of-API-Developers-in-Web-Programming.aspx</link>
      <description>&lt;p&gt;With every bigwig company, small-scale entrepreneur and online business owners taking their business to the web, the need for API developers, website developers and web programmers has increased.  Here, we will take a look at just how important an API developer is in the field of web programming.  &lt;/p&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/86/The-Importance-of-API-Developers-in-Web-Programming.aspx</guid>
      <pubDate>Wed, 27 Jan 2010 04:09:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=86</trackback:ping>
    </item>
    <item>
      <title>Web Programming 101: The Fundamentals of Website Programming</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/85/Web-Programming-101-The-Fundamentals-of-Website-Programming.aspx</link>
      <description>&lt;p&gt;Planning is the first step that you have to do when creating a website.  Identifying the purpose of the website and building the site structure are critical areas that should be considered during the planning stages.  &lt;/p&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/85/Web-Programming-101-The-Fundamentals-of-Website-Programming.aspx</guid>
      <pubDate>Mon, 25 Jan 2010 23:37:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=85</trackback:ping>
    </item>
    <item>
      <title>Achieving Marketing Success with the Help of Outsourcing</title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/84/Achieving-Marketing-Success-with-the-Help-of-Outsourcing.aspx</link>
      <description>&lt;p&gt;When you're a business owner, nothing beats the feeling of knowing that you are doing everything that you can to turn your endeavour into a resounding success. In these tough economic times, one of the best ways for you to grow your business or even simply keep it afloat is to outsource. &lt;/p&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/84/Achieving-Marketing-Success-with-the-Help-of-Outsourcing.aspx</guid>
      <pubDate>Mon, 25 Jan 2010 01:41:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=84</trackback:ping>
    </item>
    <item>
      <title>A Host of Supplemental Software from Microsoft to Look Forward To </title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/83/A-Host-of-Supplemental-Software-from-Microsoft-to-Look-Forward-To.aspx</link>
      <description>&lt;p&gt;Now that 2009 is almost nearing its end, what can consumers look forward to from software giant Microsoft? Over the years, the company which brought us the original Microsoft Office software releases newly created software, as well as the latest versions of the existing software that you have at home. The good thing about having the latest versions of the software that Microsoft releases is that you can rest assured that the one which you have installed in your computer has the latest features included.&lt;/p&gt;&lt;div class="tags"&gt;Tags: microsoft,cloud,database,azure&lt;/div&gt;</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/83/A-Host-of-Supplemental-Software-from-Microsoft-to-Look-Forward-To.aspx</guid>
      <pubDate>Fri, 22 Jan 2010 01:29:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=83</trackback:ping>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/6/Default.aspx">microsoft</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/9/Default.aspx">cloud</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/10/Default.aspx">database</blog:tag>
      <blog:tag blog:url="http://www.orientsoftware.net/Blog/tabid/169/TagID/11/Default.aspx">azure</blog:tag>
    </item>
    <item>
      <title>Why It Pays to Outsource during a Time of Recession </title>
      <link>http://www.orientsoftware.net/Blog/tabid/169/EntryId/82/Why-It-Pays-to-Outsource-during-a-Time-of-Recession.aspx</link>
      <description>&lt;p&gt;During the past few years, almost all industries in the business community has suffered due to the economic problems that almost all countries have been experiencing. In order to keep their heads afloat, business owners have resorted to outsourcing in order to reduce costs in the day-to-day operations of their business, without sacrificing the quality of services that they are receiving at the same time. &lt;/p&gt;
</description>
      <author />
      <guid isPermaLink="true">http://www.orientsoftware.net/Blog/tabid/169/EntryId/82/Why-It-Pays-to-Outsource-during-a-Time-of-Recession.aspx</guid>
      <pubDate>Thu, 21 Jan 2010 02:05:00 GMT</pubDate>
      <trackback:ping>http://www.orientsoftware.netDesktopModules/BlogTrackback.aspx?id=82</trackback:ping>
    </item>
  </channel>
</rss>