<?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>Techskills</title>
	<atom:link href="http://www.techskills.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techskills.in</link>
	<description>All about technology solutions.</description>
	<lastBuildDate>Wed, 07 Jan 2009 19:11:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Core Java</title>
		<link>http://www.techskills.in/interview/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.techskills.in/interview/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 18:36:40 +0000</pubDate>
		<dc:creator>Geet</dc:creator>
				<category><![CDATA[Core Java]]></category>
		<category><![CDATA[Interview]]></category>

		<guid isPermaLink="false">http://www.techskills.in/?p=12</guid>
		<description><![CDATA[Q: What is the difference between an Interface and an Abstract class? A An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but cannot implement default behavior and all methods are implicitly abstract. An interface has all public members and no implementation. An [...]]]></description>
		<wfw:commentRss>http://www.techskills.in/interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Data from a ASP.NET datagrid to Microsoft Excel</title>
		<link>http://www.techskills.in/export-data-from-a-aspnet-datagrid-to-microsoft-excel/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.techskills.in/export-data-from-a-aspnet-datagrid-to-microsoft-excel/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 08:43:33 +0000</pubDate>
		<dc:creator>shalivan</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.techskills.in/?p=10</guid>
		<description><![CDATA[Following Code will help you to export a datagrid control contents to MS excel Spreadsheet Response.Buffer = true;Response.ContentType = &#34;application/vnd.ms-excel&#34;;Response.Charset = &#34;&#34;;this.EnableViewState = false;System.IO.StringWriter oStringWriter = new System.IO.StringWriter&#40;&#41;;System.Web.UI.HtmlTextWriter oHtmlTextWriter = new System.Web.UI.HtmlTextWriter&#40;oStringWriter&#41;; this.ClearControls&#40;DivDetails&#41;;DataGrid1.ForeColor = System.Drawing.Color.Black;DataGrid1.RenderControl&#40;oHtmlTextWriter&#41;;Response.Write&#40;oStringWriter.ToString&#40;&#41;&#41;;Response.End&#40;&#41;;]]></description>
		<wfw:commentRss>http://www.techskills.in/export-data-from-a-aspnet-datagrid-to-microsoft-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Communication Foundation- Part I</title>
		<link>http://www.techskills.in/windows-communication-foundation-part-i/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.techskills.in/windows-communication-foundation-part-i/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 15:10:50 +0000</pubDate>
		<dc:creator>veeru</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.techskills.in/?p=4</guid>
		<description><![CDATA[Introduction Application designers and developers have been attempting to deliver loosely coupled services using technologies like ASMX, .NET Enterprise Services, MSMQ, and .NET Remoting for roughly the past five years. These experiences have proven to be very challenging, and there have been limitations found in each of the .NET programming techniques. The result has been [...]]]></description>
		<wfw:commentRss>http://www.techskills.in/windows-communication-foundation-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IBM Adds .NET Interface To Java Server</title>
		<link>http://www.techskills.in/ibm-adds-net-interface-to-java-server/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.techskills.in/ibm-adds-net-interface-to-java-server/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 12:04:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.techskills.in/?p=3</guid>
		<description><![CDATA[The .NET and Java worlds have long had a gulf between them that's been difficult to bridge. Mainsoft has partnered with IBM to help shrink that divide a little by offering Mainsoft's bridging software with IBM's enterprise Java server. Under the terms of the agreement, IBM will sell Mainsoft's.NET Extensions for WebSphere Portal, which consists [...]]]></description>
		<wfw:commentRss>http://www.techskills.in/ibm-adds-net-interface-to-java-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sockets with PHP</title>
		<link>http://www.techskills.in/hello-world/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.techskills.in/hello-world/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 10:56:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A socket is a plug or a way to connect to another computer. This computer might be in your office or across the world (IT’s newtwork programming). With the help of “IP” Address we reach to any computer in the world. hope so… there is no firewalls. “PORTS” allows around 65,000+ different applications to be [...]]]></description>
		<wfw:commentRss>http://www.techskills.in/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
