<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mostafa&#039;s Weblog</title>
	<atom:link href="http://oraclawy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraclawy.wordpress.com</link>
	<description>My home</description>
	<lastBuildDate>Thu, 13 Oct 2011 12:53:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oraclawy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4cc71fb4d30f9664124b623cd52bfc20?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Mostafa&#039;s Weblog</title>
		<link>http://oraclawy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oraclawy.wordpress.com/osd.xml" title="Mostafa&#039;s Weblog" />
	<atom:link rel='hub' href='http://oraclawy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>C# Generics</title>
		<link>http://oraclawy.wordpress.com/2011/06/05/c-generics/</link>
		<comments>http://oraclawy.wordpress.com/2011/06/05/c-generics/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 00:38:41 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[C#. Net]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=136</guid>
		<description><![CDATA[Generics&#8230; With the language constructs you&#8217;ve learned so far, you can build powerful objects of many different types. You do this mostly by declaring classes that encapsulate the behavior you want and then creating instances of those classes. All the types used in the class declarations so far have been specific types—either programmer defined or supplied by the language or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=136&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Generics&#8230;</strong></p>
<ul>
<li>With the language constructs you&#8217;ve learned so far, you can build powerful objects of many different types. You do this mostly by declaring classes that encapsulate the behavior you want and then creating instances of those classes.</li>
<li>All the types used in the class declarations so far have been <strong>specific types</strong>—either programmer defined or supplied by the language or the <strong>BCL</strong>. There are times, however, when a class would be more useful if you could “distill” or “refactor” out its actions and apply them not just to the data types for which they are coded but for other types as well.</li>
<li> Generics allow you to do just that. You can refactor your code and add an additional layer of abstraction so that, for certain kinds of code, the data types are not hard-coded. This is particularly designed for cases in which there are multiple sections of code performing the same instructions, but on different data types.</li>
<li>So that i think it is time to learn more about generics &#8230;. the following artical will talk about generics and catch the headlines that will help you invest generics in your code .. leaving you with the  artical .. hoping to be helpful</li>
<li><a title="Download" href="http://www.box.net/shared/n4yqefdpm3">Download</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=136&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2011/06/05/c-generics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Multithreaded Application in C# 3.5</title>
		<link>http://oraclawy.wordpress.com/2010/08/01/building-multithreaded-application-in-c-3-5/</link>
		<comments>http://oraclawy.wordpress.com/2010/08/01/building-multithreaded-application-in-c-3-5/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:08:35 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[C#. Net]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=113</guid>
		<description><![CDATA[This Article Demonstrates how to use MultiThreading in c# programming , and the new updates in  .Net FrameWork 2.0 SDK, and Discuss many problems and illustrates how to solve it such as Concurrency, so lets see what this subject talks about Download References Visual CSharp® 2005 How to Program, 2nd Ed &#8211; [Prentice Hall] Pro-C# [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=113&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">This Article Demonstrates how to use MultiThrea<a href="http://oraclawy.files.wordpress.com/2010/08/untitled.jpg"><img class="alignright size-medium wp-image-119" title="untitled" src="http://oraclawy.files.wordpress.com/2010/08/untitled.jpg?w=221&#038;h=162" alt="" width="221" height="162" /></a>ding in c# programming , and the new updates in  .Net FrameWork 2.0 SDK, and Discuss many problems and illustrates how to solve it such as Concurrency, so lets see what this subject talks about</p>
<p><a href="http://www.box.net/shared/o5fmptqmx0" target="_self">Download</a></p>
<p>References</p>
<p>Visual CSharp® 2005 How to Program, 2nd Ed &#8211; [Prentice Hall]</p>
<p>Pro-C# 2008-and-the-NET-3.5-Platform 4th Edition Apress</p>
<p>For more information</p>
<p>http://en.wikipedia.org/wiki/Multithreading</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=113&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2010/08/01/building-multithreaded-application-in-c-3-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>

		<media:content url="http://oraclawy.files.wordpress.com/2010/08/untitled.jpg?w=300" medium="image">
			<media:title type="html">untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Facebook as LMS</title>
		<link>http://oraclawy.wordpress.com/2008/10/30/using-facebook-as-lms/</link>
		<comments>http://oraclawy.wordpress.com/2008/10/30/using-facebook-as-lms/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:51:53 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=33</guid>
		<description><![CDATA[&#8220;Facebook is the most convenient and respectable way to feel connected to friends, get updated on existing friends, find new people, build relationships and express identities.&#8221; Students, however, seem more interested in cashing out. &#8220;I want to build a really cool app and then sell it for some amount of money,&#8221; says Jennifer Gee, a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=33&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;Facebook is the most convenient and respectable way to feel connected to friends, get updated on existing friends, find new people, build relationships and express identities.&#8221;</p>
<p>Students, however, seem more interested in cashing out. &#8220;I want to build a really cool app and then sell it for some amount of money,&#8221; says Jennifer Gee, a 21-year-old computer science graduate student. Classmates nearby nod in agreement.</p>
<h1>What is Facebook?</h1>
<p>Facebook is a pretty simple application with fairly standard social network functionality.  At the core, Facebook allows you to:</p>
<ul>
<li>Create a profile</li>
<li>Link to your friends</li>
<li>See your friends updates and to update your friends</li>
<li>Create public or private groups</li>
<li>Join groups</li>
<li>Hold group conversations (threaded discussions)</li>
</ul>
<p>While there are a lot of other features, that&#8217;s about 90% of what people do. In fact, here&#8217;s a picture of what users do on Facebook (larger circles represent more activity):</p>
<p style="text-align:left;"><a href="http://oraclawy.files.wordpress.com/2008/10/untitled2.jpg"><img class="size-full wp-image-28 aligncenter" title="untitled2" src="http://oraclawy.files.wordpress.com/2008/10/untitled2.jpg?w=600" alt=""   /></a></p>
<p style="text-align:left;">When you look at the core functions of Facebook &#8211; it fits pretty well as the basis for a learning platform.  More on this below.</p>
<p style="text-align:left;">For the upcoming  <a title="Trends and Innovations" href="http://elearningtech.blogspot.com/2007/10/free-online-conference-corporate.html">Free Online Conference &#8211; Corporate Learning: Trends and Innovations</a> we wanted to have a way for participants to get to know other participants and hold discussions. While we are going to use Q2 Learning&#8217;s platform, we could have created a group in Facebook and used the threaded discussion capability there. The advantage of that is that likely a sizable portion of the audience is already on Facebook and thus wouldn&#8217;t have to upload profile information. This also would allow the relation(friend)ships created during the process to exist beyond the conference.</p>
<p>Choosing Facebook would also give us the possibility of using Facebook as a recruiting vehicle. Through the notification system, friends of attendees will see a message that they are attending the event.</p>
<p>You can do the same thing with Facebook for your organization, group, class, etc. Leverage it as a means of getting the word out, as a social networking layer, as a discussion tool. And, again, your audience is already there.</p>
<p>Of course, there&#8217;s also some really interesting possibilities because of the ability to create applications. You can think of Facebook as providing a platform that handles authentication, profiles, networks, groups and notifications. If you think about it, there are a lot of applications that could leverage this core capability. I would expect that this is a place where we will see <a title="eLearning Startups - New Wave Coming" href="http://elearningtech.blogspot.com/2007/09/elearning-startups-new-wave-coming.html">eLearning Startups &#8211; New Wave Coming.</a></p>
<p>reference :</p>
<p><a href="http://elearningtech.blogspot.com/2007/10/facebook-as-learning-platform.html">facebook as LMS</a></p>
<p><a href="http://www.facebook.com/group.php?gid=12471635541">e-learning in developed and developed Countries</a></p>
<p><a href="http://mfeldstein.com/sis-to-facebook-direct-introducing-schools-on-facebook/">sis  To schools direct .introducing school in facebook</a></p>
<p><a href="http://www.collegedegree.com/library/college-life/15-facebook-apps-perfect-for-online-education">The Facebook classroom:- 25 facebook App That a perfect for online learning</a></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2490221586">SlideShare is the <strong>world&#8217;s largest community for sharing presentations</strong>.</a></p>
<p>y<a href="http://www.elearning-management-system.com/youtube-facebook-and-e-learning/">outube , facebook and e-learning</a></p>
<p><a href="http://www.didactalab.de/wp-main/?p=66">how to support classroom teaching with facebook</a></p>
<p><a href="http://christytucker.wordpress.com/2007/08/16/facebook-as-lms/">More References</a></p>
<p style="text-align:left;">
<p><img src="/DOCUME~1/CSI/LOCALS~1/Temp/moz-screenshot.jpg" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=33&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2008/10/30/using-facebook-as-lms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>

		<media:content url="http://oraclawy.files.wordpress.com/2008/10/untitled2.jpg" medium="image">
			<media:title type="html">untitled2</media:title>
		</media:content>
	</item>
		<item>
		<title>Five Ideas: SOA-Why Service-Oriented Architecture matters, and how Oracle will remain a leader in the SOA space.</title>
		<link>http://oraclawy.wordpress.com/2008/10/24/why-service-oriented-architecture-matters-and-how-oracle-will-remain-a-leader-in-the-soa-space/</link>
		<comments>http://oraclawy.wordpress.com/2008/10/24/why-service-oriented-architecture-matters-and-how-oracle-will-remain-a-leader-in-the-soa-space/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 17:45:59 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[ORACLE DATA BASE]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=16</guid>
		<description><![CDATA[“By using Service Oriented Architecture, you can protect yourself against spending huge budgets with every new application, new release and upgrade without worrying about the integration and interoperability aspects.”—Gaurav Sharma, Infosys-Oracle Blog SOA leads to lower cost of ownership for the users, and more flexibility. But I think there is a much more important benefit. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=16&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://oraclawy.files.wordpress.com/2008/10/untitled.jpg"><img class="alignnone size-full wp-image-19" title="untitled" src="http://oraclawy.files.wordpress.com/2008/10/untitled.jpg?w=600" alt=""   /></a></p>
<p>“By using Service Oriented Architecture, you can protect yourself against spending huge budgets with every new application, new release and upgrade without worrying about the integration and interoperability aspects.”—<a href="http://infosysblogs.com/oracle/2008/09/six_things_you_must_know_if_your_company_is_ready_and_equipped_for_soa_.html">Gaurav Sharma, Infosys-Oracle Blog</a></p>
<p>SOA leads to lower cost of ownership for the users, and more flexibility. But I think there is a much more important benefit. Service-oriented architectures are the key to unparalleled innovation.”—<a href="http://blogs.oracle.com/frankbuytendijk/2008/04/15/">Frank Buytendijk, VP of Enterprise Performance Management</a></p>
<p>“Trying to establish control over your SOA is hard enough without making it more complex by adding a truckload of more software. Don&#8217;t look at solutions that make you feel like you need to buy the whole store to get the one comfy chair you really need. Doing so only has you buying technology for technology sake without the understanding of how to apply it and when.&#8221;—<a href="http://blogs.oracle.com/governance/2008/07/5_tips_for_buying_soa_governan.html">Michael Stamback, director of product marketing at Oracle</a><br />
“Our customers told us how hard it was to for them to deal with security around their enterprise. We took a page from the Oracle Middleware strategy, which is really around service-oriented architectures, and essentially combined service orientation and security, and came up with the concept of Social Oriented Security.”—<a href="http://streaming.oracle.com/ebn/podcasts/omag/6639072_Amit_Jasuja_072308.mp3">Amit Jasuja, VP of Development for Identity Management Products </a></p>
<p>“As customers deploy more SOA-based applications, the task of effectively managing them becomes paramount. With the addition of ClearApp&#8217;s technology to the Oracle Enterprise Manager product family, our customers are expected to get continuous and uninterrupted top-down views of their business services and applications, helping them maximize service availability while reducing IT operations costs.&#8221;”— <a href="http://www.oracle.com/corporate/press/2008_sep/clearapp.html">Leng Leng Tan, Oracle Vice President, Applications and Systems Management</a></p>
<p>reference:</p>
<p><a href="http://www.oracle.com/profit/features/5ideas_SOA.html" target="_blank">ORACLE  SOA</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=16&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2008/10/24/why-service-oriented-architecture-matters-and-how-oracle-will-remain-a-leader-in-the-soa-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>

		<media:content url="http://oraclawy.files.wordpress.com/2008/10/untitled.jpg" medium="image">
			<media:title type="html">untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>The Revolution of facebook</title>
		<link>http://oraclawy.wordpress.com/2008/10/23/the-revolution-of-facebook/</link>
		<comments>http://oraclawy.wordpress.com/2008/10/23/the-revolution-of-facebook/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 21:42:59 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=11</guid>
		<description><![CDATA[Facebook&#8230; This cool website had made revolution web application and change our Vision of the Web Application while i am surfing the net i found an open source project that Developing in facebook application using DotNet Technology This cool project made me very surprised you can look at it in link below:- Facebook<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=11&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Facebook&#8230;</strong></p>
<p>This cool website had made revolution web application and change our Vision of the Web Application</p>
<p>while i am surfing the net i found an open source project that Developing in facebook application using <strong>DotNet Technology</strong></p>
<p>This cool project made me very surprised</p>
<p>you can look at it in link below:-</p>
<p><a title="facebook" href="http://www.codeplex.com/FacebookToolkit/Release/ProjectReleases.aspx?ReleaseId=13985" target="_blank">Facebook</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=11&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2008/10/23/the-revolution-of-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>
	</item>
		<item>
		<title>Events and Delegates Concepts</title>
		<link>http://oraclawy.wordpress.com/2007/12/03/events-and-delegates-concepts/</link>
		<comments>http://oraclawy.wordpress.com/2007/12/03/events-and-delegates-concepts/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 00:26:09 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[C#. Net]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=106</guid>
		<description><![CDATA[If you do not know how to implement and invoke custom events, then you will not be able to write code that will interoperate with event-oriented code written by other programmers.This document introduces events and delegates and shows you how to impelement your custom events Download Source<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=106&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you do not know how to implement and invoke custom events, then you will not be able to write code that will interoperate with event-oriented code written by other programmers.This document introduces events and delegates and shows you how to impelement your custom events</p>
<p><a href="http://www.box.net/shared/txqtd7g7fj" target="_blank">Download</a></p>
<p><a title="Source" href="http://www.box.net/shared/x1pzyc7thx">Source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oraclawy.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oraclawy.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=106&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2007/12/03/events-and-delegates-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>
	</item>
		<item>
		<title>OOP Concepts briefly</title>
		<link>http://oraclawy.wordpress.com/2007/11/20/oop-concepts-briefly/</link>
		<comments>http://oraclawy.wordpress.com/2007/11/20/oop-concepts-briefly/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 02:02:57 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[C#. Net]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=67</guid>
		<description><![CDATA[Before Talking about &#8221; OOP Concepts &#8221; we must ask ourselves three simple questions:- What Is Object-Oriented Programming? Object-oriented programming is a relatively new approach to creating computer applications that seeks to address many of the problems with so-called traditional programming techniques. What is Object Technology ? Object Technology is developing software based in objects [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=67&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before Talking about &#8221; <strong>OOP Concepts </strong>&#8221; we must ask ourselves three simple questions:-</p>
<p><strong>What Is Object-Oriented Programming?</strong></p>
<p style="padding-left:30px;"><em>Object-oriented programming is a relatively new approach to creating computer applications that seeks to address many of the problems with so-called traditional programming techniques.</em></p>
<p><strong>What is Object Technology ?</strong></p>
<p style="padding-left:30px;"><strong><em>Object</em></strong><em> Technology is developing software based in objects</em></p>
<p style="padding-left:30px;"><em>an Object is a combination of data and functions</em></p>
<p><strong>Why  Object Technology ?</strong></p>
<p style="padding-left:30px;"><em>object technology makes a natural way of thinking &#8211; about problem domain, not about processes and procedures.</em></p>
<p><strong>Any full OOP programming Languages must have these four features:-</strong></p>
<ul>
<li><strong><em>Encapsulation</em></strong></li>
<li><strong><em>Abstraction</em></strong></li>
<li><strong><em>inheritance</em></strong></li>
<li><strong><em>Polymorphism</em></strong></li>
</ul>
<p><em><span style="text-decoration:underline;">First we will talk about Encapsulation concept(classes , objects , methods, access modifiers , etc) :</span></em><em>-</em></p>
<ul>
<li><em>Performing a task in an application requires a method. <strong>The method</strong> describes the mechanisms that actually perform its tasks. The method hides from its user the complex tasks that it performs, just as the accelerator pedal of a car hides from the driver the complex mechanisms of making the car go faster.</em></li>
</ul>
<p style="padding-left:30px;"><strong><em>Ex:-</em></strong><em> Simple Method  implementation</em></p>
<p style="padding-left:30px;">// Public is the access modifier of the method and void is the return type</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">Public void</span> accelerat()</p>
<p style="padding-left:30px;">{</p>
<p style="padding-left:30px;">}<em> </em></p>
<ul>
<li><strong><em>Class</em></strong><em> is an application unit that house for method and other things just as a car&#8217;s engineering drawings house (among other things) the design of an accelerator pedal. In a class, you provide one or more methods that are designed to perform the class&#8217;s tasks.</em> <em>Just as you cannot drive an engineering drawing of a car, you cannot &#8220;drive&#8221; a class. Just as someone has to build a car from its engineering drawings before you can actually drive a car, you must build an <strong>object</strong><strong> </strong>of a class before you can get an application to perform the tasks the class describes</em>.<em> </em></li>
</ul>
<p style="padding-left:30px;"><strong><em>Ex- </em></strong><em>Simple Class code implementation</em></p>
<p style="padding-left:30px;">Using system;</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">class</span> pedal</p>
<p style="padding-left:30px;">{</p>
<p style="padding-left:30px;">}</p>
<ul>
<li><strong><em>Interfaces : </em></strong><em>An interface is a collection of public methods and properties that are grouped together to encapsulate specific functionality. Once an interface has been defined, you can implement it in a class. This means that the class will then support all of the properties and members specified by the interface.<strong> </strong></em></li>
</ul>
<p><strong><em> </em></strong></p>
<ul>
<li><strong><em>Access modifier </em></strong><em>is a keyword used to provide the means for determining which code has access to the members of a class<strong> </strong></em></li>
</ul>
<p style="padding-left:30px;"><em>To apply an access modifier to a class member , you simply precede the member with one of the  access modifier keywords .</em></p>
<p><em> </em></p>
<table style="height:200px;" border="0" cellspacing="0" cellpadding="0" width="480">
<tbody>
<tr>
<td width="97" valign="top"><em>Public </em></td>
<td width="445" valign="top"><em>Members access is extended to all code   throughout the entire program</em></td>
</tr>
<tr>
<td width="97" valign="top"><em>Protected </em></td>
<td width="445" valign="top"><em>Member access is limited to code of   the same class and methods of derived classes in the same program</em></td>
</tr>
<tr>
<td width="97" valign="top"><em>Private </em></td>
<td width="445" valign="top"><em>Member access is limited to the code   within methods of the same class in the same program.</em></td>
</tr>
<tr>
<td width="97" valign="top"><em>Internal</em></td>
<td width="445" valign="top"><em>Member access is limited to code   within all methods of all classes within the same assembly</em></td>
</tr>
</tbody>
</table>
<p><strong><em> </em></strong></p>
<p><em><span style="text-decoration:underline;">Second: Abstraction</span></em></p>
<ul>
<li><em>Classes normally hide the details of their implementation from their clients. This is called information hiding. As an example, let us consider the stack data structure Recall that a stack is a last-in, first-out (LIFO) data structure the last item pushed (inserted) on the stack is the first item popped (removed) off the stack. Stacks can be implemented with arrays and with other data structures, such as linked lists A client of a stack class need not be concerned with the stack&#8217;s implementation  . The client knows only that when data items are placed in the stack, they will be recalled in last-in, first-out order. The client cares about what functionality a stack offers, not about how that functionality is implemented. This concept is referred to as <strong>data abstraction</strong></em></li>
</ul>
<p style="padding-left:30px;"><em>Ex:- Simple code of Abstract class implementation</em></p>
<p style="padding-left:30px;">Using system;</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">Abstract class</span><em> </em>pedal</p>
<p style="padding-left:30px;"><em> </em>{</p>
<p style="padding-left:30px;">}</p>
<p><em><span style="text-decoration:underline;">Third :</span></em><em><span style="text-decoration:underline;"> inheritance</span></em></p>
<p style="padding-left:30px;"><em>Inheritance relationships form tree-like hierarchical structures A base class exists in a hierarchical relationship with its derived classes. When classes participate in inheritance relationships, they become &#8220;affiliated&#8221; with other classes. A class becomes either a base class, supplying members to other classes, or a derived class, inheriting its members from another class. In some cases, a class is both a base class and a derived class as shown in the below figure.</em></p>
<p style="padding-left:30px;"><em><span style="text-decoration:underline;"> </span></em></p>
<p style="padding-left:30px;"><em><span style="text-decoration:underline;"> </span></em></p>
<p style="padding-left:30px;"><em><span style="text-decoration:underline;"> </span></em></p>
<p style="padding-left:30px;"><em><span style="text-decoration:underline;"> </span></em></p>
<p style="padding-left:30px;"><em><span style="text-decoration:underline;"> </span></em></p>
<p style="padding-left:30px;"><em> </em></p>
<p style="padding-left:30px;"><em><img class="aligncenter size-full wp-image-75" title="inheritance" src="http://oraclawy.files.wordpress.com/2007/11/inheritance.jpg?w=600" alt="inheritance"   /></em><em>Inheritance allows you to extend or create more specific classes from a single, more generic base class </em></p>
<p><em><span style="text-decoration:underline;">Fourth: Polymorphism</span></em></p>
<p style="padding-left:30px;"><em>Polymorphism enables us to &#8220;program in the general&#8221; rather than &#8220;program in the specific.&#8221; In particular, polymorphism enables us to write applications that process objects that share the same base class in a class hierarchy as if they are all objects of the base class.( Ploy ) means “<strong>has many forms”</strong>. </em><span style="color:#0000ff;">interfaces</span><em> , </em><span style="color:#0000ff;">abstract</span> methods, <span style="color:#0000ff;">virtual</span> methods<em> and </em><span style="color:#0000ff;">override</span><em> </em>methods<em> is forms of polymorphism.</em></p>
<p style="padding-left:30px;"><strong><span style="color:#3366ff;">sealed</span></strong><strong> </strong><em>Methods and Classes</em></p>
<p style="padding-left:30px;text-align:justify;">We saw in that only methods declared <span style="color:#3366ff;">virtual</span>,<span style="color:#3366ff;"> override</span> or  <span style="color:#3366ff;">abstract</span> can be overridden in derived classes. A method declared <span style="color:#3366ff;">sealed</span> in a base class cannot be  overridden in a derived class . Methods that are declared <span style="color:#3366ff;">private</span> are implicitly <span style="color:#3366ff;">sealed</span>,  because it is impossible to override them in a derived class (though the derived class can declare a new method with the same signature as  the <tt>private</tt> method in the base class). Methods that are declared  <span style="color:#3366ff;">static</span> also are implicitly <span style="color:#3366ff;">sealed</span>, because <span style="color:#3366ff;">static</span> methods cannot be overridden either. A derived class method declared both  <span style="color:#3366ff;">override</span> and <span style="color:#3366ff;">sealed</span> can override a base class method, but  cannot be overridden in derived classes further down the inheritance hierarchy.</p>
<p><em><span style="text-decoration:underline;"><strong> r</strong></span><span style="text-decoration:underline;"><strong>eferences </strong></span></em></p>
<p style="padding-left:30px;"><em>How to program  second edition( C# 2005) [book]</em></p>
<p style="padding-left:30px;">Beginning Visual CSharp 2005 &#8211; Wrox  <em>[book]</em></p>
<p><span style="text-decoration:underline;"><em><em> for more information follow the below link</em></em></span></p>
<p style="padding-left:30px;"><a title="OOP concepts" href="http://en.wikipedia.org/wiki/Object-oriented_programming" target="_blank">wikipedia</a></p>
<p><em> </em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oraclawy.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oraclawy.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=67&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2007/11/20/oop-concepts-briefly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>

		<media:content url="http://oraclawy.files.wordpress.com/2007/11/inheritance.jpg" medium="image">
			<media:title type="html">inheritance</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Is Method Main Declared static?</title>
		<link>http://oraclawy.wordpress.com/2007/01/20/why-is-method-main-declared-static/</link>
		<comments>http://oraclawy.wordpress.com/2007/01/20/why-is-method-main-declared-static/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 00:09:12 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[C#. Net]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=51</guid>
		<description><![CDATA[Why must Main be declared static ? During application startup when no objects of the class have been created, the Main method must be called to begin program execution. The Main method is sometimes called the application&#8217;s entry point. Declaring Main as static allows the execution environment to invoke Main without creating an instance of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=51&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why must  <span style="color:#99ccff;"><strong>Main</strong></span> be declared <span style="color:#99ccff;"><strong>static</strong></span> ? During  application startup when no objects of the class have been created, the <span style="color:#99ccff;"><strong>Main</strong></span> method must be called to begin program execution. The <span style="color:#99ccff;"><strong>Main</strong></span> method is sometimes called the application&#8217;s  <span style="color:#99ccff;"><strong>entry point</strong></span>. Declaring <span style="color:#99ccff;"><strong>Main</strong></span> as<strong> <span style="color:#99ccff;">static</span></strong> <em> </em>allows the execution environment to invoke <span style="color:#99ccff;"><strong>Main</strong></span> without creating an instance of the class. Method <span style="color:#99ccff;"><strong>Main</strong></span> is  often declared with the header:</p>
<p><span style="color:#99ccff;"><strong>public static void Main( string </strong></span>args[ ]<strong> <span style="color:#99ccff;">)</span></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oraclawy.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oraclawy.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=51&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2007/01/20/why-is-method-main-declared-static/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>
	</item>
		<item>
		<title>First post</title>
		<link>http://oraclawy.wordpress.com/2006/10/22/first-post/</link>
		<comments>http://oraclawy.wordpress.com/2006/10/22/first-post/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 23:30:10 +0000</pubDate>
		<dc:creator>oraclawy</dc:creator>
				<category><![CDATA[About My Self]]></category>

		<guid isPermaLink="false">http://oraclawy.wordpress.com/?p=3</guid>
		<description><![CDATA[hi every one My name is Mostafa Mahmoud from el kenany family ,B.Cs of Computer Science Department of Information System Mansoura University i am very interested in programming field specially ORACLE Database i worked under DotNet Framework Technology C# programming langauge ,ADO.Net , ASP.net , XML and do some cool applications and i am still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=3&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi every one</p>
<p>My  name is Mostafa Mahmoud  from el kenany family ,<strong>B.Cs</strong> of<span style="color:#3366ff;"> <strong>Computer Science Department of Information System</strong></span> <span style="color:#3366ff;"><strong>Mansoura University</strong></span></p>
<p>i am very interested in programming field specially <span style="color:#ff0000;"><strong>ORACLE Database</strong></span></p>
<p>i worked under<strong> DotNet Framework</strong> <strong>Technology</strong> <strong>C#</strong> programming langauge <strong>,ADO.Net </strong>, <strong>ASP.net</strong> ,<strong> XML</strong> and do some cool applications and i am still connected with this technology and aware with the new <span style="color:#0000ff;"><strong>Microsoft Technologies</strong></span> and frameworks</p>
<p>now&#8230;..</p>
<p>i am working to Develop my technical skills and seeking to get a respectable job opportunity in a respectable IT  Development Company <strong></strong></p>
<p>all i wanna to say this my own blog if you have any comments do not hestiate and enjoy  posting &amp; commenting</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oraclawy.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oraclawy.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclawy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclawy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclawy.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclawy.wordpress.com&amp;blog=5074231&amp;post=3&amp;subd=oraclawy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclawy.wordpress.com/2006/10/22/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c4fdff8c9d0ce2c39be2db2650812e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oraclawy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
