<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Udooz!</title>
	<link>http://udooz.net/blog</link>
	<description>technologies.each { &#124;tech&#124; write_post(tech.facets) if tech.facets }</description>
	<lastBuildDate>Tue, 10 Jan 2012 19:28:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

<div style=" text-align: center;  margin: 8px; ">
				<script type="text/javascript">
				google_ad_client = "pub-1206499418090878";
				google_ad_width = 468;
				google_ad_height = 60;
				google_ad_format = "468x60_as";
				google_ad_type = "text_image";
				google_ad_channel = "9891546574";
				google_color_border = "#6699CC";
				google_color_bg = "#003366";
				google_color_link = "#FFFFFF";
				google_color_text = "#AECCEB";
				google_color_url = "#AECCEB";
				google_ui_features = "rc:10";
				</script>
				<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
			</div>	<item>
		<title>Partial View Auto Refresh in ASP.NET MVC3</title>
		<description><![CDATA[Problem A partial view in ASP.NET MVC3 needs to be refreshed on every particular interval. Let us take a typical ASP.NET MVC3 application. In the HomeController, there is a action called &#8220;Quote&#8221; which displays funny software quote for every new request like below: The partial view &#8220;_Quote.cshtml&#8221; has nothing other than the code below This [...]]]></description>
		<link>http://udooz.net/blog/2012/01/partial-view-auto-refresh-in-asp-net-mvc3/</link>
			</item>
	<item>
		<title>Unobtrusive JavaScript &#8211; Video Tutorial</title>
		<description><![CDATA[UdoozTube :: Hasha Tech Tutorial]]></description>
		<link>http://udooz.net/blog/2011/11/unobtrusive-javascript-video-tutorial/</link>
			</item>
	<item>
		<title>Collection Binding in ASP.NET MVC3 with AJAX</title>
		<description><![CDATA[There is a less-common scenario in web applications where we need to edit collection of objects and submit the whole back to the system. For example, let us take the below view model: The UI for this scenario is shown below: Leave the top and bottom &#8220;Lorem ipsum&#8221; text, these are just gap fillers.  The [...]]]></description>
		<link>http://udooz.net/blog/2011/10/collection-binding-in-asp-net-mvc3-with-ajax/</link>
			</item>
	<item>
		<title>Azure Table Storage, Domain Persistence and Concerns</title>
		<description><![CDATA[Always domain modeling is the vital part and nobody has second opinion about the importance of Domain-driven design.  This post is about anti-corruption layer between domain objects and data persistence in the Azure world. Whenever, I am started working on object-repository framework, this famous Einstein&#8217;s quote echoed in my mind In theory, theory and practical [...]]]></description>
		<link>http://udooz.net/blog/2011/09/azure-table-storage-domain-persistence-and-concerns/</link>
			</item>
	<item>
		<title>Windows 8 Developer Preview &#8211; A Quick View</title>
		<description><![CDATA[Lured with &#8220;MetroUI&#8221; and &#8220;ARM processor support&#8221;, I dont want to wait until next year for RTM release.  Downloaded 64-bit Developer Preview with Development Tools from http://snip.udooz.net/qNCs4G. Environment I believed that Windows Virtual PC could be the only choice to install Win8DevPrew.  However, it throws &#8220;This 64-bit application couldn&#8217;t load because your PC doesn&#8217;t have [...]]]></description>
		<link>http://udooz.net/blog/2011/09/windows-8-developer-preview-a-quick-view/</link>
			</item>
	<item>
		<title>Your Azure Web Role and Full IIS &#8211; Culture Changes</title>
		<description><![CDATA[On Azure SDK v1.3 onwards, your web role can enjoy the benefits full IIS capabilities.  It means that your application has now fully controlled by IIS 7.x.  Prior to v1.3, your web role was hosted on &#8220;Hosted Web Core&#8221; (HWC &#8211; hmmm, another acronym), a feature introduced in IIS 7.0.  HWC can be seen as [...]]]></description>
		<link>http://udooz.net/blog/2011/08/azure-full-iis/</link>
			</item>
	<item>
		<title>WCAT &#8211; Simple Performance Test Tool for your .NET web app</title>
		<description><![CDATA[WCAT (Web Capacity Analysis Tool) is a tiny but excellent tool from Microsoft to perform load test your web application on IIS.  This tool enables you to do performance analysis on various scenarios of your web application.  All &#8220;perfmon&#8221; performance counters (like processor time, private bytes usage,  disk queue length,  total bytes sent or received [...]]]></description>
		<link>http://udooz.net/blog/2011/08/wcat-performance-test-iis/</link>
			</item>
	<item>
		<title>ILSpy: alternate to Reflector</title>
		<description><![CDATA[RedGate recently announced that sooner it will make some money from Reflector. Developers from Mono space invented ILSpy alternate to this. Though it is early stage, will be a better alternate. URL: http://wiki.sharpdevelop.net/ilspy.ashx]]></description>
		<link>http://udooz.net/blog/2011/02/ilspy-alternate-to-reflector/</link>
			</item>
	<item>
		<title>Facebook App by Rails using Koala</title>
		<description><![CDATA[To get to know much about developing Facebook applications using a server side, I have chosen with Koala for Rails.  For .NET, Facebook C# SDK is being well supported by Microsoft also (http://facebooksdk.codeplex.com/).  In this post, I explain how to use Koala in your Rails applications.  As any Facebook app, the prerequisite  are: Facebook account [...]]]></description>
		<link>http://udooz.net/blog/2011/02/facebook-app-using-rails-koala/</link>
			</item>
	<item>
		<title>WCF Claims, STS and Federation – Layman’s View &#8211; 2</title>
		<description><![CDATA[In the previous post, we have seen the service configuration of WCF federation.  In this post, let us see the STS configuration.  In the STS&#8217;s configuration file, it is mentioned in &#60;message&#62; element.  The STS service contract is declared in Udooz.ISecurityTokenService and implementation is resided in Udooz.SecurityTokenService.      The message security mode is specified [...]]]></description>
		<link>http://udooz.net/blog/2010/12/wcf-sts-federation-claims-2/</link>
			</item>
</channel>
</rss>

