<?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>Debug And Fix You</title>
	<atom:link href="http://www.pallathu.com/blog/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pallathu.com/blog/wordpress</link>
	<description>Pallathu blog</description>
	<lastBuildDate>Wed, 25 Aug 2010 11:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Asp.net MVC 3 &amp; Membership Provider</title>
		<link>http://www.pallathu.com/blog/wordpress/?p=404</link>
		<comments>http://www.pallathu.com/blog/wordpress/?p=404#comments</comments>
		<pubDate>Wed, 25 Aug 2010 11:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.pallathu.com/blog/wordpress/?p=404</guid>
		<description><![CDATA[It&#8217;s easy to have the mvc membership provider working with mvc3.

Install VS 2010 express.
Install MVC3.
Create a MVC3 website.
Publish the site to the hosting company&#8217;s server via ftp.
Install the membership provider from http://mvcmembership.codeplex.com/
Copy the necessary assemblies from the sample website to your website. The primary dll is mvcmembership.dll
Run the aspnet_regsql.exe and point the destination to your [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to have the mvc membership provider working with mvc3.</p>
<ol>
<li>Install VS 2010 express.</li>
<li>Install MVC3.</li>
<li>Create a MVC3 website.</li>
<li>Publish the site to the hosting company&#8217;s server via ftp.</li>
<li>Install the membership provider from <a href="http://mvcmembership.codeplex.com/">http://mvcmembership.codeplex.com/</a></li>
<li>Copy the necessary assemblies from the sample website to your website. The primary dll is mvcmembership.dll</li>
<li>Run the aspnet_regsql.exe and point the destination to your sql database.</li>
<li>Change the membership provider connection string to point to the sql database.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pallathu.com/blog/wordpress/?feed=rss2&amp;p=404</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Questions</title>
		<link>http://www.pallathu.com/blog/wordpress/?p=399</link>
		<comments>http://www.pallathu.com/blog/wordpress/?p=399#comments</comments>
		<pubDate>Fri, 20 Aug 2010 11:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.pallathu.com/blog/wordpress/?p=399</guid>
		<description><![CDATA[
What are the Refactoring tools?
How to transfer an image from one web service to another web service?
Is there a partial method?
How to port digital keys from one system to another?
What are the patterns promote loose coupling?
What are the differences between basichttpbinding and wshttpbinding?
What are the differences between the list view in asp.net 2.0 and 3.5?
What [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>What are the Refactoring tools?</li>
<li>How to transfer an image from one web service to another web service?</li>
<li>Is there a partial method?</li>
<li>How to port digital keys from one system to another?</li>
<li>What are the patterns promote loose coupling?</li>
<li>What are the differences between basichttpbinding and wshttpbinding?</li>
<li>What are the differences between the list view in asp.net 2.0 and 3.5?</li>
<li>What are the new features in .net 3.5?</li>
<li>Why factory pattern is a hindrance to soa?</li>
<li>What is a framework? What are the things to consider when a framework is developed?</li>
<li>Can a temporary table have a primary key?</li>
<li>Can a temporary table be indexed?</li>
<li>When a table is created</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pallathu.com/blog/wordpress/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publishing MVC 3 sites with Visual Studio 2010</title>
		<link>http://www.pallathu.com/blog/wordpress/?p=400</link>
		<comments>http://www.pallathu.com/blog/wordpress/?p=400#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:41:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[mvc 3 2010 visual studio express]]></category>

		<guid isPermaLink="false">http://www.pallathu.com/blog/wordpress/?p=400</guid>
		<description><![CDATA[The other day I have got into problem with publishing an asp.net mvc3 site to a shared hosting provider. The server is Microsoft 2008, but it did not have Front Page installed &#8211; any version of Visual Studio 2010 needs to have the Front Page to do the publishing. Here is how to publish a site [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I have got into problem with publishing an asp.net mvc3 site to a shared hosting provider. The server is Microsoft 2008, but it did not have Front Page installed &#8211; any version of Visual Studio 2010 needs to have the Front Page to do the publishing. Here is how to publish a site in a situation like this:</p>
<ol>
<li>Use the FTP option and create a blank asp.net application on the server. This does not require Frontpage.</li>
<li>Now, turn to the project on the local box. Build the project locally on the box.</li>
<li>Publish the site to a different directory locally.</li>
<li>Copy the whole site &#8211; directories, files &#8211; to the server.</li>
<li>Copy the System.web.mvc.dll to the bin folder. Please make sure the mvc dll is a mvc3 version.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pallathu.com/blog/wordpress/?feed=rss2&amp;p=400</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Performance improvement</title>
		<link>http://www.pallathu.com/blog/wordpress/?p=397</link>
		<comments>http://www.pallathu.com/blog/wordpress/?p=397#comments</comments>
		<pubDate>Tue, 04 May 2010 04:43:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.pallathu.com/blog/wordpress/?p=397</guid>
		<description><![CDATA[
Make sure there are indexes available.
Not too much denormalization. The joins cause performance problems.
Are triggers causing an insert operation?
Select only the columns needed.

]]></description>
			<content:encoded><![CDATA[<ol>
<li>Make sure there are indexes available.</li>
<li>Not too much denormalization. The joins cause performance problems.</li>
<li>Are triggers causing an insert operation?</li>
<li>Select only the columns needed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pallathu.com/blog/wordpress/?feed=rss2&amp;p=397</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dependency Injection</title>
		<link>http://www.pallathu.com/blog/wordpress/?p=382</link>
		<comments>http://www.pallathu.com/blog/wordpress/?p=382#comments</comments>
		<pubDate>Sun, 02 May 2010 09:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.pallathu.com/blog/wordpress/?p=382</guid>
		<description><![CDATA[The dependency injection is a hype in the unit tests world. Some hate it, some love it. The dependency injection is injecting the dependency in a system where the objects are disconnected with loose coupling and require dependency injection to make the system to work. For example, a data retrieval manager can have a data [...]]]></description>
			<content:encoded><![CDATA[<p>The dependency injection is a hype in the unit tests world. Some hate it, some love it. The dependency injection is injecting the dependency in a system where the objects are disconnected with loose coupling and require dependency injection to make the system to work. For example, a data retrieval manager can have a data connection object. Before the data retrieval is created, the connection object is created in it&#8217;s constructor. This dependency can be broken, and the connection object can be passed as a dependency. That&#8217;s what dependency inject is. Now both the connection and manager can be tested separately. There are few ways this injection can be done &#8211; constructor injection, setter injection. The third type of injection is through service locater. The service located is a container that creates the objects. This takes the responsibility out of the client to create the objects.</p>
<p>There are few things that are bad about DI. Too much decoupling is bad. The client has to create all the objects for a simple thing to work. The overhead of service locater using the reflector can&#8217;t give you an idea of how much time some methods to execute in reality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pallathu.com/blog/wordpress/?feed=rss2&amp;p=382</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
