<?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>Chalaki</title>
	<atom:link href="http://chalaki.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chalaki.com</link>
	<description>ASP.NET blog, Online Training in ASP.NET, SQL Server, SEO, SEM</description>
	<lastBuildDate>Tue, 21 Feb 2012 07:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to program MSAGL (GLEE) to create hierarchical graph layouts</title>
		<link>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/</link>
		<comments>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 12:28:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Charting]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[GLEE]]></category>
		<category><![CDATA[Graph Layout]]></category>
		<category><![CDATA[MSAGL]]></category>
		<category><![CDATA[Visual C# Express 2010]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=519</guid>
		<description><![CDATA[MSAGL (Microsoft Automatic Graph Layout) is a .NET library and tools created by Microsoft Research for creating hierarchical graphs, viewing them and saving them to bitmaps. MSAGL is built on the principle of the Sugiyama scheme. MSAGL can be used to create layered or hierarchical graph layouts. These layered graphs can be used to represent [...]]]></description>
		<wfw:commentRss>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Easy steps to learn ASP.NET Routing, map URLs to aspx and pass variables</title>
		<link>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/</link>
		<comments>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 13:29:16 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Routes]]></category>
		<category><![CDATA[RouteTable]]></category>
		<category><![CDATA[URL Mapping]]></category>
		<category><![CDATA[Visual Studio 2010 SP1]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=473</guid>
		<description><![CDATA[It is becoming extremely important now a days to use simple URLs  without showing the .aspx extention and also hiding the Query String parameters such as page.aspx?name1=value1&#38;name2=value2. SEO experts swear that simple canonical urls such as mysite.com/CountryName/CityName/CompanyName/ are much better in terms of search engine friendliness than mysite.com/getlisting.aspx?Country=CountryName&#38;amp;City=CityName&#38;ampCompany=CompanyName We can clearly see that the former URL is much better even for [...]]]></description>
		<wfw:commentRss>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 Simple steps to learn SqlCeDataAdapater, SqlCeDataSet to modify data in SQL Server CE tables</title>
		<link>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/</link>
		<comments>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:45:21 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=224</guid>
		<description><![CDATA[You already know, from my previous blog  Using ADO.NET SqlCeCommand and SqlCeDataReader to select data from SQL Server Compact how to SELECT data for ReadOnly using SqlCeDataReader Object. You can&#8217;t update the data using SqlCeDataReader object.  Instead you will need to use SqlCeDataAdapter and SqlCeDataSet objects if you have to make any changes and save the data [...]]]></description>
		<wfw:commentRss>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to select data from SQL Server Compact CE using ADO.NET SqlCeCommand and SqlCeDataReader Objects</title>
		<link>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/</link>
		<comments>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 11:52:18 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=204</guid>
		<description><![CDATA[In this post, I will show you how to use some of the classes in System.Data.SqlServerCe Namespace to access a SQL Server CE database from a ASP.NET 4.0 web forms application. The DLL that contains System.Data.SqlServerCe Namespace and all classes in that namespace is System.Data.SqlServerCe.dll. The System.Data.SqlServerCe namespace is the managed data provider for SQLServer CE. This namespace is a collection [...]]]></description>
		<wfw:commentRss>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Easy steps to use SQL Server Compact (CE) in Visual Studio 2010 Express SP1</title>
		<link>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/</link>
		<comments>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 07:15:43 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[Visual Studio 2010 SP1]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=177</guid>
		<description><![CDATA[SQL Server Compact Edition is an embedded database that enables all functionality of SQL Server yet it is a simple and single file based. That means you don&#8217;t have to install the SQL Server. Simply copy the database file with .sdf extension and easily distribute it where ever you want to. Very useful in development environments [...]]]></description>
		<wfw:commentRss>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top 8 new features in Visual Studio 2010 Service Pack 1 for the ASP.NET developers</title>
		<link>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/</link>
		<comments>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 10:10:41 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[Visual Studio 2010 SP1]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IIS Express 7.5]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[Web Platform Installer]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=277</guid>
		<description><![CDATA[Microsoft today released the latest version of its Visual Studio, Visual Studio Express and Visual Web Developer products. Its called Visual Studio 2010 Service Pack 1 (SP1). We at Chalaki have evaluated this product and very happy with the new enhancements. I am listing all the new features available for a web developer in this [...]]]></description>
		<wfw:commentRss>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Easy steps to create and consume .ACX web user controls in ASP.NET 4.0, Visual Studio 2010 SP1</title>
		<link>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/</link>
		<comments>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:36:41 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[User Controls]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ascx]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Reusable]]></category>
		<category><![CDATA[User Control]]></category>
		<category><![CDATA[ViewState]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=242</guid>
		<description><![CDATA[What are ASP.NET Web User Controls? Web User Controls are re-usable controls that you can create and use across multiple ASPX pages. When you need functionality in a control that is not provided by the built-in ASP.NET Web server controls such as &#60;asp:TextArea&#62;, you can create your own controls. User controls are containers into which you can [...]]]></description>
		<wfw:commentRss>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Easy steps to install IIS 5.1 on Windows XP Professional SP3 and setup/run my CGI Program</title>
		<link>http://chalaki.com/install-iis6-windows-xp-professional-sp3-setup-run-csharp-cgi/425/</link>
		<comments>http://chalaki.com/install-iis6-windows-xp-professional-sp3-setup-run-csharp-cgi/425/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 06:12:06 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Virtual Directory]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=425</guid>
		<description><![CDATA[IIS is the web server on the windows platform, similar to UNIX&#8217;s Apache server. Windows XP Professional SP3 has built in support for Internet Information Services or IIS. The built in version of IIS is 5.1.  When you install windows XP, IIS is not automatically installed and enabled. You need to go to Control Panel to [...]]]></description>
		<wfw:commentRss>http://chalaki.com/install-iis6-windows-xp-professional-sp3-setup-run-csharp-cgi/425/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to maintain HTTP session state with cookies in C# CGI program in Visual C# 2010 Express and IIS</title>
		<link>http://chalaki.com/maintain-http-session-state-set-get-cookies-csharp-cgi-vs2010-express-iis/364/</link>
		<comments>http://chalaki.com/maintain-http-session-state-set-get-cookies-csharp-cgi-vs2010-express-iis/364/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 10:46:05 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[Web Development Fundamentals]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP Headers]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Visual C# Express 2010]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=364</guid>
		<description><![CDATA[In my previous post 8 steps to develop, setup and call c# cgi programs in IIS 7, we learned how to create a CGI program in C#, install it as a website and call it using GET and POST. In this article, I am going to modify that C# program to include code to read and [...]]]></description>
		<wfw:commentRss>http://chalaki.com/maintain-http-session-state-set-get-cookies-csharp-cgi-vs2010-express-iis/364/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Quick steps to develop and setup C# CGI program in IIS 7</title>
		<link>http://chalaki.com/8-steps-program-install-setup-call-csharp-cgi-programs-in-iis-7/321/</link>
		<comments>http://chalaki.com/8-steps-program-install-setup-call-csharp-cgi-programs-in-iis-7/321/#comments</comments>
		<pubDate>Thu, 20 May 2010 15:31:49 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development Fundamentals]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[Visual Studio 2010 SP1]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=321</guid>
		<description><![CDATA[CGI or common Gateway Interface is the protocol used by classic web forms to exchange data between the user and the web server. CGI uses HTTP protocol, which is a simple text exchange protocol on top of TCP/IP. In the HTTP protocol, environment variables of the OS and input from standard input devise such as [...]]]></description>
		<wfw:commentRss>http://chalaki.com/8-steps-program-install-setup-call-csharp-cgi-programs-in-iis-7/321/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

