<?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"
	>

<channel>
	<title>Akmuhammet Jumayev</title>
	<atom:link href="http://www.akmuhammet.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akmuhammet.com</link>
	<description>Any fool can write code that a computer can understand. Good programmers write code that humans can understand.</description>
	<pubDate>Fri, 15 Aug 2008 18:45:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.</title>
		<link>http://www.akmuhammet.com/unable-to-evaluate-expression-because-the-code-is-optimized-or-a-native-frame-is-on-top-of-the-call-stack/</link>
		<comments>http://www.akmuhammet.com/unable-to-evaluate-expression-because-the-code-is-optimized-or-a-native-frame-is-on-top-of-the-call-stack/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:45:15 +0000</pubDate>
		<dc:creator>akmuhammet</dc:creator>
		
		<category><![CDATA[C#/ASP.NET]]></category>

		<category><![CDATA[Unable to evaluate expression because the code is optim]]></category>

		<guid isPermaLink="false">http://www.akmuhammet.com/?p=11</guid>
		<description><![CDATA[I got this exception. My code was working fine. Suddenly, it started not to work
sometime.  It then worked then not worked. I googled but could not find
any valuable answer to this case.
Then I removed try catch block , my code worked fine again.
The reason of this weird exception is using Response.Redirect in try catch block.
]]></description>
			<content:encoded><![CDATA[<p>I got this exception. My code was working fine. Suddenly, it started not to work<br />
sometime.  It then worked then not worked. I googled but could not find<br />
any valuable answer to this case.</p>
<p>Then I removed try catch block , my code worked fine again.<br />
The reason of this weird exception is using Response.Redirect in try catch block.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akmuhammet.com/unable-to-evaluate-expression-because-the-code-is-optimized-or-a-native-frame-is-on-top-of-the-call-stack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crying old man</title>
		<link>http://www.akmuhammet.com/crying-old-man/</link>
		<comments>http://www.akmuhammet.com/crying-old-man/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 09:50:36 +0000</pubDate>
		<dc:creator>akmuhammet</dc:creator>
		
		<category><![CDATA[Jokes]]></category>

		<category><![CDATA[crying old man]]></category>

		<guid isPermaLink="false">http://www.akmuhammet.com/?p=10</guid>
		<description><![CDATA[A 93 year old man sitting on the street, crying.
A woman asks him, what&#8217;s wrong?
The old man says,
I am married to a beautiful 23 year old girl.
who gaves a great massage, cooks, cleans and likes sex, twice a day.
So the woman says, So whats the problem?
The old man replies,
I forget where I live!
]]></description>
			<content:encoded><![CDATA[<p>A 93 year old man sitting on the street, crying.<br />
A woman asks him, what&#8217;s wrong?<br />
The old man says,<br />
I am married to a beautiful 23 year old girl.<br />
who gaves a great massage, cooks, cleans and likes sex, twice a day.</p>
<p>So the woman says, So whats the problem?<br />
The old man replies,<br />
I forget where I live!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akmuhammet.com/crying-old-man/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio Shortcuts</title>
		<link>http://www.akmuhammet.com/visual-studio-shotcuts/</link>
		<comments>http://www.akmuhammet.com/visual-studio-shotcuts/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:43:54 +0000</pubDate>
		<dc:creator>akmuhammet</dc:creator>
		
		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[Visual Studio Shortcuts]]></category>

		<guid isPermaLink="false">http://www.akmuhammet.com/?p=6</guid>
		<description><![CDATA[This is a list of great shortcuts every visual studio developer should know:
ALT + CTRL + E: Opens the Exception Window where you tell Visual Studio to halt at a specific Exceptions or ignore all/some Exceptions
CTRL + K + F and CTRL + K + D: Both format the code to be nicely indented. D [...]]]></description>
			<content:encoded><![CDATA[<p>This is a list of great shortcuts every visual studio developer should know:</p>
<p><strong>ALT + CTRL + E: </strong>Opens the Exception Window where you tell Visual Studio to halt at a specific Exceptions or ignore all/some Exceptions</p>
<p><strong>CTRL + K + F </strong>and <strong>CTRL + K + D: </strong>Both format the code to be nicely indented. D will format all the document, f formats only selected text. These shortcuts are for all types of documents such as HTML, Xaml, XML, C# and etc.</p>
<p><strong>SHIFT + DEL: </strong>Cuts entire row where cursor is and pastes it to clipboard. No need to select the row.</p>
<p><strong>CTRL + K + C </strong>and <strong>CTRL + K + U: </strong>These are for commenting and uncommenting selected text. C for commenting and u for uncommenting.</p>
<p><strong>ALT + ENTER </strong>and<strong> </strong><strong>F4: </strong>Opens up Proterties window.</p>
<p><strong>CTRL + K + S: </strong>Opens <strong>Surround With</strong> Code snippets window.</p>
<p><strong>CTRL + ALT + G </strong>and <strong>SHIFT + F9: </strong>Opens Quiick Watch Window while debugging.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akmuhammet.com/visual-studio-shotcuts/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
