<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;Ak4GQ3k8eyp7ImA9WxJVGE4.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835</id><updated>2009-07-06T02:08:42.773+02:00</updated><title>Özgür Aytekin - Today's problems come from yesterday's solutions</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://ozguraytekin.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>431</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" type="application/atom+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FCLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><entry gd:etag="W/&quot;Ak4GQ3kzeCp7ImA9WxJVGE4.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-8924257852993253939</id><published>2009-07-06T02:06:00.001+02:00</published><updated>2009-07-06T02:08:42.780+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-06T02:08:42.780+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Code Analysis Tool" /><category scheme="http://www.blogger.com/atom/ns#" term="CAT.NET" /><title>Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP</title><content type="html">CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual Basic .NET, J#) application you are developing. It does so by scanning the binary and/or assembly of the application, and tracing the data flow among its statements, methods, and assemblies. This includes indirect data types such as property assignments and instance tainting operations. The engine works by reading the target assembly and all reference assemblies used in the application -- module-by-module -- and then analyzing all of the methods contained within each. It finally displays the issues its finds in a list that you can use to jump directly to the places in your application's source code where those issues were found. The following rules are currently support by this version of the tool. - Cross Site Scripting - SQL Injection - Process Command Injection - File Canonicalization - Exception Information - LDAP Injection - XPATH Injection - Redirection to User Controlled Site&lt;br /&gt;&lt;br /&gt;32-Bit: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0178E2EF-9DA8-445E-9348-C93F24CC9F9D&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0178E2EF-9DA8-445E-9348-C93F24CC9F9D&amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;64-Bit: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E0052BBA-2D50-4214-B65B-37E5EF44F146&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=E0052BBA-2D50-4214-B65B-37E5EF44F146&amp;displaylang=en&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-8924257852993253939?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/8924257852993253939/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=8924257852993253939&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/8924257852993253939?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/8924257852993253939?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/kCUqc8ZSce8/microsoft-code-analysis-tool-net-catnet.html" title="Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/07/microsoft-code-analysis-tool-net-catnet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8EQHg-cSp7ImA9WxJVF0U.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-7303135771969905647</id><published>2009-07-05T10:49:00.000+02:00</published><updated>2009-07-05T10:50:01.659+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-05T10:50:01.659+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone 3GS" /><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="Apple" /><title>Apple warns of overheating iPhones</title><content type="html">Amidst rumors of overheating iPhones since shortly after the iPhone 3GS was launched, Apple has finally released the first acknowledgment that there might really be an issue with the iPhone regarding excessive temperatures. Various sites on the internet have posted reports of problems with the iPhone due to excessive heat such as shortened battery life, shut downs and even discoloration of the device itself. Now Apple has officially issued a warning about operating and storing the iPhone 3G and iPhone 3GS in places with too much heat.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.slipperybrick.com/2009/07/apple-warns-of-overheating-iphones/"&gt;http://www.slipperybrick.com/2009/07/apple-warns-of-overheating-iphones/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-7303135771969905647?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/7303135771969905647/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=7303135771969905647&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7303135771969905647?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7303135771969905647?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/SE84Clwl7v8/apple-warns-of-overheating-iphones.html" title="Apple warns of overheating iPhones" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/07/apple-warns-of-overheating-iphones.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QGRXw8cSp7ImA9WxJVFkU.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-895170243530345522</id><published>2009-07-04T07:28:00.001+02:00</published><updated>2009-07-04T07:28:44.279+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-04T07:28:44.279+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Theodor Fontane" /><title>Theodor Fontane</title><content type="html">Ein Optimist ist ein Mensch, der ein Dutzend Austern bestellt, in der Hoffnung, sie mit der Perle, die er darin findet, bezahlen zu können.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-895170243530345522?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/895170243530345522/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=895170243530345522&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/895170243530345522?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/895170243530345522?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/vRlFfa2jRZU/theodor-fontane.html" title="Theodor Fontane" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/07/theodor-fontane.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMBQHY6fip7ImA9WxJVEEU.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-3453050347058619730</id><published>2009-06-27T08:33:00.000+02:00</published><updated>2009-06-27T08:34:11.816+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-27T08:34:11.816+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Voltaire" /><title>Voltaire</title><content type="html">Alles was du sagst, sollte wahr sein. Aber nicht alles was wahr ist, solltest du auch sagen.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-3453050347058619730?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/3453050347058619730/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=3453050347058619730&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/3453050347058619730?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/3453050347058619730?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/ZwgB4kmFOwk/voltaire.html" title="Voltaire" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/voltaire.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YNRXw7fCp7ImA9WxJWFU8.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4682670075986590823</id><published>2009-06-20T21:12:00.000+02:00</published><updated>2009-06-20T21:13:14.204+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-20T21:13:14.204+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mark Twain" /><title>Mark Twain</title><content type="html">Je mehr Vergnügen du an deiner Arbeit hast, um so besser wird sie bezahlt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4682670075986590823?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4682670075986590823/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4682670075986590823&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4682670075986590823?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4682670075986590823?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/183FHHBV3kM/mark-twain_20.html" title="Mark Twain" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/mark-twain_20.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcASHcyfCp7ImA9WxJXGEo.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-9118595996050607309</id><published>2009-06-13T08:20:00.001+02:00</published><updated>2009-06-13T08:20:49.994+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-13T08:20:49.994+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Marcel Mart" /><title>Marcel Mart</title><content type="html">Die beste Informationsquelle sind Leute, die versprochen haben, nichts weiterzuerzählen.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-9118595996050607309?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/9118595996050607309/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=9118595996050607309&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/9118595996050607309?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/9118595996050607309?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/dnanhtWf_dQ/marcel-mart.html" title="Marcel Mart" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/marcel-mart.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIEQ386fyp7ImA9WxJXE0s.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-7292098362464812286</id><published>2009-06-07T10:14:00.000+02:00</published><updated>2009-06-07T10:15:02.117+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-07T10:15:02.117+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Bing" /><category scheme="http://www.blogger.com/atom/ns#" term="Bing Maps 3D" /><title>Bing Maps 3D</title><content type="html">Bing Maps 3D brings you another step closer to knowing "what it is like out there". You can search, browse, and organize local information viewed in three dimensions, just the way it exists in the real world. This enables you to more effectively find the data that is relevant to you, making Bing Maps more useful than ever. Even better -- it's just plain fun!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E9298080-50C4-4F2E-9FC4-4009074996BA&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=E9298080-50C4-4F2E-9FC4-4009074996BA&amp;displaylang=en&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-7292098362464812286?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/7292098362464812286/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=7292098362464812286&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7292098362464812286?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7292098362464812286?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/5wmmra_9Gkc/bing-maps-3d.html" title="Bing Maps 3D" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/bing-maps-3d.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkECQXs7eyp7ImA9WxJXEks.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-7651460765605995830</id><published>2009-06-06T08:10:00.002+02:00</published><updated>2009-06-06T08:11:00.503+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-06T08:11:00.503+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mark Twain" /><title>Mark Twain</title><content type="html">Gib jedem Tag die Chance, der schönste deines Lebens zu werden.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-7651460765605995830?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/7651460765605995830/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=7651460765605995830&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7651460765605995830?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/7651460765605995830?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/iS6ky9_kIEo/mark-twain_06.html" title="Mark Twain" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/mark-twain_06.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYNR3s6cSp7ImA9WxJXEk4.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4520259674603048434</id><published>2009-06-05T22:03:00.000+02:00</published><updated>2009-06-05T22:19:56.519+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-05T22:19:56.519+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Concurrency" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming Languages" /><category scheme="http://www.blogger.com/atom/ns#" term="Parallel Computing Platform" /><category scheme="http://www.blogger.com/atom/ns#" term="Parallelism" /><category scheme="http://www.blogger.com/atom/ns#" term="Axum" /><title>Axum Published! Tutorial: Building your first Axum application</title><content type="html">Not familiar with Axum? &lt;a href="http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/"&gt;Here's a C9 interview with the Axum team to refresh your memory&lt;/a&gt; (it's a domain specific language for concurrent programming, formerly known as "Maestro", developed by the Parallel Computing Platform team).&lt;br /&gt;&lt;br /&gt;Here, Axum PM Josh Phillips walks us through building a simple Axum application in just over 5 minutes.  Josh builds a simple “math library” on agents and shows how easy it is with Axum to focus on your code and get parallelism and safety implicitly. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://channel9.msdn.com/posts/Charles/Building-your-first-Axum-application/"&gt;http://channel9.msdn.com/posts/Charles/Building-your-first-Axum-application/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4520259674603048434?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4520259674603048434/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4520259674603048434&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4520259674603048434?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4520259674603048434?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/JS168CwfGwo/axum-published-tutorial-building-your.html" title="Axum Published! Tutorial: Building your first Axum application" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/axum-published-tutorial-building-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcAR3g7eCp7ImA9WxJXEk4.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4477551706454449734</id><published>2009-06-05T21:58:00.001+02:00</published><updated>2009-06-05T22:00:46.600+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-05T22:00:46.600+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software Engineering Research" /><category scheme="http://www.blogger.com/atom/ns#" term="Concurrency" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming Languages" /><category scheme="http://www.blogger.com/atom/ns#" term="Parallel Computing Platform" /><category scheme="http://www.blogger.com/atom/ns#" term="Parallelism" /><category scheme="http://www.blogger.com/atom/ns#" term="Parallel Computing" /><category scheme="http://www.blogger.com/atom/ns#" term="Axum" /><title>Maestro: A Managed Domain Specific Language For Concurrent Programming</title><content type="html">Josh Phillips(PM), Niklas Gustafsson(Architect), and Artur Laksberg(Developer) of the Parallel Computing Platform Team spend some time with me to discuss a managed (.NET-based) DSL (Domain Specific Language) for concurrent programming, Maestro. Maestro incorporates well-entrenched language patterns (imperative, OO, C style syntax, etc) and language constructs (channels, agents, domains) in a compelling way to make concurrent composition more accessible and familiar to the legions of sequential code composers.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/"&gt;http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4477551706454449734?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4477551706454449734/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4477551706454449734&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4477551706454449734?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4477551706454449734?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/dAnWnv4vW5s/maestro-managed-domain-specific.html" title="Maestro: A Managed Domain Specific Language For Concurrent Programming" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/maestro-managed-domain-specific.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMFRXc4cSp7ImA9WxJXEUo.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-2611174055831167819</id><published>2009-06-05T05:58:00.002+02:00</published><updated>2009-06-05T06:00:14.939+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-05T06:00:14.939+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Server Reporting Services Samples" /><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio 2008 Samples" /><title>Create a Report with Visual Studio 2008 and Deploy it to SQL Server Reporting Services 2008</title><content type="html">This video shows how to build a report using Visual Studio 2008 and then deploy it to SQL Server Reporting Services.&lt;br /&gt;&lt;br /&gt;This demo shows how to:&lt;br /&gt;&lt;br /&gt;- Create report project in Visual Studio&lt;br /&gt;- Create an shared data sources&lt;br /&gt;- How to design a report&lt;br /&gt;- How to add interactive sorting&lt;br /&gt;- Change the project settings to deploy the report&lt;br /&gt;- Deploy the report&lt;br /&gt;- Run the report in SSRS&lt;br /&gt;&lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/sqlserver/dd370686.aspx"&gt;http://technet.microsoft.com/en-us/sqlserver/dd370686.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-2611174055831167819?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/2611174055831167819/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=2611174055831167819&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/2611174055831167819?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/2611174055831167819?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/AVQSpjhf_6k/create-report-with-visual-studio-2008.html" title="Create a Report with Visual Studio 2008 and Deploy it to SQL Server Reporting Services 2008" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/create-report-with-visual-studio-2008.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUDQn86eip7ImA9WxJXEUo.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-33577003619086475</id><published>2009-06-05T05:56:00.001+02:00</published><updated>2009-06-05T05:57:53.112+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-05T05:57:53.112+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Vista Service Pack" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Server 2008 Service Pack" /><title>Service Pack 2 for Windows Server 2008 and Windows Vista</title><content type="html">Service Pack 2 (SP2) for Windows Server 2008 and Windows Vista is an update to Windows Vista and Windows Server 2008. It provides customer and partner feedback-driven fixes into a single service pack, minimizing deployment and testing complexity. In addition to all previously released updates since SP1, SP2supports new types of hardware, and adds support for several emerging standards. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/windows/dd262148.aspx"&gt;http://technet.microsoft.com/en-us/windows/dd262148.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-33577003619086475?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/33577003619086475/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=33577003619086475&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/33577003619086475?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/33577003619086475?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/jxUZlXidXo8/service-pack-2-for-windows-server-2008.html" title="Service Pack 2 for Windows Server 2008 and Windows Vista" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/service-pack-2-for-windows-server-2008.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIER3k5eCp7ImA9WxJQGEo.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-5082645271086526557</id><published>2009-06-01T18:38:00.003+02:00</published><updated>2009-06-01T18:41:46.720+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T18:41:46.720+02:00</app:edited><title>bing.com is live</title><content type="html">&lt;a href="http://4.bp.blogspot.com/_JIKZRUsH2hQ/SiQEW2z-VxI/AAAAAAAABnw/KglKcZh3E3Y/s1600-h/bing.com.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_JIKZRUsH2hQ/SiQEW2z-VxI/AAAAAAAABnw/KglKcZh3E3Y/s320/bing.com.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5342399848685393682" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="www.bing.com"&gt;www.bing.com&lt;/a&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-5082645271086526557?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/5082645271086526557/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=5082645271086526557&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5082645271086526557?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5082645271086526557?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/ODJLklaAkZs/bingcom-is-live.html" title="bing.com is live" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_JIKZRUsH2hQ/SiQEW2z-VxI/AAAAAAAABnw/KglKcZh3E3Y/s72-c/bing.com.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/bingcom-is-live.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQBSXo9cSp7ImA9WxJQGEg.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-3887096003702125169</id><published>2009-06-01T13:37:00.001+02:00</published><updated>2009-06-01T13:39:18.469+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T13:39:18.469+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows API Code Pack" /><title>Windows® API Code Pack for Microsoft® .NET Framework (v0.85)</title><content type="html">The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access new Windows 7 features (and some related Windows Vista features) from managed code. These features are not available to developers today in the .NET Framework. &lt;br /&gt;&lt;br /&gt;The features included in this version (v0.85) of the library are:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Support for Windows Shell namespace objects, including the new Windows 7 libraries, Known Folders and non file system containers.&lt;br /&gt;Windows Vista and Windows 7 Task Dialogs.&lt;br /&gt;Windows 7 Explorer Browser Control supporting both WPF and Windows Forms.&lt;br /&gt;Support for Shell property system.&lt;br /&gt;Helpers for Windows 7 Taskbar Jumplists, Icon Overlay and Progress bar.&lt;br /&gt;Support for Windows Vista and Windows 7 common file dialogs, including custom file dialog controls.&lt;br /&gt;Support for Direct3D 11.0 and DXGI 1.0/1.1 APIs. &lt;br /&gt;Sensor Platform APIs&lt;br /&gt;Extended Linguistic Services APIs &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsAPICodePack"&gt;http://code.msdn.microsoft.com/WindowsAPICodePack&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-3887096003702125169?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/3887096003702125169/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=3887096003702125169&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/3887096003702125169?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/3887096003702125169?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/KXOnffJ-WAk/windows-api-code-pack-for-microsoft-net.html" title="Windows® API Code Pack for Microsoft® .NET Framework (v0.85)" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/windows-api-code-pack-for-microsoft-net.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkECQ3o_fCp7ImA9WxJQGEk.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4052121238576961124</id><published>2009-06-01T10:24:00.001+02:00</published><updated>2009-06-01T10:24:22.444+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T10:24:22.444+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ambrose Bierce" /><title>Ambrose Bierce</title><content type="html">Mythen sind die geheiligten Überzeugungen anderer Leute.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4052121238576961124?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4052121238576961124/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4052121238576961124&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4052121238576961124?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4052121238576961124?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/WrGcpasDzkI/ambrose-bierce.html" title="Ambrose Bierce" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/ambrose-bierce.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMNRXcycCp7ImA9WxJQGEk.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-6344377825744265369</id><published>2009-06-01T10:03:00.000+02:00</published><updated>2009-06-01T10:04:54.998+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T10:04:54.998+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Corp." /><category scheme="http://www.blogger.com/atom/ns#" term="Greg Shultz" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Windows 7" /><category scheme="http://www.blogger.com/atom/ns#" term="Backups" /><title>Microsoft bows to feedback and brings back real file backup in Windows 7</title><content type="html">If you use the Backup Files option in Microsoft Windows Vista’s Backup and Restore Center, then you know that unlike the Backup Utility in Windows XP and the backup tools in all previous versions of the operating system, the Backup Files option in Vista doesn’t allow you to specifically select the files and folders that you want to back up.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.techrepublic.com.com/window-on-windows/?p=1202"&gt;http://blogs.techrepublic.com.com/window-on-windows/?p=1202&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-6344377825744265369?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/6344377825744265369/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=6344377825744265369&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/6344377825744265369?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/6344377825744265369?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/yPe5fCLnhLg/microsoft-bows-to-feedback-and-brings.html" title="Microsoft bows to feedback and brings back real file backup in Windows 7" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/06/microsoft-bows-to-feedback-and-brings.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEDQ3Yzeyp7ImA9WxJQGE0.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4661280768165602497</id><published>2009-05-31T22:10:00.000+02:00</published><updated>2009-05-31T22:11:12.883+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T22:11:12.883+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Sigmund Freud" /><title>Sigmund Freud</title><content type="html">Es braucht nicht gesagt zu werden, daß eine Kultur, welche eine so große Zahl von Teilnehmern unbefriedigt läßt und zur Auflehnung treibt, weder Aussicht hat, sich dauernd zu erhalten, noch es verdient.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4661280768165602497?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4661280768165602497/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4661280768165602497&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4661280768165602497?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4661280768165602497?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/mt7ry7JnuVQ/sigmund-freud_31.html" title="Sigmund Freud" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/sigmund-freud_31.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYASHs9cSp7ImA9WxJQGE0.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-6405210781382070938</id><published>2009-05-31T22:02:00.001+02:00</published><updated>2009-05-31T22:02:29.569+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T22:02:29.569+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Shakespeare" /><title>Shakespeare</title><content type="html">There is nothing either good or bad, but thinking makes it so.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-6405210781382070938?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/6405210781382070938/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=6405210781382070938&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/6405210781382070938?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/6405210781382070938?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/i0CaelQVvOQ/shakespeare.html" title="Shakespeare" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/shakespeare.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UCQH84eyp7ImA9WxJQF0Q.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-1701902203121255654</id><published>2009-05-31T20:40:00.000+02:00</published><updated>2009-05-31T20:41:01.133+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T20:41:01.133+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Burcu Sönmez" /><category scheme="http://www.blogger.com/atom/ns#" term="Ney Taksimi" /><category scheme="http://www.blogger.com/atom/ns#" term="Ney" /><title>Burcu Sönmez - Ney Taksimi</title><content type="html">&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Mr_mTzOb6gA&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Mr_mTzOb6gA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-1701902203121255654?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/1701902203121255654/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=1701902203121255654&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1701902203121255654?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1701902203121255654?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/_oNgqEkAW1U/burcu-sonmez-ney-taksimi.html" title="Burcu Sönmez - Ney Taksimi" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/burcu-sonmez-ney-taksimi.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YCQXo5eSp7ImA9WxJQF0o.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-4339851510341922247</id><published>2009-05-31T16:11:00.000+02:00</published><updated>2009-05-31T16:12:40.421+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T16:12:40.421+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Stupidedia" /><title>Stupidedia-Sinnlosportale</title><content type="html">Irrelevante Informationen aus den Bereichen:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Ausbildung • Chemie • Computer • Ernährung • Ferne Welten • Fernsehen • Filme • Fußball • Geografie • Geschichte • Heilkunde • Medien • Mobilität • Musik • Natur • Physik • Politik • Recht • Religion • Rumpelkiste • Schlümpfe • Sci-Fi • Theater • Verbrechen • Wirtschaft &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Die Stupidedia ist die freie Satire- und Nonsens-Enzyklopädie, bei der alle mitmachen können, die kreative Ideen haben und die deutsche Sprache beherrschen. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.stupidedia.org"&gt;http://www.stupidedia.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-4339851510341922247?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/4339851510341922247/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=4339851510341922247&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4339851510341922247?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/4339851510341922247?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/GILO6EqxZIQ/stupidedia-sinnlosportale.html" title="Stupidedia-Sinnlosportale" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/stupidedia-sinnlosportale.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04FQHczfyp7ImA9WxJQF0w.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-5500753912782239089</id><published>2009-05-30T22:38:00.001+02:00</published><updated>2009-05-30T22:38:31.987+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-30T22:38:31.987+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Sokrates" /><title>Sokrates</title><content type="html">Bedenke, dass die menschlichen Verhältnisse insgesamt unbeständig sind, dann wirst Du im Glück nicht zu fröhlich und im Unglück nicht zu traurig sein.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-5500753912782239089?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/5500753912782239089/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=5500753912782239089&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5500753912782239089?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5500753912782239089?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/SEGTZWtjRAk/sokrates.html" title="Sokrates" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/sokrates.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08CRHwzeyp7ImA9WxJQF0w.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-2207320130774236524</id><published>2009-05-30T22:37:00.003+02:00</published><updated>2009-05-30T22:37:45.283+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-30T22:37:45.283+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Konfuzius" /><title>Konfuzius</title><content type="html">Fordere viel von Dir selbst und erwarte wenig von anderen. So wird Dir viel Ärger erspart bleiben.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-2207320130774236524?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/2207320130774236524/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=2207320130774236524&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/2207320130774236524?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/2207320130774236524?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/zSiIhbfyXL8/konfuzius_30.html" title="Konfuzius" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/konfuzius_30.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08HRnw8eCp7ImA9WxJQF0w.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-5845667507815092450</id><published>2009-05-30T22:37:00.001+02:00</published><updated>2009-05-30T22:37:17.270+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-30T22:37:17.270+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Konfuzius" /><title>Konfuzius</title><content type="html">Die Menschen stolpern nicht über Berge, sondern über Maulwurfshügel.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-5845667507815092450?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/5845667507815092450/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=5845667507815092450&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5845667507815092450?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/5845667507815092450?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/zAJMd_tleNA/konfuzius.html" title="Konfuzius" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/konfuzius.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0ANRno4eip7ImA9WxJQF0w.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-1148545578846344049</id><published>2009-05-30T22:36:00.001+02:00</published><updated>2009-05-30T22:36:37.432+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-30T22:36:37.432+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Pythagoras" /><title>Pythagoras</title><content type="html">Die kürzesten Wörter, nämlich ja und nein, erfordern das meiste Nachdenken.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-1148545578846344049?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/1148545578846344049/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=1148545578846344049&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1148545578846344049?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1148545578846344049?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/VVAjzDyQN_k/pythagoras.html" title="Pythagoras" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/pythagoras.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcEQXo-eip7ImA9WxJQF0w.&quot;"><id>tag:blogger.com,1999:blog-3764859359830857835.post-1640713194120008564</id><published>2009-05-30T22:06:00.001+02:00</published><updated>2009-05-30T22:06:40.452+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-30T22:06:40.452+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Leonardo da Vinci" /><title>Leonardo da Vinci</title><content type="html">Jede kleine Ehrlichkeit ist besser als eine große Lüge.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3764859359830857835-1640713194120008564?l=ozguraytekin.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ozguraytekin.blogspot.com/feeds/1640713194120008564/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3764859359830857835&amp;postID=1640713194120008564&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1640713194120008564?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3764859359830857835/posts/default/1640713194120008564?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CLinqWcfWfWpfnetFrameworkVisualStudioSqlServer-OzgurAytekin/~3/Bx4Cy2TziZ8/leonardo-da-vinci.html" title="Leonardo da Vinci" /><author><name>Özgür Aytekin</name><uri>http://www.blogger.com/profile/00326319134477062991</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02296153683392217021" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://ozguraytekin.blogspot.com/2009/05/leonardo-da-vinci.html</feedburner:origLink></entry></feed>
