<?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>Jinal Desai .NET</title>
	<atom:link href="http://jinaldesai.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jinaldesai.net</link>
	<description>My Thoughts And Learnings</description>
	<lastBuildDate>Wed, 27 Mar 2013 07:09:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>State Management in ASP.NET and ASP.NET MVC</title>
		<link>http://jinaldesai.net/state-management-in-asp-net-and-asp-net-mvc/</link>
		<comments>http://jinaldesai.net/state-management-in-asp-net-and-asp-net-mvc/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 17:23:17 +0000</pubDate>
		<dc:creator>Jinal Desai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[In Brief]]></category>

		<guid isPermaLink="false">http://jinaldesai.net/?p=732</guid>
		<description><![CDATA[As we all know HTML is stateless language. It cannot persist state, so every web development framework provides facility to maintain state in one way or another way. There are different techniques available for state management in ASP.NET and ASP.NET MVC. Following is summary of all such techniques for maintaining state. Client Based State Management(...)]]></description>
		<wfw:commentRss>http://jinaldesai.net/state-management-in-asp-net-and-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction of SOA and WCF</title>
		<link>http://jinaldesai.net/introduction-of-soa-and-wcf/</link>
		<comments>http://jinaldesai.net/introduction-of-soa-and-wcf/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 16:50:39 +0000</pubDate>
		<dc:creator>Jinal Desai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://jinaldesai.net/?p=726</guid>
		<description><![CDATA[The presentation contains overview of Service Oriented Architecture (SOA) and Microsoft&#8217;s Windows Communication Foundation (WCF). It covers basic things about SOA and WCF. What are the services? What is SOA? Why WCF? How WCF evolved? Such questions are nicely answered in the presentation. It also covers WCF Contracts. Hope you will enjoy it. Usually people(...)]]></description>
		<wfw:commentRss>http://jinaldesai.net/introduction-of-soa-and-wcf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications</title>
		<link>http://jinaldesai.net/exam-ref-70-486-developing-asp-net-mvc-4-web-applications/</link>
		<comments>http://jinaldesai.net/exam-ref-70-486-developing-asp-net-mvc-4-web-applications/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 17:42:27 +0000</pubDate>
		<dc:creator>Jinal Desai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Microsoft Certification]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://jinaldesai.net/?p=708</guid>
		<description><![CDATA[Microsoft Exam 70-486: Developing ASP.NET MVC 4 Web Applications intended to test candidate&#8217;s ability to design and develop ASP.NET MVC Web Application. It also coveres surrounding things like effective and user friendly User Interface design and development, develop and deploy multi-tier web applications, design and develop asynchronous solutions, come up with effective architectural solutions based(...)]]></description>
		<wfw:commentRss>http://jinaldesai.net/exam-ref-70-486-developing-asp-net-mvc-4-web-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam 70-480 Advanced Javascript</title>
		<link>http://jinaldesai.net/exam-70-480-advanced-javascript/</link>
		<comments>http://jinaldesai.net/exam-70-480-advanced-javascript/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 07:04:02 +0000</pubDate>
		<dc:creator>Jinal Desai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Microsoft Certification]]></category>

		<guid isPermaLink="false">http://jinaldesai.net/?p=703</guid>
		<description><![CDATA[The article is shortly describing some advanced HTML5 topics like Promises, Web Workers and Web Sockets. Rather than to re-writing from scratch about the details, I write the fundamentals about the topics and then give links for detail study. Promises Promise is a pattern implemented in Javascript which gives some advantages over Asynchronous Programming in(...)]]></description>
		<wfw:commentRss>http://jinaldesai.net/exam-70-480-advanced-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exam 70-480 Javascript</title>
		<link>http://jinaldesai.net/exam-70-480-javascript/</link>
		<comments>http://jinaldesai.net/exam-70-480-javascript/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 14:32:22 +0000</pubDate>
		<dc:creator>Jinal Desai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Microsoft Certification]]></category>

		<guid isPermaLink="false">http://jinaldesai.net/?p=699</guid>
		<description><![CDATA[The article is intended for Microsoft Certification Exam 70-480 aspirants. All the points covered in this article is described from exam 70-480 point of view only. Some advanced topics like Promises, Web Worker, Web Sockets will be covered in my next article. Variable Types string, number, boolean, array, objects, null, undefined Functions Callable Behaviors Implemented(...)]]></description>
		<wfw:commentRss>http://jinaldesai.net/exam-70-480-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
