<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Coffee, Code and Chocolate - Latest Comments</title><link>http://coffeecodeandchocolate.disqus.com/</link><description></description><atom:link href="https://coffeecodeandchocolate.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 04 Mar 2015 01:30:58 -0000</lastBuildDate><item><title>Re: Integrating WinForms and WPF using ElementHost</title><link>http://blog.ganeshran.com/index.php/2009/11/integrating-winforms-and-wpf-using-elementhost/#comment-1886485327</link><description>&lt;p&gt;But when i am doing like this i got Win32Exception. I dont know where i went wrong.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vinothini Krishnan</dc:creator><pubDate>Wed, 04 Mar 2015 01:30:58 -0000</pubDate></item><item><title>Re: Mars Rover Instruction problem &amp;#8211; Solution</title><link>http://blog.ganeshran.com/index.php/2009/12/mars-rover-instruction-problem-solution/#comment-1340558105</link><description>&lt;p&gt;Hi Ganesh,&lt;/p&gt;&lt;p&gt;Can you explain how are you taking care of the direction of the rover?&lt;/p&gt;&lt;p&gt;private void ProcessDirectionInstruction(char _instruction) &lt;br&gt;{&lt;br&gt; int _rovDirInt = (int)this._rovDir;   &lt;br&gt;if (_instruction == 'L')&lt;br&gt; { if (_rovDirInt == 0) &lt;br&gt;_rovDirInt = 4;&lt;br&gt; this._rovDir = (Direction)(_rovDirInt - 1); }&lt;br&gt; else { if (_rovDirInt == 3) &lt;br&gt;_rovDirInt = -1; &lt;br&gt;this._rovDir = (Direction)(_rovDirInt + 1);&lt;br&gt; } &lt;br&gt;  }&lt;br&gt; }&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SV</dc:creator><pubDate>Wed, 16 Apr 2014 11:12:43 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1219850613</link><description>&lt;p&gt;Is there any way to invite users to join the group??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav</dc:creator><pubDate>Tue, 28 Jan 2014 02:57:44 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1213102575</link><description>&lt;p&gt;Hi Ganesh, I have resolved the issue.&lt;br&gt;Your blog was really a great help. Thanks!! :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav</dc:creator><pubDate>Thu, 23 Jan 2014 01:58:56 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1211675605</link><description>&lt;p&gt;For creating a group, you can POST the request to &lt;a href="https://demo.socialcast.com/api/groups.json" rel="nofollow noopener" target="_blank" title="https://demo.socialcast.com/api/groups.json"&gt;https://demo.socialcast.com...&lt;/a&gt; with the group[name] as the parameter&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ganesh R</dc:creator><pubDate>Wed, 22 Jan 2014 03:09:22 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1211675308</link><description>&lt;p&gt;Hi Vaibhav - here is an example to  post a message &lt;a href="http://blog.ganeshzone.net/index.php/2010/12/how-to-post-a-message-to-socialcast-and-get-the-company-stream-using-the-api-with-c-net/" rel="nofollow noopener" target="_blank" title="http://blog.ganeshzone.net/index.php/2010/12/how-to-post-a-message-to-socialcast-and-get-the-company-stream-using-the-api-with-c-net/"&gt;http://blog.ganeshzone.net/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ganesh R</dc:creator><pubDate>Wed, 22 Jan 2014 03:08:47 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1211669848</link><description>&lt;p&gt;Hi Ganesh, can you give me example to create a group. I get an error stating, u have been logged out.. :(. It would be a gr8 help&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav</dc:creator><pubDate>Wed, 22 Jan 2014 03:00:38 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-1211587665</link><description>&lt;p&gt;can u give an example by which I can post a message in social cast or create a group&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav</dc:creator><pubDate>Wed, 22 Jan 2014 01:16:59 -0000</pubDate></item><item><title>Re: Integrating with Socialcast API using C# .NET</title><link>http://blog.ganeshran.com/index.php/2010/12/integrating-socialcast-using-c-net/#comment-1205591202</link><description>&lt;p&gt;Hi Viki You can pass it as a parameter called bearer_token. More details here&lt;/p&gt;&lt;p&gt;&lt;a href="http://developers.socialcast.com/api-documentation/oauth2/oauth2-accessing-protected-resources/" rel="nofollow noopener" target="_blank" title="http://developers.socialcast.com/api-documentation/oauth2/oauth2-accessing-protected-resources/"&gt;http://developers.socialcas...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ganesh R</dc:creator><pubDate>Fri, 17 Jan 2014 06:16:14 -0000</pubDate></item><item><title>Re: Integrating with Socialcast API using C# .NET</title><link>http://blog.ganeshran.com/index.php/2010/12/integrating-socialcast-using-c-net/#comment-1205567787</link><description>&lt;p&gt;Can we pass Oauth token instead of Network credentials?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viki</dc:creator><pubDate>Fri, 17 Jan 2014 05:35:08 -0000</pubDate></item><item><title>Re: Sachin&amp;#8217;s centuries and India&amp;#8217;s defeats &amp;#8211; A statistical look</title><link>http://blog.ganeshzone.net/index.php/2011/03/sachins-centuries-and-indias-defeats-a-statistical-look/#comment-1125332668</link><description>&lt;p&gt;Awesome work man. The fact that India has lost so many matches even when Sachin has performed is because the rest of the team did not deliver. Critics often overlook this simple fact and you have brought it out clearly with the statistics. Rock on!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin</dc:creator><pubDate>Fri, 15 Nov 2013 21:18:31 -0000</pubDate></item><item><title>Re: Drawing a simple shape with the HTML5 canvas</title><link>http://blog.ganeshran.com/index.php/2010/12/drawing-a-simple-shape-with-the-html5-canvas/#comment-963075826</link><description>&lt;p&gt;exactly what I needed, thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">morris</dc:creator><pubDate>Mon, 15 Jul 2013 14:10:20 -0000</pubDate></item><item><title>Re: ASP.NET Evolution: WebForms v/s MVC</title><link>http://blog.ganeshran.com/index.php/2010/01/asp-net-evolution-webforms-vs-mvc/#comment-936372057</link><description>&lt;p&gt;The information is very usefull&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sreekanth</dc:creator><pubDate>Thu, 20 Jun 2013 07:34:28 -0000</pubDate></item><item><title>Re: Delegate Chaining in C# .NET</title><link>http://blog.ganeshran.com/index.php/2009/11/delegate-chaining-in-c-net/#comment-904747985</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;When we make an object of a class then we can access all function of a class and Base class functions too. Here we can see that a user can simple make an object of a&lt;/p&gt;&lt;p&gt;class and access all information of class. But in real word this is drawback of an object.&lt;/p&gt;&lt;p&gt;This is a nice article so thanks for sharing your knowledge. There are few other links that also described "Delegate in C#" in a good way.&lt;/p&gt;&lt;p&gt;&lt;a href="http://mindstick.com/Articles/2ace6310-943e-4f1b-a193-c1b5f61acd54/default.aspx?Delegate+in+C+Net" rel="nofollow noopener" target="_blank" title="http://mindstick.com/Articles/2ace6310-943e-4f1b-a193-c1b5f61acd54/default.aspx?Delegate+in+C+Net"&gt;http://mindstick.com/Articl...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.dotnetperls.com/delegate" rel="nofollow noopener" target="_blank" title="http://www.dotnetperls.com/delegate"&gt;http://www.dotnetperls.com/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.codeproject.com/Articles/11657/Understanding-Delegates-in-C" rel="nofollow noopener" target="_blank" title="http://www.codeproject.com/Articles/11657/Understanding-Delegates-in-C"&gt;http://www.codeproject.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Takeshi</dc:creator><pubDate>Wed, 22 May 2013 07:44:53 -0000</pubDate></item><item><title>Re: Scraping cricket records from Cricinfo using Html Agility Pack</title><link>http://blog.ganeshran.com/index.php/2011/12/scraping-cricket-records-cricinfo/#comment-862811851</link><description>&lt;p&gt;Hi Ganesh,&lt;br&gt;Wanted to discuss this with you - could you please send me your email address?&lt;/p&gt;&lt;p&gt;- Fret&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fret</dc:creator><pubDate>Sun, 14 Apr 2013 01:38:19 -0000</pubDate></item><item><title>Re: Buying and Using Kindle WiFi/3G in India</title><link>http://blog.ganeshzone.net/index.php/2010/12/buying-and-using-kindle-wifi3g-in-india/#comment-802332176</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;After the account is flagged, can I still use the internet via Wi-Fi right ??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manav_narang</dc:creator><pubDate>Sun, 17 Feb 2013 11:37:00 -0000</pubDate></item><item><title>Re: Scraping cricket records from Cricinfo using Html Agility Pack</title><link>http://blog.ganeshran.com/index.php/2011/12/scraping-cricket-records-cricinfo/#comment-802284382</link><description>&lt;p&gt;Hi Ganesh,&lt;/p&gt;&lt;p&gt;Thanks for this post - really interesting.Have you tried to scrape ball by ball scores, on either cricinfo or cricket archive?  And Above you mentioned a paid for service for access to cricket stats - can you tell me where that is?Many thanks,Ben&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Sun, 17 Feb 2013 09:42:34 -0000</pubDate></item><item><title>Re: Building custom controls in WPF C#</title><link>http://blog.ganeshran.com/index.php/2012/01/building-custom-controls-in-wpf-c/#comment-798657249</link><description>&lt;p&gt;Thanks yaaa&lt;br&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vijay</dc:creator><pubDate>Thu, 14 Feb 2013 00:48:34 -0000</pubDate></item><item><title>Re: Anonymous methods and captured variables in C# 2.0</title><link>http://blog.ganeshzone.net/index.php/2009/12/anonymous-methods-and-captured-variables-in-c-2-0/#comment-763474516</link><description>&lt;p&gt;Interesting article&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">.Net Training in Chennai</dc:creator><pubDate>Fri, 11 Jan 2013 03:01:58 -0000</pubDate></item><item><title>Re: Automated UI Testing of WPF applications using Microsoft UI Automation library</title><link>http://blog.ganeshran.com/index.php/2011/08/automated-ui-testing-of-wpf-applications-using-microsoft-ui-automation-library/#comment-753004106</link><description>&lt;p&gt;Good post.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cloud guy</dc:creator><pubDate>Tue, 01 Jan 2013 20:56:34 -0000</pubDate></item><item><title>Re: HTML5 Web workers and the Google Places API</title><link>http://blog.ganeshran.com/index.php/2011/05/html5-web-workers-and-the-google-places-api/#comment-723173140</link><description>&lt;p&gt;Very nice post.&lt;br&gt;If anyone is interested to know how to integrate Google Places API with Wikipedia or Wikitravel please check this out&lt;/p&gt;&lt;p&gt;&lt;a href="http://braintechie.blogspot.co.uk/2012/11/integrating-google-places-apis-with.html" rel="nofollow noopener" target="_blank" title="http://braintechie.blogspot.co.uk/2012/11/integrating-google-places-apis-with.html"&gt;http://braintechie.blogspot...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renjithpadikkal</dc:creator><pubDate>Thu, 29 Nov 2012 18:19:02 -0000</pubDate></item><item><title>Re: Buying and Using Kindle WiFi/3G in India</title><link>http://blog.ganeshzone.net/index.php/2010/12/buying-and-using-kindle-wifi3g-in-india/#comment-673275070</link><description>&lt;p&gt;Hey Piyush..The web browser on the kindle is very rudimentary..You will not be able to give exams on it proprely..Better get a tablet/laptop.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viki</dc:creator><pubDate>Sat, 06 Oct 2012 06:07:39 -0000</pubDate></item><item><title>Re: How to get unbiased news from today&amp;#8217;s media</title><link>http://blog.ganeshzone.net/index.php/2010/12/how-to-get-unbiased-news-from-todays-media/#comment-669344913</link><description>&lt;p&gt;thanks for writing this up.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rahul</dc:creator><pubDate>Wed, 03 Oct 2012 00:37:53 -0000</pubDate></item><item><title>Re: Buying and Using Kindle WiFi/3G in India</title><link>http://blog.ganeshzone.net/index.php/2010/12/buying-and-using-kindle-wifi3g-in-india/#comment-668491600</link><description>&lt;p&gt;Hi. I'm planning to buy the Kindle Paperwhite with wi-fi version. My cousin will buy it in the US &amp;amp; bring it to India.&lt;/p&gt;&lt;p&gt;1. Even if I don't want to purchase anything on &lt;a href="http://amazon.com" rel="nofollow noopener" target="_blank" title="amazon.com"&gt;amazon.com&lt;/a&gt; (and assuming my account has been flagged), can i use the wi-fi in India to surf the internet ?? &lt;/p&gt;&lt;p&gt;2. Can my cousin mail me the amazon free e-books and I can transfer them via the USB ??&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manav Narang</dc:creator><pubDate>Tue, 02 Oct 2012 05:33:01 -0000</pubDate></item><item><title>Re: Socialcast API &amp;#8211; extracting post and user data in C#</title><link>http://blog.ganeshran.com/index.php/2012/01/socialcast-api-extracting-post-user-data-c/#comment-649422896</link><description>&lt;p&gt;The application works for me. Can you please try again?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ganesh R</dc:creator><pubDate>Thu, 13 Sep 2012 15:12:55 -0000</pubDate></item></channel></rss>