<?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; Microsoft</title> <atom:link href="http://harshana.net/index.php/category/microsoft/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>Soundex ගැන සිංහලෙන්</title><link>http://harshana.net/index.php/2011/soundex-in-sinhala/</link> <comments>http://harshana.net/index.php/2011/soundex-in-sinhala/#comments</comments> <pubDate>Sat, 09 Jul 2011 19:31:27 +0000</pubDate> <dc:creator>Harshana</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Sinhala]]></category> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[Soundex]]></category> <guid
isPermaLink="false">http://harshana.net/?p=435</guid> <description><![CDATA[ගොඩ කාලෙකින් බ්ලොග් පෝස්ට් එකක් නොලී නිසා මොනව හරි ලියන්න කියල හිතුන. අද මාතෘකාව Soundex (http://en.wikipedia.org/wiki/Soundex) කෙටියෙන් Soundex යන්න සිංහලෙන් පැහැදිලි කලොත් ඉංග්‍රීසියෙන් කියවන ආකාරයට වැනි නම් පිළිවෙලකට සැකසීමට භාවිතා කරන වාග්විෂයක/ශබ්දයන් පිළිබද ඇල්ගෝරිතමයකි (phonetic algorithm). මෙය සංවර්ධනය කර තිබෙන්නෙ Robert C. Russell සහ Margaret K. Odell විසින්. මෙහි ප්‍රධාන කාර්යය නම් එක වගේ උච්චාරණය [...]]]></description> <wfw:commentRss>http://harshana.net/index.php/2011/soundex-in-sinhala/feed/</wfw:commentRss> <slash:comments>3</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>Install Old Drivers in Windows 7 64-bit</title><link>http://harshana.net/index.php/2010/install-old-drivers-in-windows-7-64-bit/</link> <comments>http://harshana.net/index.php/2010/install-old-drivers-in-windows-7-64-bit/#comments</comments> <pubDate>Sun, 04 Jul 2010 13:44:57 +0000</pubDate> <dc:creator>Harshana</dc:creator> <category><![CDATA[Informations]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Timely]]></category> <category><![CDATA[MS Windows]]></category> <category><![CDATA[web cam]]></category> <category><![CDATA[Win 7]]></category> <category><![CDATA[Windows Drivers]]></category> <guid
isPermaLink="false">http://harshana.net/?p=407</guid> <description><![CDATA[ඔබ ටිකක් පැරණි වෙබ් කැම්ල සවුන්ඩ් කාඩ් එකක් වැනි  දෑ තවමත් ඔබ භාවිතා කරනවද ? Drivers ස්ථාපනය කරන විට ඔබට digital driver signing පිළිබද ගැටළු ඇති වෙනවද ? එහෙනම් මේ ලිපිය කියවන්න. මා සතුවද අවුරුදු 5ක් පමණ පැරණි ZSMC USB PC Camera එකක් එහෙමත් නැතිනම් COLORVIS CVS 2005 කියන වෙබ් කැම් එකක් තියෙනව. අළුත් වෙබ් [...]]]></description> <wfw:commentRss>http://harshana.net/index.php/2010/install-old-drivers-in-windows-7-64-bit/feed/</wfw:commentRss> <slash:comments>2</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>Sync online storage with PC</title><link>http://harshana.net/index.php/2009/sync-online-storage-with-pc/</link> <comments>http://harshana.net/index.php/2009/sync-online-storage-with-pc/#comments</comments> <pubDate>Wed, 18 Nov 2009 10:54:50 +0000</pubDate> <dc:creator>Harshana</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[Informations]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Timely]]></category> <category><![CDATA[Google docs]]></category> <category><![CDATA[online storage]]></category> <category><![CDATA[sky drive]]></category> <guid
isPermaLink="false">http://harshana.net/?p=400</guid> <description><![CDATA[Read this is in English Visit http://devsmart.net/2009/sync-online-storage-with-pc/ අපගේ ගොනු backup කිරීමට හෝ වෙනත් අය සමග හුවමාරු කිරීමට අප බොහෝ දෙනා අන්තර්ජාලයේ ඇති ගොනු ගබඩා භාවිතා කරයි. මේවාට අප සතු ගොනු Upload කිරීම බොහෝසෙයින් අපහසුය. මේ සඳහා ඇති හෝද විසදුමක් ලෙස Gladinet Cloud Desktop මෘදුකාංගය හැදින්විය හැක. එමගින් Windows Sky Drive, Google Docs, Box.Net වැනි බොහෝ [...]]]></description> <wfw:commentRss>http://harshana.net/index.php/2009/sync-online-storage-with-pc/feed/</wfw:commentRss> <slash:comments>5</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>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> </channel> </rss>
