﻿<?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>Senthil Kumar&#039;s Blog</title>
	<atom:link href="http://www.ginktage.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ginktage.com</link>
	<description>Learn , Blog and Share......</description>
	<lastBuildDate>Sun, 05 Sep 2010 14:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Using Array.ConvertAll to Convert an array of one type to another in C#</title>
		<link>http://www.ginktage.com/2010/09/using-array-convertall-to-convert-an-array-of-one-type-to-another-in-c/</link>
		<comments>http://www.ginktage.com/2010/09/using-array-convertall-to-convert-an-array-of-one-type-to-another-in-c/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 13:46:44 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Application]]></category>
		<category><![CDATA[Anil pai]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ConvertAll]]></category>
		<category><![CDATA[mscorlib.dll]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1205</guid>
		<description><![CDATA[Thanks to one of My friend (Anil pai) , who asked me a question on how to convert a string array to an float/Double Array which made me to explore the  possibilities in .NET and this is when i came across Array.ConvertAll

The usual way of doing this is to parse and convert each values one by one like this
..]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/09/using-array-convertall-to-convert-an-array-of-one-type-to-another-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Microsoft Patterns &amp; Practices &#8211; Windows Phone 7 Developer Guide &#8211; Drop2</title>
		<link>http://www.ginktage.com/2010/09/windows-phone-7-developer-guide-drop2/</link>
		<comments>http://www.ginktage.com/2010/09/windows-phone-7-developer-guide-drop2/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:16:43 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[patterns and practices]]></category>
		<category><![CDATA[UI mockups]]></category>
		<category><![CDATA[Windows Phone 7 Developer Guide]]></category>
		<category><![CDATA[wp7guide]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1191</guid>
		<description><![CDATA[The patterns and practices team has published a new Windows Phone 7-related guide .
You can check the official Windows Phone 7 Patterns &#038; Practices Guide at - http://wp7guide.codeplex.com/ 

This guide will help the developers to design Windows Phone 7 Applications. 

If you want to know more , then check out the following sections

Project overview
High-level architecture
UI mockups. ]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/09/windows-phone-7-developer-guide-drop2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Fix for Visual Studio 2010 &#8211; Hangs when debugging ASP.Net 3.5 Web application</title>
		<link>http://www.ginktage.com/2010/08/fix-for-visual-studio-2010-hangs-when-debugging-asp-net-3-5-web-application/</link>
		<comments>http://www.ginktage.com/2010/08/fix-for-visual-studio-2010-hangs-when-debugging-asp-net-3-5-web-application/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 06:53:04 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Joel Varty]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1181</guid>
		<description><![CDATA[Joel Varty , in his blog highlights fix for the users of Visual Studio 2010 who have problems with the IDE that hangs when debugging ASP.NET 3.5 applications.

The Bug information can be found in the Microsoft's Connect site .
]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/fix-for-visual-studio-2010-hangs-when-debugging-asp-net-3-5-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>How fast is the Windows Phone 7 Start up???</title>
		<link>http://www.ginktage.com/2010/08/how-fast-is-the-windows-phone-7-start-up/</link>
		<comments>http://www.ginktage.com/2010/08/how-fast-is-the-windows-phone-7-start-up/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:03:48 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[HTC HD2]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[LG Panther]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[pocketpc]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1174</guid>
		<description><![CDATA[A video by pocketpc from youtube that is embedded in the blog post with a Windows Phone 7 prototype Device ( LG ) compares the boot up time of different devices like Windows Phone 7 prototype ( LG Panther ), Android , Nexus One and iPhone 4 and HTC HD2. Watch on YouTube/* Good news [...]]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/how-fast-is-the-windows-phone-7-start-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Getting started with Windows Phone Development in F#</title>
		<link>http://www.ginktage.com/2010/08/getting-started-with-windows-phone-development-in-f/</link>
		<comments>http://www.ginktage.com/2010/08/getting-started-with-windows-phone-development-in-f/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 15:50:18 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Daniel Mohl]]></category>
		<category><![CDATA[Extension Manager]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1166</guid>
		<description><![CDATA[Just found this nice template that helps to start the Windows Phone 7 Development in F# in the Visual Studio Gallery 

The template was created by Daniel Mohl 

To Install and use the template , follow the steps as described below 

....]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/getting-started-with-windows-phone-development-in-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Error when processing Crystal Report &#8220;Operation illegal on linked parameter&#8221;</title>
		<link>http://www.ginktage.com/2010/08/error-when-processing-crystal-report-operation-illegal-on-linked-parameter/</link>
		<comments>http://www.ginktage.com/2010/08/error-when-processing-crystal-report-operation-illegal-on-linked-parameter/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:54:52 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[linked parameter]]></category>
		<category><![CDATA[Sub Report]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1161</guid>
		<description><![CDATA[I was recently caught up with this Error &#8220;Operation illegal on linked parameter&#8221; when working with the Crystal Reports and solution seems to be pretty simple too . When you run a Crystal Report which inturn contains the SubReports , the Crystal Report issues the following error: Operation illegal on linked parameter The Error Message [...]]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/error-when-processing-crystal-report-operation-illegal-on-linked-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Delphi Technical Sessions and Get together with John Kaster in India</title>
		<link>http://www.ginktage.com/2010/08/delphi-technical-sessions-and-get-together-with-john-kaster-in-india/</link>
		<comments>http://www.ginktage.com/2010/08/delphi-technical-sessions-and-get-together-with-john-kaster-in-india/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 10:52:46 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[EDN]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[John Kaster]]></category>
		<category><![CDATA[Le Royal Meridien]]></category>
		<category><![CDATA[Mumbai]]></category>
		<category><![CDATA[RAD Studio]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1148</guid>
		<description><![CDATA[John Kaster, EDN Program Manager at Embarcadero Technologies will be in India for RAD technical sessions. In the Sessions, you will get to know more about Cloud Computing development with RAD Studio Developing Social Network and Web 2.0 applications Secure Multi-Tier development with DataSnap The latest in agile software development using RAD Studio Meet with [...]]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/delphi-technical-sessions-and-get-together-with-john-kaster-in-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>David I Underwater Challenge and Embarcedero</title>
		<link>http://www.ginktage.com/2010/08/david-i-underwater-challenge-and-embarcedero/</link>
		<comments>http://www.ginktage.com/2010/08/david-i-underwater-challenge-and-embarcedero/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 09:00:43 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[All-Access XE]]></category>
		<category><![CDATA[DB Change Manager XE]]></category>
		<category><![CDATA[DB Optimizer XE]]></category>
		<category><![CDATA[DBArtisan XE]]></category>
		<category><![CDATA[Embarcedero]]></category>
		<category><![CDATA[Rapid SQL XE]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1095</guid>
		<description><![CDATA[Embarcedero  has started a new marketing site  (http://www.embarcadero-xe.com/) that features David I.

There is a paper based games that you can download as pdf from http://www.embarcadero-xe.com/fun/index.html

The other games includes the trivia and a underwater game that you can play and save David from fishes and sharks .The game was written using Adobe Flash...]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/david-i-underwater-challenge-and-embarcedero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Windows Phone 7 Jumstart Sessions &#8211; Training Videos now Available</title>
		<link>http://www.ginktage.com/2010/08/windows-phone-7-jumstart-sessions-training-videos-now-available/</link>
		<comments>http://www.ginktage.com/2010/08/windows-phone-7-jumstart-sessions-training-videos-now-available/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 13:42:34 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Andy Wigley]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Rob Miles]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1086</guid>
		<description><![CDATA[Microsoft has published the new training content led by the MVPs like Rob Miles , Andy Wigley that focusses on getting developers trained up on building great application for Windows Phone 7 .
Below are the sessions and the corresponding links for the material .
This includes 12 sessions with each session rannging about 50 minutes in length
Windows Phone 7 Jump Start (Session 1 of 12): Introduction
Windows Phone 7 Jump Start (Session 2 of 12): Building a Silverlight Application, Part 1
Windows Phone 7 Jump Start (Session 3 of 12): Building a Silverlight Application, Part 2
Windows Phone 7 Jump Start (Session 4 of 12): Building Games for the Windows Phone 7 Platform
.........]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/windows-phone-7-jumstart-sessions-training-videos-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Visual Studio 2010 is faster if the Windows Automation API 3.0 is installed</title>
		<link>http://www.ginktage.com/2010/08/visual-studio-2010-is-faster-if-the-windows-automation-api-3-0-is-installed/</link>
		<comments>http://www.ginktage.com/2010/08/visual-studio-2010-is-faster-if-the-windows-automation-api-3-0-is-installed/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 17:20:40 +0000</pubDate>
		<dc:creator>Senthil Kumar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Application]]></category>
		<category><![CDATA[David Berg]]></category>
		<category><![CDATA[Windows Automation API]]></category>
		<category><![CDATA[Windows Automation API 3.0]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.ginktage.com/?p=1078</guid>
		<description><![CDATA[Does your Visual Studio 2010 run slow ??? 

Here's David Berg , in his Developer Division Performance Engineering blog explains how to make your VisualStudio 2010 run faster on Windows XP machine by installing the new version of the Windows Automation API.

]]></description>
		<wfw:commentRss>http://www.ginktage.com/2010/08/visual-studio-2010-is-faster-if-the-windows-automation-api-3-0-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
