<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Udooz!</title>
	<link>http://udooz.net/blog</link>
	<description>ALL ABOUT TECHNOLOGY AS I AM LEARNING WHILE DESIGNING AND DEVELOPING</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:53:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>.NET DLR: Will die?</title>
		<description><![CDATA[Though my main stream is on C#, I personally like Ruby.  I was quite surprised that Microsoft started focusing on non-C family languages, those are actually coming from *nix world.  Couple of years back when Microsoft released the notes about Dynamic Language Runtime which is something like Java implementation languages like JRuby, Scala.  DLR has been scoped to [...]]]></description>
		<link>http://udooz.net/blog/2010/08/net-dlr-will-die/</link>
			</item>
	<item>
		<title>Which Mobile Platform&#8230;as a developer?</title>
		<description><![CDATA[This is the million dollar question in the developer world.  Definitely mobile is the next big focus which will replace our laptop/desktop sooner.  So, only servers and gadgets will be there in future.
But as a developer, which one is best&#8230;.better&#8230;.or right platform to learn and develop.  If you think, Android or Apple iOS4&#8230;you may be wrong, [...]]]></description>
		<link>http://udooz.net/blog/2010/07/which-mobile-platform-as-a-developer/</link>
			</item>
	<item>
		<title>Ubuntu&#8217;s Lucid: More Humanity</title>
		<description><![CDATA[As a fan of Ubuntu for last three years, awaiting its version 10.4, for its LTS (long term support) mode which in turn gives surprising features makes me more humanize:
Social integrated within the system using Gwibber so that we can enjoy twitter, face book natively.
Booting is boosted with some major tweaks for example HAL has [...]]]></description>
		<link>http://udooz.net/blog/2010/05/ubuntus-lucid-more-humanity/</link>
			</item>
	<item>
		<title>Beware of SCA if you are in WCF</title>
		<description><![CDATA[Today, a technology newsletter carried with an article about SCA (Service Component Architecture) which is outshone at IBM campus along with BEA.  Is it a another SOA specification?  Is it a SOA framework? or, alternate to SOA?  Michael Rowley who is the author/architect/inventor of this said that it depends.  Confused.  Yes, it has been mentioned that SOA [...]]]></description>
		<link>http://udooz.net/blog/2010/03/beware-of-sca-if-you-are-wcf/</link>
			</item>
	<item>
		<title>IIS 7.0 and WAS : A Primer</title>
		<description><![CDATA[Continue to my previous introductory post about AppFabric, it is very fundamental to know the architecture IIS 7.0 and WAS.  So, this post.

In the above diagram, you can see two regions in Windows. The kernal mode and user mode, and you know that processes in the kernal mode touches the CPU and other hardwares without any [...]]]></description>
		<link>http://udooz.net/blog/2010/03/iis-7-0-and-was-a-primer/</link>
			</item>
	<item>
		<title>Windows Server AppFabric &#8211; 10K ft View</title>
		<description><![CDATA[After a quite while, I&#8217;d a chance to start looking into Windows Server AppFabric.  This is one my long pending middler tier component from Windows/.NET combo.
What is AppFabric?
A set of components provide service hosting, in-memory caching, stateful services persistence and management services, management consoles and API to access these services.  The following figure shows the major responsibilities of AppFabric components.

Hosting [...]]]></description>
		<link>http://udooz.net/blog/2010/03/appfabric-overview/</link>
			</item>
	<item>
		<title>C# 4.0 Crash Course: Optional and Named Parameter</title>
		<description><![CDATA[Parameters with default value. Hence, explicit values not specified in the calling place, default value has been taken.

static void Power(int v, int p = 2)
{
 Console.WriteLine(&#34;{0} Power of {1} = {2}&#34;, v, p, Math.Pow(v, p));
}

p is the optional parameter here. By default Power does calculate square of v, if p value provided explicitly, does calculate [...]]]></description>
		<link>http://udooz.net/blog/2010/02/c-4-0-crash-course-optional-and-named-parameter/</link>
			</item>
	<item>
		<title>.NET Caching Solutions &#8211; A Pre-Velocity Review</title>
		<description><![CDATA[Caching is one of the vital aspect for enterprise applications.  ASP.NET Cache is not enough and even not suitable for service layer which is now more predominantly occupied by WCF. A robustic and scalable memory caching solution is required to cache different types of data.  I&#8217;m the beliver of &#8220;RAM is disk&#8221; for service layer.  [...]]]></description>
		<link>http://udooz.net/blog/2010/01/net-caching-solutions-review/</link>
			</item>
	<item>
		<title>Google GO &#8211; NOT Love @ First Sight</title>
		<description><![CDATA[Finally, Google makes its contribution apart from &#8220;www&#8221; after its yet another linux distro Google Chrome OS.  This time in language space.  Its name is &#8220;Go&#8221;.
Its released for Linux and Mac only.  After downloading the source from https://go.googlecode.com/hg, building the packages and set some environment variables (guide @ http://golang.org/doc/install.html), tried a small sample which greets [...]]]></description>
		<link>http://udooz.net/blog/2009/11/google-go-not-love-first-sight/</link>
			</item>
	<item>
		<title>.NET 4.0 Work Stealing Queue, Parallel and PLINQ</title>
		<description><![CDATA[In my previous post, we have seen basis of Task Parallel Library, where I have mentioned new task scheduler in .NET 4.0 thread pool.  In this post I brief about it along with &#8220;Task&#8221; class.   Before this, let us see how to make LINQ as parallel using PLINQ.
PLINQ
PLINQ has implementation of  all LINQ to Objects extension methods in System.Linq.ParallelEnumerable [...]]]></description>
		<link>http://udooz.net/blog/2009/08/net-4-0-work-stealing-queue-plinq/</link>
			</item>
</channel>
</rss>
