<?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>Mahdi Taghizadeh &#187; ASP.NET MVC</title>
	<atom:link href="http://mahdi.mp/category/asp-net-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahdi.mp</link>
	<description>I&#039;m who I&#039;m!</description>
	<lastBuildDate>Sun, 13 May 2012 05:09:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to use Google Data API in ASP.NET MVC. Part 2 &#8211; YouTube</title>
		<link>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-2-youtube/</link>
		<comments>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-2-youtube/#comments</comments>
		<pubDate>Tue, 25 May 2010 17:31:51 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[aspnetmvc]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[googe]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://mahdi.mp/?p=104</guid>
		<description><![CDATA[TweetPreviously on this series, I had talked about  How to use Google Data API in ASP.NET MVC to interact with Google Analytics. In this second part I'm going to show you how to store and retrieve videos on/from YouTube using Google Data API and YouTube API. YouTube is the largest and most popular video sharing [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-2-youtube/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to use Google Data API in ASP.NET MVC. Part 1 &#8211; Google Analytics</title>
		<link>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-1-google-analytics/</link>
		<comments>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-1-google-analytics/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 11:40:41 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[aspnet]]></category>
		<category><![CDATA[aspnetmvc]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://mahdi.mp/?p=97</guid>
		<description><![CDATA[TweetIt's really amazing that Google let developers access and use its services data via GData easily. It's really easy to interact with services like Calendar, Analytics, Google Reader, Blogger, YouTube, etc. using GData. There are also several libraries for languages and technologies to include and use in your project. Recently I needed to use Google API [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/how-to-use-google-data-api-in-asp-net-mvc-part-1-google-analytics/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Build pretty clean URL for your dynamic pages using JavaScript</title>
		<link>http://mahdi.mp/build-pretty-clean-url-for-your-dynamic-pages-using-javascript/</link>
		<comments>http://mahdi.mp/build-pretty-clean-url-for-your-dynamic-pages-using-javascript/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:35:06 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://sharplife.net/2009/10/14/BuildPrettyCleanURLForYourDynamicPagesUsingJavaScript.aspx</guid>
		<description><![CDATA[TweetOnce again I want to talk about URLs and who doesn’t know that I’m a big fan of friendly, clean and pretty URLs in my applications! When you write an application (for example a blog engine) you have multiple choices to create unique URL for a single post; you can include an integer ID (myblog.com/458) [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/build-pretty-clean-url-for-your-dynamic-pages-using-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to handle non-English characters in ASP.NET MVC routes</title>
		<link>http://mahdi.mp/how-to-handle-non-english-characters-in-asp-net-mvc-routes/</link>
		<comments>http://mahdi.mp/how-to-handle-non-english-characters-in-asp-net-mvc-routes/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:01:15 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sharplife.net/2009/04/29/HowToHandleNonEnglishCharactersInASPNETMVCRoutes.aspx</guid>
		<description><![CDATA[TweetOne of the most amazing features of ASP.NET MVC is its powerful routing engine that let you define clear URLs for your web application. Today I want to share a very simple and short tip with you to handle non-English URLs in your ActionLink methods. Let’s start with an example; in a blog engine we [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/how-to-handle-non-english-characters-in-asp-net-mvc-routes/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Free eBooks</title>
		<link>http://mahdi.mp/asp-net-mvc-free-ebooks/</link>
		<comments>http://mahdi.mp/asp-net-mvc-free-ebooks/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 06:43:45 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://sharplife.net/2009/04/20/ASPNETMVCFreeEBooks.aspx</guid>
		<description><![CDATA[TweetIt's about one month that ScottGu and his team have released ASP.NET MVC 1.0 but still there aren’t numerous books on this topic available in the market. As I know by far, these titles are available to purchase: ASP.NET MVC Framework Preview and ASP.NET MVC 1.0 Quickly. I know there are many articles and blog [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/asp-net-mvc-free-ebooks/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>How to choose between ASP.NET MVC and Web Forms</title>
		<link>http://mahdi.mp/how-to-choose-between-asp-net-mvc-and-web-forms/</link>
		<comments>http://mahdi.mp/how-to-choose-between-asp-net-mvc-and-web-forms/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 18:51:55 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://sharplife.net/2009/04/13/HowToChooseBetweenASPNETMVCAndWebForms.aspx</guid>
		<description><![CDATA[Tweet A few days ago I had a chance to see a tweet from Wrox inviting users to participate in a private review access to ASP.NET MVC 1.0 Website Programming: Problem - Design – Solution and fortunately I was among those 10 lucky guys who&#160; gained access to the first eight chapters of the book [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/how-to-choose-between-asp-net-mvc-and-web-forms/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Useful HtmlHelpers for ASP.NET MVC</title>
		<link>http://mahdi.mp/useful-htmlhelpers-for-asp-net-mvc/</link>
		<comments>http://mahdi.mp/useful-htmlhelpers-for-asp-net-mvc/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 18:20:11 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sharplife.net/2008/11/14/UsefulHtmlHelpersForASPNETMVC.aspx</guid>
		<description><![CDATA[TweetThanks to ASP.NET MVC and C# Extension Methods, many developers in the community have been creating very useful HtmlHelper extensions and some of them are sharing their works. Today I find this nice one for Gravatar (via Simone’s tweet) and after reading that post this thought came to my mind to gather such Helpers somewhere [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/useful-htmlhelpers-for-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Non English Words in URL</title>
		<link>http://mahdi.mp/non-english-words-in-url/</link>
		<comments>http://mahdi.mp/non-english-words-in-url/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:33:03 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://sharplife.net/2008/10/30/NonEnglishWordsInURL.aspx</guid>
		<description><![CDATA[TweetAfter releasing ASP.NET MVC previews, URLs have found more important role in web applications. If many developers used to show URLs like /products/showproducts.aspx?pid=14 or /products/14.aspx or even products/14/ in past, now MVC lovers are going to use more friendly URLs like /products/notebook/sony/fz-490; that’s much better. But what if your main language is not English?! For [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/non-english-words-in-url/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Tutorial in PDF format</title>
		<link>http://mahdi.mp/asp-net-mvc-tutorial-in-pdf-format/</link>
		<comments>http://mahdi.mp/asp-net-mvc-tutorial-in-pdf-format/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 14:14:34 +0000</pubDate>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
				<category><![CDATA[.NET General]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sharplife.net/2008/08/24/ASPNETMVCTutorialInPDFFormat.aspx</guid>
		<description><![CDATA[TweetWe are getting closer to official release of Microsoft ASP.NET MVC. There are couple of tutorials and videos to get started with this new approach to enterprise web applications development. I found an eight part series of tutorial (in both C# and VB) on ASP.NET Website; good news is that all of these tutorial parts [...]]]></description>
		<wfw:commentRss>http://mahdi.mp/asp-net-mvc-tutorial-in-pdf-format/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

