<?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>www.pritambaldota.com</title>
	<atom:link href="http://www.pritambaldota.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pritambaldota.com</link>
	<description>.Net Free Community</description>
	<lastBuildDate>Sat, 10 Oct 2009 11:04:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ActionScript for Designers Part 1- Basics of ActionScript</title>
		<link>http://www.pritambaldota.com/index.php/actionscript-for-designers-part-1-basics-of-actionscript/</link>
		<comments>http://www.pritambaldota.com/index.php/actionscript-for-designers-part-1-basics-of-actionscript/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 09:36:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.pritambaldota.com/?p=23</guid>
		<description><![CDATA[Hi Guys,
Generally Flash comes with two meanings &#8211; 1) Flash for Designer &#38; 2) Flash for Developers (ActionScript). Designer always threaten about ActionScripting. It is not that complicated at basic level where Designer can levarage the benefits of ActionScripting to their Creative Work without having Programming knowledge.
If you already know the Flash, using tools and creating [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/actionscript-for-designers-part-1-basics-of-actionscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generate Page URL Name for CMS, Blogs Application</title>
		<link>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/</link>
		<comments>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 07:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/Generate-Page-URL-Name-for-CMS-Blogs-Application.aspx</guid>
		<description><![CDATA[Hi All,

To give the Name to the Page can be handeled by many ways like

Using GUID (Issue- Cant identify exactly while browsing through pages)
Using Session (Issue-Same as above)
Using Page Title provided in Text Field (We will see this)
We are going to implement the scenario 3. We will first see what are our constraints for page [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Database Design Tips &amp; Tricks &#8211; Part 1</title>
		<link>http://www.pritambaldota.com/index.php/database-design-tips-tricks-part-1/</link>
		<comments>http://www.pritambaldota.com/index.php/database-design-tips-tricks-part-1/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:47:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[asp.net database performance]]></category>
		<category><![CDATA[database tunning]]></category>
		<category><![CDATA[improve performance of database queries in asp.net]]></category>
		<category><![CDATA[sql server tunning]]></category>

		<guid isPermaLink="false">http://www.pritambaldota.com/?p=13</guid>
		<description><![CDATA[Database design is most crucial part in application development. Database can be anything SQL Server, MySQL, Oracle, etc. I will consider SQL SERVER as a part of discussion.
Tunning the database depends upon various factors like whether one datatype is better depends on the context of it&#8217;s usage. Following are most common datatypes used in database.
Numbers [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/database-design-tips-tricks-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GridView in ASP.Net</title>
		<link>http://www.pritambaldota.com/index.php/gridview-in-asp-net/</link>
		<comments>http://www.pritambaldota.com/index.php/gridview-in-asp-net/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/GridView-in-ASPNet.aspx</guid>
		<description><![CDATA[
GridView plays very important component in ASP.Net Application. It covers most of the basic reports for which you do not need any reporting component like Crystal Report, Report Viewer etc.

Major concern with any data entry form is Add, Edit, Delete and View.

Assumptions-
We are using SQL Server Express editions as Database.

Table Name- Employees

Fields- EmpId, EmpName, Designation


Take [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/gridview-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ASP.Net Server Variables</title>
		<link>http://www.pritambaldota.com/index.php/asp-net-server-variables/</link>
		<comments>http://www.pritambaldota.com/index.php/asp-net-server-variables/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/ASPNet-Server-Variables.aspx</guid>
		<description><![CDATA[Below is the detailed table for showing the ServerVariables Collection information.



Variable Name
Description


ALL_HTTP
HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:*/* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:sv HTTP_HOST:localhost:1229 HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1) 


ALL_RAW
Connection: Keep-Alive Accept: */* Accept-Encoding: gzip, deflate Accept-Language: sv Host: localhost:1229 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/asp-net-server-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing Objects into Permanant DataStore in ASP.Net</title>
		<link>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/</link>
		<comments>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/Storing-Objects-into-Permanant-DataStore-in-ASPNet.aspx</guid>
		<description><![CDATA[Hi All,

I was facing a problem towards sharing a data between Flash and .Net. The easiest way i found is XML Seralization because Remoting is much heavy and it requires remoting implementation. Even now I can store the Calss objects permanantely. This can be used in concept of Hibernate (Some what at very basic level).


I [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
