<?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>Junior geek in techy world &#187; General .NET</title>
	<atom:link href="http://tech.ahmedshokr.com/category/general-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.ahmedshokr.com</link>
	<description>To be creative, you must believe that you are!</description>
	<lastBuildDate>Wed, 23 Jun 2010 12:24:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tech.ahmedshokr.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/33c4c52a5f4b99cc6dccbed22c5fde23?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Junior geek in techy world &#187; General .NET</title>
		<link>http://tech.ahmedshokr.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tech.ahmedshokr.com/osd.xml" title="Junior geek in techy world" />
	<atom:link rel='hub' href='http://tech.ahmedshokr.com/?pushpress=hub'/>
		<item>
		<title>Using Microsoft Virtual Earth for Vehicle Tracking and Geo Fencing Sample</title>
		<link>http://tech.ahmedshokr.com/2009/03/10/using-microsoft-virtual-earth-for-vehicle-tracking-and-geo-fencing-sample/</link>
		<comments>http://tech.ahmedshokr.com/2009/03/10/using-microsoft-virtual-earth-for-vehicle-tracking-and-geo-fencing-sample/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:38:32 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Geo Fencing]]></category>
		<category><![CDATA[Live Tracking]]></category>
		<category><![CDATA[Virtual Earth]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/03/10/using-microsoft-virtual-earth-for-vehicle-tracking-and-geo-fencing-sample/</guid>
		<description><![CDATA[Introduction Today, I had to build a sample&#160; demo using Microsoft Virtual Earth to simulate vehicle tracking and geo fencing. The term geo fencing was a little bit new to me, you can have a look here for more details. Using the code My sample here consists of two parts, one is the live tracking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=139&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/03/10/using-microsoft-virtual-earth-for-vehicle-tracking-and-geo-fencing-sample/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/03/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/03/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/03/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/03/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery AJAX Load Sample</title>
		<link>http://tech.ahmedshokr.com/2009/02/26/jquery-ajax-load-sample/</link>
		<comments>http://tech.ahmedshokr.com/2009/02/26/jquery-ajax-load-sample/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 14:32:20 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Generic Handlers]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/02/26/jquery-ajax-load-sample/</guid>
		<description><![CDATA[Introduction Many of us need use tabs to load multi view information to the user. Using server side tabs which reload all the page to show a specific piece of information is not a desirable technique all the time. jQuery has a very nice way to do so, which is the topic of that post. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=112&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/02/26/jquery-ajax-load-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/02/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/02/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/02/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Just passed MCTS Microsoft Office SharePoint Server 2007: Application Development</title>
		<link>http://tech.ahmedshokr.com/2009/02/09/just-passed-mcts-microsoft-office-sharepoint-server-2007-application-development/</link>
		<comments>http://tech.ahmedshokr.com/2009/02/09/just-passed-mcts-microsoft-office-sharepoint-server-2007-application-development/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 07:22:35 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[Certifications]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/02/09/just-passed-mcts-microsoft-office-sharepoint-server-2007-application-development/</guid>
		<description><![CDATA[I just passed my MCTS MOSS Application Development, the exam was not that difficult, I had passed with 980 score out of 1000 The exam was just 32 questions and it covers the following areas: Enterprise Search Working with templates and forms BDC of course Excel services User profile (Try to practice the usage of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=86&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/02/09/just-passed-mcts-microsoft-office-sharepoint-server-2007-application-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>
	</item>
		<item>
		<title>Authenticate .NET web service using custom SOAP header</title>
		<link>http://tech.ahmedshokr.com/2009/01/26/authenticate-net-web-service-using-custom-soap-header/</link>
		<comments>http://tech.ahmedshokr.com/2009/01/26/authenticate-net-web-service-using-custom-soap-header/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 21:10:27 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SOAP headers]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/01/26/authenticate-net-web-service-using-custom-soap-header/</guid>
		<description><![CDATA[Introduction Using this method we simply add a required SOAP header to our web services calls. We embed the SOAP header into our message and validate its contents on the server. If the SOAP header validation done successfully, the web server sends the web service response to the consumer. Pretty simple, right? Using the code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=77&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/01/26/authenticate-net-web-service-using-custom-soap-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Rule based security using Microsoft Enterprise Library and CAS</title>
		<link>http://tech.ahmedshokr.com/2009/01/25/rule-based-security-using-microsoft-enterprise-library-and-cas/</link>
		<comments>http://tech.ahmedshokr.com/2009/01/25/rule-based-security-using-microsoft-enterprise-library-and-cas/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:30:20 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/01/25/rule-based-security-using-microsoft-enterprise-library-and-cas/</guid>
		<description><![CDATA[Introduction Rule based security is a very effective way to authorize your code, and code access security is a clean, easy to use and effective way to handle the security validation. The Enterprise Library Security Application Block provides a configurable way to handle Rule based security. In this article I’ll explain a solution to secure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=71&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/01/25/rule-based-security-using-microsoft-enterprise-library-and-cas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight Stock Rates Rotator</title>
		<link>http://tech.ahmedshokr.com/2009/01/25/silverlight-stock-rates-rotator/</link>
		<comments>http://tech.ahmedshokr.com/2009/01/25/silverlight-stock-rates-rotator/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 08:33:47 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/01/25/silverlight-stock-rates-rotator/</guid>
		<description><![CDATA[Introduction
Silverlight is a rich framework that works in web browsers using a browser plug-in, just like Flash, but with it, you can interact more easily with .NET libraries. Silverlight has the same code-behind model that exists in ASP.NET, and operates under a modified light version from the .NET framework. With Silverlight, you can build Flash-like applications with full .NET server side code integration. Now, I’ll go through how to build <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=55&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/01/25/silverlight-stock-rates-rotator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/newproject.jpg" medium="image">
			<media:title type="html">NewProject</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/selectweb-thumb.jpg" medium="image">
			<media:title type="html">SelectWeb</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/solution-thumb.jpg" medium="image">
			<media:title type="html">Solution</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/loading-thumb1.jpg" medium="image">
			<media:title type="html">Loading....</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/loaded-thumb.jpg" medium="image">
			<media:title type="html">Loaded</media:title>
		</media:content>
	</item>
		<item>
		<title>Slide menu using jQuery</title>
		<link>http://tech.ahmedshokr.com/2009/01/25/slide-menu-using-jquery/</link>
		<comments>http://tech.ahmedshokr.com/2009/01/25/slide-menu-using-jquery/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 06:43:16 +0000</pubDate>
		<dc:creator>Ahmed Shokr</dc:creator>
				<category><![CDATA[General .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://ahmedshokr.wordpress.com/2009/01/25/slide-menu-using-jquery/</guid>
		<description><![CDATA[Introduction jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add AJAX interactions to your web pages. jQuery is designed to change the way that you write JavaScript. In this article, I&#8217;ll build a sliding JavaScript menu using jQuery. Using the code First, you must [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tech.ahmedshokr.com&blog=2575819&post=42&subd=ahmedshokr&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tech.ahmedshokr.com/2009/01/25/slide-menu-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43bbc90fdd904871ebbb632f96f9cca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ahmed Shokr</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/init-thumb.jpg" medium="image">
			<media:title type="html">init</media:title>
		</media:content>

		<media:content url="http://ahmedshokr.files.wordpress.com/2009/01/loading-thumb.jpg" medium="image">
			<media:title type="html">loading</media:title>
		</media:content>
	</item>
	</channel>
</rss>