<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Comments - Thani's Blog</title>
        <description>ASP.Net ,Ajax ,WCF ,RIA services ,Silverlight and more...</description>
        <link>/RSS</link>
        <language>en</language>
        <image>
            <url>http://blogs.smartcys.com/Content/icons/flame.png</url>
            <title>Thani's Blog</title>
            <link>/RSS</link>
            <width>64</width>
            <height>64</height>
        </image>
        <item>
            <dc:creator>Rachida Dukes</dc:creator>
            <title>RE: .Net Ria and Silverlight 3</title>
            <description>How a tutorial authentication with .net ria services?&lt;br /&gt;I can't wait to learn about this new concept.&lt;br /&gt;Thanks&lt;br /&gt;</description>
            <link>http://blogs.smartcys.com/Blog/1#c-200904290334240</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/1#c-200904290334240</guid>
            <pubDate>Wed, 29 Apr 2009 15:34:24 GMT</pubDate>
        </item>
        <item>
            <dc:creator>MisterFantastic</dc:creator>
            <title>RE: .Net Ria and Silverlight 3</title>
            <description>Hi Rachida Dukes ,&lt;br /&gt;&lt;br /&gt;I will soon post a Article on .Net RIA Authentication . Please give me some time.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Thani</description>
            <link>http://blogs.smartcys.com/Blog/1#c-200904300135030</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/1#c-200904300135030</guid>
            <pubDate>Thu, 30 Apr 2009 01:35:03 GMT</pubDate>
        </item>
        <item>
            <dc:creator>MisterFantastic</dc:creator>
            <title>RE: Asp.Net Excel File Import and Transfer to Sql Server</title>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;please dont worry. I am giving the code in C# below&lt;br /&gt;&lt;br /&gt;string strconn = null; &lt;br /&gt;    strconn = &quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=&quot; + Server.MapPath(&quot;Stest.xlsx&quot;) + &quot;;Extended Properties=\&quot;Excel 12.0\&quot;&quot;; &lt;br /&gt;    OleDbConnection olConn = new OleDbConnection(strconn); &lt;br /&gt;    OleDbDataReader orr = default(OleDbDataReader); &lt;br /&gt;    olConn.Open(); &lt;br /&gt;    OleDbCommand od = new OleDbCommand(&quot;SELECT * FROM [Sheet1$]&quot;, olConn); &lt;br /&gt;    orr = od.ExecuteReader(); &lt;br /&gt;&lt;br /&gt;SqlBulkCopy&lt;br /&gt;-------------&lt;br /&gt;&lt;br /&gt;SqlBulkCopy sqCopy = new SqlBulkCopy(sConn); &lt;br /&gt;    sqCopy.DestinationTableName = &quot;Test&quot;; &lt;br /&gt;    sqCopy.WriteToServer(orr); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sqCopy.ColumnMappings.Add(&quot;ID&quot;, &quot;EmpId&quot;); &lt;br /&gt;    sqCopy.ColumnMappings.Add(&quot;Name&quot;, &quot;EName&quot;); </description>
            <link>http://blogs.smartcys.com/Blog/5#c-200905060437000</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/5#c-200905060437000</guid>
            <pubDate>Wed, 06 May 2009 04:37:00 GMT</pubDate>
        </item>
        <item>
            <dc:creator>naga</dc:creator>
            <title>RE: GridView Fixed Header</title>
            <description>excellent article</description>
            <link>http://blogs.smartcys.com/Blog/13#c-200905080851100</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/13#c-200905080851100</guid>
            <pubDate>Fri, 08 May 2009 08:51:10 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Lee Brandt</dc:creator>
            <title>RE: Interesting .Net String Functions</title>
            <description>Your IsNullOrEmpty function is not correct in C#. Should be:&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;    string tstStr = null;&lt;br /&gt;    if (string.IsNullOrEmpty(tstStr)) {&lt;br /&gt;        Response.Write(&quot;String is empty or null&quot;);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;Looks like the Copy/Paste monster gotcha!&lt;br /&gt;&lt;br /&gt;~Lee</description>
            <link>http://blogs.smartcys.com/Blog/17#c-200905100157230</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/17#c-200905100157230</guid>
            <pubDate>Sun, 10 May 2009 01:57:23 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Duy Lam</dc:creator>
            <title>RE: Interesting .Net String Functions</title>
            <description>This site doesn't work in Firefox ;)&lt;br /&gt;I follow your links of three String's methods and see that they were available in .net 1.0 (only IsNullOrEmpty in 2.0) ?</description>
            <link>http://blogs.smartcys.com/Blog/17#c-200905100855310</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/17#c-200905100855310</guid>
            <pubDate>Sun, 10 May 2009 08:55:31 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Thanigainathan Siranjeevi</dc:creator>
            <title>RE: Interesting .Net String Functions</title>
            <description>Hi Duy Lam,&lt;br /&gt;&lt;br /&gt;Thanks for the reply. As you said those two functions are from 1.0 itself. I just want to share the interesting features of this method's.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Thani</description>
            <link>http://blogs.smartcys.com/Blog/17#c-200905101057070</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/17#c-200905101057070</guid>
            <pubDate>Sun, 10 May 2009 10:57:07 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Thanigainathan Siranjeevi</dc:creator>
            <title>RE: GridView Fixed Header</title>
            <description>Thanks Naga</description>
            <link>http://blogs.smartcys.com/Blog/13#c-200905101100300</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/13#c-200905101100300</guid>
            <pubDate>Sun, 10 May 2009 11:00:30 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Thanigainathan Siranjeevi</dc:creator>
            <title>RE: Interesting .Net String Functions</title>
            <description>Hi Lee,&lt;br /&gt;&lt;br /&gt;I have updated the code now. Thanks for pointing that. Also the theme is changed now and can be viewed in Firefox also.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Thani</description>
            <link>http://blogs.smartcys.com/Blog/17#c-200905101107250</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/17#c-200905101107250</guid>
            <pubDate>Sun, 10 May 2009 11:07:25 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Program4trix</dc:creator>
            <title>RE: Asp.Net Excel File Import and Transfer to Sql Server</title>
            <description>Idid all you stated here but got an error saying: &quot;No value given for one or more required parameres&quot;&lt;br /&gt;&lt;br /&gt;in the line: &lt;br /&gt;&lt;br /&gt;orr = od.ExecuteReader()&lt;br /&gt;&lt;br /&gt;Im using vb, please help</description>
            <link>http://blogs.smartcys.com/Blog/5#c-200905260618490</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/5#c-200905260618490</guid>
            <pubDate>Tue, 26 May 2009 06:18:49 GMT</pubDate>
        </item>
        <item>
            <dc:creator>kp</dc:creator>
            <title>RE: GridView Fixed Header</title>
            <description>this works perfectly in IE.   Any idea why it doesnt work in firefox?</description>
            <link>http://blogs.smartcys.com/Blog/13#c-200905270223420</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/13#c-200905270223420</guid>
            <pubDate>Wed, 27 May 2009 14:23:42 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Yasser Makram</dc:creator>
            <title>RE: Silverlight 3 with Bing Translator Services</title>
            <description>Silverlight does not have built-in support for RTL languages like Arabic, Hebrew, Farsi, and Urdu. This is why in the screenshot shown for Arabic, the text is not displayed correctly. You can use the SilverlightRTL open source library to add support for Arabic. The library is available at http://silverlightRTL.codeplex.com, and you can find more information about it at my blog http://www,silverlightrecipes.com</description>
            <link>http://blogs.smartcys.com/Blog/31#c-200906230306470</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/31#c-200906230306470</guid>
            <pubDate>Tue, 23 Jun 2009 15:06:47 GMT</pubDate>
        </item>
        <item>
            <dc:creator>MisterFantastic</dc:creator>
            <title>RE: Silverlight 3 with Bing Translator Services</title>
            <description>Hi Sir,&lt;br /&gt;&lt;br /&gt;Thanks for the reply. I thought it was displaying correctly. Anyways thanks for pointing that. It will be of great help to us .&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Thani</description>
            <link>http://blogs.smartcys.com/Blog/31#c-200906230408380</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/31#c-200906230408380</guid>
            <pubDate>Tue, 23 Jun 2009 16:08:38 GMT</pubDate>
        </item>
        <item>
            <dc:creator>DANIEL LIU</dc:creator>
            <title>RE: Dynamic Query with Entity Framework</title>
            <description>HOW ABOUT .StartsWith() or .Contains() or in() search filters?&lt;br /&gt;&lt;br /&gt;Thanks for the article.</description>
            <link>http://blogs.smartcys.com/Blog/11#c-200907071028430</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/11#c-200907071028430</guid>
            <pubDate>Tue, 07 Jul 2009 22:28:43 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Rajiv Singh</dc:creator>
            <title>RE: Silverlight 3 with Ria Authentication service</title>
            <description>Heyy its a nice walkthrough could please update the example with sl3 final release and .net ria services july version /// . </description>
            <link>http://blogs.smartcys.com/Blog/24#c-200907190201200</link>
            <guid isPermaLink="true">http://blogs.smartcys.com/Blog/24#c-200907190201200</guid>
            <pubDate>Sun, 19 Jul 2009 14:01:20 GMT</pubDate>
        </item>
    </channel>
</rss>