<?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; .NET</title> <atom:link href="http://harshana.net/index.php/category/2/3/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>18</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>About DataGridViewColumn.FillWeight</title><link>http://harshana.net/index.php/2009/about-datagridviewcolumn-fillweight/</link> <comments>http://harshana.net/index.php/2009/about-datagridviewcolumn-fillweight/#comments</comments> <pubDate>Wed, 16 Sep 2009 11:31:43 +0000</pubDate> <dc:creator>Harshana</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[DataGridView]]></category> <category><![CDATA[DataGridViewColumn]]></category> <guid
isPermaLink="false">http://harshana.net/?p=395</guid> <description><![CDATA[Do you want to know about DataGridViewColumn.FillWeight ? visit http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/ ඔබට DataGridViewColumn.FillWeight ගැන දැනගැනීමට අවෂයද ? එසේනම් http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/ වෙත යන්න.]]></description> <wfw:commentRss>http://harshana.net/index.php/2009/about-datagridviewcolumn-fillweight/feed/</wfw:commentRss> <slash:comments>0</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>SharpDevelop &#8211; Free Open Source IDE for .Net</title><link>http://harshana.net/index.php/2008/sharpdevelop/</link> <comments>http://harshana.net/index.php/2008/sharpdevelop/#comments</comments> <pubDate>Tue, 23 Sep 2008 04:31:22 +0000</pubDate> <dc:creator>Harshana</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[free softwares]]></category> <category><![CDATA[SharpDevelop]]></category> <guid
isPermaLink="false">http://harshana.net/website/?p=252</guid> <description><![CDATA[අප හට කලින් Microsoft Visual Studio නැතිව .Net Application කිරීමේ ගැටළුවක් තිබුන. මොකද අපි Microsoft Visual Studio Editor එකට හොදටෝම හුරුවී සිටින නිසා. නමුත් දැන් අපට Mono Development Environment සහ SharpDevelop Editor එක ඒ සඳහා භිවිතා කරන්න පුළුවන්. නමුත් ඔබ Microsoft Visual Studio 2008 භාවිතා කරන්නෙක් නම් ඔබට Express Edition එක නොමිලයේ බාගන්න පුළුවන්. හැබැයි [...]]]></description> <wfw:commentRss>http://harshana.net/index.php/2008/sharpdevelop/feed/</wfw:commentRss> <slash:comments>0</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>
