<?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>Harshana&#039;s Blog &#187; Visual Studio</title>
	<atom:link href="http://harshana.net/index.php/category/microsoft/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://harshana.net</link>
	<description>About Software tools and technologies in Sinhala</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:04:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C# Yield for Readability and Performance</title>
		<link>http://harshana.net/index.php/2012/yield-for-readability-and-performance/</link>
		<comments>http://harshana.net/index.php/2012/yield-for-readability-and-performance/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:04:39 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sinhala]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cSharp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yield]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=437</guid>
		<description><![CDATA[yield කියන keyword එක C# වල තියෙන භාවිතයට පහසු keyword එකක්. ලේසියෙන්ම මේ keyword එක තේරුම් ගන්න අපි පහත උදාහරණය බලමු. public static IList&#60;int&#62; GetEven(IEnumerable&#60;int&#62; ints) { var evenNos = new List&#60;int&#62;(); foreach (int i in ints) if (i % 2 == 0) evenNos.Add(i); return evenNos; } මේ උදාහරණයේදි අළුත් List Object එකක් සාදාගෙන එයට [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2012/yield-for-readability-and-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Enterprise Library</title>
		<link>http://harshana.net/index.php/2010/microsoft-enterprise-library/</link>
		<comments>http://harshana.net/index.php/2010/microsoft-enterprise-library/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 11:45:00 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sinhala]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[cSharp]]></category>
		<category><![CDATA[Microsoft Enterprise Library]]></category>
		<guid isPermaLink="false">http://harshana.net/index.php/2010/microsoft-enterprise-library/</guid>
		<description><![CDATA[මෙය මා විසින් cPlus සගරාවට ලියන ලද ලිපියකි. බොහෝ අය Microsoft .Net භාවිතා කර මෘදුකාංග සංවර්ධනය කරනු ලබනව. මෙවැනි අයට භාවිතා කරන්න පුළුවන් තමන්ගේ වැඩ පහසුවෙන් කරගන්න පුළුවන් Library එකක් කීවොත් නිවැරදියි. මෙය නොමිලයේ ලබා දේ. පොදු අභියෝගයන් සඳහා මෙය ඕනෑම ආකෘති රටාවකට(architectural style) සම්බන්ධ කර ගත හැකි වන ලෙස ඇති class කිහිපයකි. Architectural guidance [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2010/microsoft-enterprise-library/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Use Crystal report with XML Schema</title>
		<link>http://harshana.net/index.php/2010/use-crystal-report-with-xml-schema/</link>
		<comments>http://harshana.net/index.php/2010/use-crystal-report-with-xml-schema/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 19:11:39 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Timely]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[crystal reports]]></category>
		<category><![CDATA[reporting]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=409</guid>
		<description><![CDATA[අපේ බොහෝ අයට Crystal report භාවිතය පිළිබද ගැටළු තියෙනව. මේ මගේ යාළුවෙක් ඇසූ ප්ර්ශ්නයකට පිළිතුරක්. මුලින්ම ඔබට Crystal report වලට අවෂය දත්ත තිබෙන SQL Statement එක ලියා ගන්න. එසේත් නැතිනම් report එකේ පෙන්වන දත්ත වල Query එක ලියා ගන්න. මම මේ උදාහරණය සඳහා AdventureWorks Database එකේ [HumanResources].[Employee] යන Table එක භාවිතා කරනව. මේ තමයි query [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2010/use-crystal-report-with-xml-schema/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Switch on PC in your Network</title>
		<link>http://harshana.net/index.php/2010/switch-on-pc-in-your-network/</link>
		<comments>http://harshana.net/index.php/2010/switch-on-pc-in-your-network/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:12:51 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Timely]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[cSharp]]></category>
		<category><![CDATA[switch on PC]]></category>
		<category><![CDATA[UDP]]></category>
		<category><![CDATA[wake on lan]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=402</guid>
		<description><![CDATA[මට පහුගිය දවසක අවෂ්‍යතාවයක් ඇතිවුනා නෙට්වර්ක් එකේ තියෙන කම්පියුටරයක් එය තියෙන තැනට යන්නෙ නැතිව ස්විච් ඔන් කරගන්න. පොඩ්ඩක් බැළුව ලේසියෙන් කරගන්න පුළුවන්ද කියල. ගූගල් වල සර්ච් කරල බලද්දි දැනගන්න පුළුවන් උනා Wake on LAN(http://en.wikipedia.org/wiki/Wake-on-LAN) කියල පහසුකමක් ගැන. මේක කෙටියෙන් කීවොත් අපි පරිගණක shut down කලාට සම්පූර්ණයෙන්ම off වෙන්නෙ නෑ. ඒ කියන්නෙ හාඩ් ඩිස්ක්, රැම්, ප්රොකසෙසරයට [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2010/switch-on-pc-in-your-network/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Change the MP3 file Details using .Net</title>
		<link>http://harshana.net/index.php/2009/change-the-mp3-file-details-using-net/</link>
		<comments>http://harshana.net/index.php/2009/change-the-mp3-file-details-using-net/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:43:25 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[mp3]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=396</guid>
		<description><![CDATA[For read this is in English visit http://devsmart.net/2009/change-the-mp3-file-details-using-net/ ඇත්තටම මට කරන්න අවෂය වූයේ මා සතු ඇති mp3 ඇල්බම් වල අනවෂය ලෙස සටහන්වී ඇති හා කිසිවක් නොවූ Title, Artist, Comments, සහ Album යන තොරතුරු නිවැරදි ලෙස සාදාගැනීමටයි. මම මුලින්ම කලේ ගොනුවේ නම නිවැරදිව සාදා ගැනීමයි. එය file Move ක්රuමය භාවිතා කර ලේසියෙන් rename කරගත හැකියි. පසුව [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2009/change-the-mp3-file-details-using-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Career Offer</title>
		<link>http://harshana.net/index.php/2009/microsoft-career-offer/</link>
		<comments>http://harshana.net/index.php/2009/microsoft-career-offer/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:55:47 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Exams]]></category>
		<category><![CDATA[Informations]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Timely]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=393</guid>
		<description><![CDATA[This is a chance to who interest to do the Microsoft certifications. Prometric gives 25%,20% and 15% discounts for selected exams. for more information visit http://www.prometric.com/microsoft/careeroffer.htm Microsoft විභහග කිරීමට බලාපොරොත්තු වන ඔබට මෙය වැදගත් ආරංවියක්. Prometric වෙතින් තෝරාගත් විභහග කිහිපයකට 25%,20% සහ 15% වැනි වට්ටම් ලබාදෙන බව ඔවුන් දන්වා සිටී. මේ සඳහා වැඩි විස්තර සඳහා [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2009/microsoft-career-offer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 CTP</title>
		<link>http://harshana.net/index.php/2008/vs-2010-ctp/</link>
		<comments>http://harshana.net/index.php/2008/vs-2010-ctp/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 18:26:34 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Informations]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=356</guid>
		<description><![CDATA[Microsoft Software Visual Studio 2010 ගැන දන්නවනෙ. අළුත් පහසුකම් රැසකින් ඇති මෙම මෘදුකාංගයේ CTP(Community Technology Preview) වෙළුමක් බාගැනීමේ හැකියාව ඔබට තිබෙනව. මේ සටහන ලියා තියෙන්නෙ නම් ප්‍රංශ භාෂාවෙන් නමුත් ඔබට http://translate.google.com වැනි මෘදුකාංගයක් භාවිතා කරල කියවගන්න පුළුවන්. මෙන්න ලින්ක් එක http://msdn.microsoft.com/fr-fr/vstudio/dd262186.aspx. බාගන්න http://www.microsoft.com/downloads/details.aspx?FamilyID=922b4655-93d0-4476-bda4-94cf5f8d4814&#38;DisplayLang=en වෙත යන්න. Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2008/vs-2010-ctp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azure Services Platform</title>
		<link>http://harshana.net/index.php/2008/azure/</link>
		<comments>http://harshana.net/index.php/2008/azure/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:20:30 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Azure]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=353</guid>
		<description><![CDATA[මොකක්ද මේ Azure කියන්නෙ කියල දන්නවද ? ඒ තමා Microsoft ආයතනය මගින් හදුන්වාදෙන අළුත්ම services platform එක. මේක වැඩකරන්නෙ නම් run time environment එකක් ලෙස හෝ තනි සේවා (individual services) ලෙස. මෙය භාවිතයෙන් ඔබට Microsoft® data center තුල on-demand ලෙස ඔබගේ වැඩසටහන් අන්තර්ජාලය හරහා භාවිතා කල හැක. වැඩි විස්තර ගැන දැනගන්න නම් http://www.microsoft.com/azure වෙත යන්න. [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2008/azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Next in Visual Studio and .NET Framework</title>
		<link>http://harshana.net/index.php/2008/next-in-visual-studio/</link>
		<comments>http://harshana.net/index.php/2008/next-in-visual-studio/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:31:00 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<guid isPermaLink="false">http://harshana.net/?p=305</guid>
		<description><![CDATA[මම සිතන්නෙ මයික්‍රෝසොෆ්ට් විෂුවල් ස්ටූඩියෝ 2008 කියන්නෙ දැනට ලෝකයේ තියෙන වැඩිම පහසුකම් සහිත Editor එක යයි කීම වරදක් නෑ. ඉතින් මම මේ කියන්න යන්නෙ Visual Studio සහ .NET Framework හී ඊලගට නිකුත් කිරීමට යන වෙළුම් පිළිබදව. එනම් ඒ Visual Studio 2010 සහ .NET Framework 4.0 යි. අප කවුරුත් දන්නා කරුණක් නම් ඔවුන්ගේ නව වෙළුම් පැමිණීමත් [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2008/next-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ASP.Net Data Services Video Tutorials</title>
		<link>http://harshana.net/index.php/2008/aspnet-data-services-video-tutorials/</link>
		<comments>http://harshana.net/index.php/2008/aspnet-data-services-video-tutorials/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:52:19 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Informations]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP.Net Data Services]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<guid isPermaLink="false">http://blog.harshana.net/?p=212</guid>
		<description><![CDATA[බොහෝ අය නව තාක්ෂණික දෑ ගැන ඉගෙන ගැනීමට වගේම භාවිතයට කැමතියි. ඉතින් ASP.Net Data Services සහ ADO.Net Entity Framework ගැන ඉගෙන ගන්න කැමතිනම් යන්න http://channel9.msdn.com/tags/UK/ වෙත. මේ දේවල් Microsoft Visual Studio 2008 SP 1 සමග තමා භාවිතා කරන්න පුළුවන්. Lot of people like to learn new technologies and use it.So do you want to learn [...]]]></description>
		<wfw:commentRss>http://harshana.net/index.php/2008/aspnet-data-services-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

