<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Levent YILDIZ</title>
    <link>http://www.leventyildiz.net/</link>
    <description>coding @ the speed of thought</description>
    <language>en-us</language>
    <copyright>Levent YILDIZ</copyright>
    <lastBuildDate>Tue, 14 Apr 2009 21:55:41 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>lvntyldz@gmail.com</managingEditor>
    <webMaster>lvntyldz@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.semgoksu.com/sem-goksu-blog-sistemi-yazisi/534.aspx">http://www.semgoksu.com/sem-goksu-blog-sistemi-yazisi/534.aspx</a>
        </p>
        <p>
My future blogging system (as soon as sem completes multilanguage implementation)<br />
Great work! 
</p>
        <img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8" />
      </body>
      <title>Sem's Open Source Blog System. - Sem Göksu Açık Kaynak Kodlu Blog Sistemi</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8.aspx</guid>
      <link>http://www.leventyildiz.net/2009/04/14/SemsOpenSourceBlogSystemSemG%c3%b6ksuA%c3%a7%c4%b1kKaynakKodluBlogSistemi.aspx</link>
      <pubDate>Tue, 14 Apr 2009 21:55:41 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.semgoksu.com/sem-goksu-blog-sistemi-yazisi/534.aspx"&gt;http://www.semgoksu.com/sem-goksu-blog-sistemi-yazisi/534.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
My future blogging system (as soon as sem completes multilanguage implementation)&lt;br&gt;
Great work! 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,0b3cec32-5ec4-4d5a-b008-5e3d4e48c1a8.aspx</comments>
      <category>Genel</category>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=177aea5b-c0a6-4123-9fd8-fa7623545659</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,177aea5b-c0a6-4123-9fd8-fa7623545659.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,177aea5b-c0a6-4123-9fd8-fa7623545659.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=177aea5b-c0a6-4123-9fd8-fa7623545659</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Assume you have a base class and another class derived from it. You have events defined
in base class so you wish to use them in the derived class.<br /><br /><span style="FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">    <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> a<br />
    {<br />
        <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">delegate</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> Amanindelegate();<br />
        <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">event</span> Amanindelegate
Amanin;<br />
    }<br /><br />
    <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> b:a<br />
    {<br />
        <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> hey0()<br />
        {<br />
            <font color="#ff0000">Amanin();<br /></font>        }<br />
    }<br />
    <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> Program<br />
    {<br />
        <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">static</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> Main(<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">string</span>[]
args)<br />
        {<br />
            b b1=<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">new</span> b();<br />
            b1.Amanin+=<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">new</span> a.Amanindelegate(b1_Amanin);<br />
            b1.hey0();<br />
        }<br />
        <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">static</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> b1_Amanin()<br />
        {<br />
            Console.WriteLine(<span style="FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #e4e4e4">"aboovv"</span>);<br />
        }<br />
    }<br /></span></p>
        <p>
Here you have the mentioned error in hey0 method line Amanin();<br />
The best practice is as follows.<br /><br /></p>
        <pre>
          <span style="FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">
            <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> a
{ <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">delegate</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> Amanindelegate(); <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">virtual</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">event</span> Amanindelegate
Amanin; } <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> b:a
{ <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">override</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">event</span> a.Amanindelegate
Amanin; <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">public</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> hey0()
{ Amanin(); } } <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">class</span> Program
{ <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">static</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> Main(<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">string</span>[]
args) { b b1=<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">new</span> b();
b1.Amanin+=<span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">new</span> a.Amanindelegate(b1_Amanin);
b1.hey0(); } <span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">static</span><span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent">void</span> b1_Amanin()
{ Console.WriteLine(<span style="FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #e4e4e4">"aboovv"</span>);
} } </span>
        </pre>
        <p>
 
</p>
        <img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=177aea5b-c0a6-4123-9fd8-fa7623545659" />
      </body>
      <title>The event 'X' can only appear on the left hand side of += or -= (except when used from within the type 'X')</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,177aea5b-c0a6-4123-9fd8-fa7623545659.aspx</guid>
      <link>http://www.leventyildiz.net/2009/03/12/TheEventXCanOnlyAppearOnTheLeftHandSideOfOrExceptWhenUsedFromWithinTheTypeX.aspx</link>
      <pubDate>Thu, 12 Mar 2009 16:46:52 GMT</pubDate>
      <description>&lt;p&gt;
Assume you have a base class and another class derived from it. You have events defined
in base class so you wish to use them in the derived class.&lt;br&gt;
&lt;br&gt;
&lt;span style="FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;delegate&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; Amanindelegate();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;event&lt;/span&gt; Amanindelegate
Amanin;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; b:a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; hey0()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color=#ff0000&gt;Amanin();&lt;br&gt;
&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; Program&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;static&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; Main(&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;string&lt;/span&gt;[]
args)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b b1=&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;new&lt;/span&gt; b();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b1.Amanin+=&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;new&lt;/span&gt; a.Amanindelegate(b1_Amanin);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b1.hey0();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;static&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; b1_Amanin()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(&lt;span style="FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #e4e4e4"&gt;"aboovv"&lt;/span&gt;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Here you have the mentioned error in hey0 method line Amanin();&lt;br&gt;
The best practice is as follows.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;&lt;span style="FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; a
{ &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;delegate&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; Amanindelegate(); &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;virtual&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;event&lt;/span&gt; Amanindelegate
Amanin; } &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; b:a
{ &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;override&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;event&lt;/span&gt; a.Amanindelegate
Amanin; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;public&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; hey0()
{ Amanin(); } } &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;class&lt;/span&gt; Program
{ &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;static&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; Main(&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;string&lt;/span&gt;[]
args) { b b1=&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;new&lt;/span&gt; b();
b1.Amanin+=&lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;new&lt;/span&gt; a.Amanindelegate(b1_Amanin);
b1.hey0(); } &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;static&lt;/span&gt; &lt;span style="FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Courier New; BACKGROUND-COLOR: transparent"&gt;void&lt;/span&gt; b1_Amanin()
{ Console.WriteLine(&lt;span style="FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #e4e4e4"&gt;"aboovv"&lt;/span&gt;);
} } &lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=177aea5b-c0a6-4123-9fd8-fa7623545659" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,177aea5b-c0a6-4123-9fd8-fa7623545659.aspx</comments>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you are having troubles with installing/registering ReportViewer dll's either using
gacutil.exe or setup file, you can download the Microsoft Report Viewer Redistributable
2008 package from the following link.<br /><br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF&amp;displaylang=en</a></p>
        <img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec" />
      </body>
      <title>Could not load file or assembly 'Microsoft.ReportViewer.WebForms</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec.aspx</guid>
      <link>http://www.leventyildiz.net/2009/02/03/CouldNotLoadFileOrAssemblyMicrosoftReportViewerWebForms.aspx</link>
      <pubDate>Tue, 03 Feb 2009 16:10:39 GMT</pubDate>
      <description>&lt;p&gt;
If you are having troubles with installing/registering ReportViewer dll's either using
gacutil.exe or setup file, you can download the Microsoft Report Viewer Redistributable
2008 package from the following link.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF&amp;amp;displaylang=en&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,2ef4db20-f7c8-41aa-ae29-62b9a18ad7ec.aspx</comments>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=4574b16f-45d0-4a9f-aa6d-0d57bf387b29</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,4574b16f-45d0-4a9f-aa6d-0d57bf387b29.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,4574b16f-45d0-4a9f-aa6d-0d57bf387b29.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=4574b16f-45d0-4a9f-aa6d-0d57bf387b29</wfw:commentRss>
      <title>NetBT Error, EventID:4321</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,4574b16f-45d0-4a9f-aa6d-0d57bf387b29.aspx</guid>
      <link>http://www.leventyildiz.net/2009/01/20/NetBTErrorEventID4321.aspx</link>
      <pubDate>Tue, 20 Jan 2009 03:18:39 GMT</pubDate>
      <description>&lt;p&gt;
The name "Donaminname :1d" could not be registered on the Interface with IP address
X.X.X.X (windows 2003 DC or server). The machine with the IP address X.X.X.X (PDC
emulator) did not allow the name to be claimed by this machine.
&lt;/p&gt;
&lt;p&gt;
The solution is simple. type "nbtstat -r" on command prompt &amp; disable computer browser
service. It's an error caused by wins. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=4574b16f-45d0-4a9f-aa6d-0d57bf387b29" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,4574b16f-45d0-4a9f-aa6d-0d57bf387b29.aspx</comments>
      <category>Server Systems</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=3ecde621-651a-4540-8f7b-fb702c65afff</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,3ecde621-651a-4540-8f7b-fb702c65afff.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,3ecde621-651a-4540-8f7b-fb702c65afff.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3ecde621-651a-4540-8f7b-fb702c65afff</wfw:commentRss>
      <title>Catrix hilarious</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,3ecde621-651a-4540-8f7b-fb702c65afff.aspx</guid>
      <link>http://www.leventyildiz.net/2009/01/20/CatrixHilarious.aspx</link>
      <pubDate>Tue, 20 Jan 2009 03:13:25 GMT</pubDate>
      <description>&lt;p&gt;
They couldn't shoot a video which exactly matches the orig. one even if they want
to.No words to say :)
&lt;/p&gt;
&lt;object width="425" height="344"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/LtfQVCY8idE&amp;hl=en&amp;fs=1"&gt;&gt;
&lt;param name="allowFullScreen" value="true"&gt;&gt;
&lt;param name="allowscriptaccess" value="always"&gt;&gt;&lt;embed src="http://www.youtube.com/v/LtfQVCY8idE&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;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=3ecde621-651a-4540-8f7b-fb702c65afff" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,3ecde621-651a-4540-8f7b-fb702c65afff.aspx</comments>
      <category>Genel</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=b5a5b744-0aec-4cc7-8178-e128d5617dc6</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,b5a5b744-0aec-4cc7-8178-e128d5617dc6.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,b5a5b744-0aec-4cc7-8178-e128d5617dc6.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b5a5b744-0aec-4cc7-8178-e128d5617dc6</wfw:commentRss>
      <title>Installing ESX 3i 3.5.0 to HP Dx2300 microtower with SATA HDD</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,b5a5b744-0aec-4cc7-8178-e128d5617dc6.aspx</guid>
      <link>http://www.leventyildiz.net/2009/01/17/InstallingESX3i350ToHPDx2300MicrotowerWithSATAHDD.aspx</link>
      <pubDate>Sat, 17 Jan 2009 23:39:24 GMT</pubDate>
      <description>&lt;p&gt;
3 system engineers, 1 microtower, 1 esxi cd&lt;br&gt;
Tonight we tried to setup vmware esx 3i 3.5 to a hp dx2300 microtower.&lt;br&gt;
It was a painful night, first we searched for a hdd because original hdd should be
saved as it was containing critical data for one of my project.&lt;br&gt;
So me &amp; Serkan called Arda and asked him to bring a sata hdd.&lt;br&gt;
He came &amp; we setup the hdd and burned out the iso &amp; finally we were ready for the
installation&lt;br&gt;
Whoops we got the first error, memory was not enough.Logistics manager Arda :) took
a ride to his place &amp; brought 2gb ram.&lt;br&gt;
Voila, installation was started, but suddenly we got an error message telling that
esxi did not find any storage device to make the installation.&lt;br&gt;
Anyway we googled a little but we could not find any resource.End of the night :)&lt;br&gt;
&lt;br&gt;
So i decided to download &amp; install esx 3.5 trial, but that attempt was kicked backed
by the "competible nic not found" error :((&lt;br&gt;
I was frustrated.
&lt;/p&gt;
&lt;p&gt;
Late @ the same night while i was coding, i decided to re-google the problem.&lt;br&gt;
Finally i got the solution.I had to change 4 chars in a py file in esxi.&lt;br&gt;
&lt;br&gt;
If esxi could not find your sata drive, do the following&lt;br&gt;
&lt;br&gt;
Press &lt;strong&gt;alt+f1&lt;/strong&gt; and drop to console&lt;br&gt;
type &lt;strong&gt;root&lt;/strong&gt; as the username and leave &lt;strong&gt;blank&lt;/strong&gt; for the
password&lt;br&gt;
edit the /usr/lib/vmware/installer/Core/TargetFilter.py file by entering&lt;br&gt;
&lt;strong&gt;vi /usr/lib/vmware/installer/Core/TargetFilter.py&lt;/strong&gt;
&lt;br&gt;
find the def IDEFilter(lun) proc and change the "return interface.GetInterfaceType()
== ScsiInterface.SCSI_IFACE_TYPE_IDE" line as "return interface.GetInterfaceType()
== ScsiInterface.SCSI_IFACE_TYPE_&lt;strong&gt;ISCSI&lt;/strong&gt;" 
&lt;br&gt;
save and quit by &lt;strong&gt;:wq!&lt;br&gt;
&lt;/strong&gt;type install&lt;br&gt;
&lt;br&gt;
The original help document can be found @&lt;br&gt;
&lt;a href="http://www.vm-help.com/esx/esx3i/ESXi_install_to_IDE_drive/ESXi_install_to_IDE_drive.php"&gt;http://www.vm-help.com/esx/esx3i/ESXi_install_to_IDE_drive/ESXi_install_to_IDE_drive.php&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
What a wonderful night.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=b5a5b744-0aec-4cc7-8178-e128d5617dc6" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,b5a5b744-0aec-4cc7-8178-e128d5617dc6.aspx</comments>
      <category>Virtualization</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=b9902080-5f07-4259-b9b6-5733b73560f9</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,b9902080-5f07-4259-b9b6-5733b73560f9.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,b9902080-5f07-4259-b9b6-5733b73560f9.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b9902080-5f07-4259-b9b6-5733b73560f9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Having problem with mdichild form size
on form load?<br />
try setting the AutoScaleMode to Inherit on mdi child form.<br /><p></p><img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=b9902080-5f07-4259-b9b6-5733b73560f9" /></body>
      <title>MDI Child form resize problem.</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,b9902080-5f07-4259-b9b6-5733b73560f9.aspx</guid>
      <link>http://www.leventyildiz.net/2009/01/01/MDIChildFormResizeProblem.aspx</link>
      <pubDate>Thu, 01 Jan 2009 21:51:23 GMT</pubDate>
      <description>Having problem with mdichild form size on form load?&lt;br&gt;
try setting the AutoScaleMode to Inherit on mdi child form.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=b9902080-5f07-4259-b9b6-5733b73560f9" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,b9902080-5f07-4259-b9b6-5733b73560f9.aspx</comments>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=e6874c12-3acf-40e0-a914-e715cac260f3</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,e6874c12-3acf-40e0-a914-e715cac260f3.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,e6874c12-3acf-40e0-a914-e715cac260f3.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=e6874c12-3acf-40e0-a914-e715cac260f3</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://www.leventyildiz.net/content/binary/images%20(1).jpg" border="0" />
          <br />
A Forecast...<br /><br />
Whenever SaaS and Soa completes their evolution, a new era will rise;<br /><strong>Internet Software Studio<br /></strong>A platform where developers will no longer need a software development studio,<br />
A platform where development &amp; compilation can be done online, where intermediate
software users will able to develop their own software without digging into huge documentations...<br /><br />
Some day...
</p>
        <img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=e6874c12-3acf-40e0-a914-e715cac260f3" />
      </body>
      <title>Internet Software Studio</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,e6874c12-3acf-40e0-a914-e715cac260f3.aspx</guid>
      <link>http://www.leventyildiz.net/2008/10/27/InternetSoftwareStudio.aspx</link>
      <pubDate>Mon, 27 Oct 2008 18:27:02 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://www.leventyildiz.net/content/binary/images%20(1).jpg" border=0&gt;
&lt;br&gt;
A Forecast...&lt;br&gt;
&lt;br&gt;
Whenever&amp;nbsp;SaaS and Soa completes their evolution, a new era will rise;&lt;br&gt;
&lt;strong&gt;Internet Software Studio&lt;br&gt;
&lt;/strong&gt;A platform where developers will no longer need a software development studio,&lt;br&gt;
A platform where development &amp;amp; compilation&amp;nbsp;can be done online, where intermediate
software users will able to develop their own software without digging into huge documentations...&lt;br&gt;
&lt;br&gt;
Some day...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=e6874c12-3acf-40e0-a914-e715cac260f3" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,e6874c12-3acf-40e0-a914-e715cac260f3.aspx</comments>
      <category>Internet</category>
      <category>Server Systems</category>
      <category>Software</category>
      <category>Virtualization</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=a630c801-371e-4771-a684-864ff5ecc035</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,a630c801-371e-4771-a684-864ff5ecc035.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,a630c801-371e-4771-a684-864ff5ecc035.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=a630c801-371e-4771-a684-864ff5ecc035</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Dtp nin sitesi hacklendi.<br />
dün akşam saat 22:30 civarında...
</p>
        <img src="http://www.leventyildiz.net/content/binary/dtp.JPG" border="0" />
        <img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=a630c801-371e-4771-a684-864ff5ecc035" />
      </body>
      <title>Hack</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,a630c801-371e-4771-a684-864ff5ecc035.aspx</guid>
      <link>http://www.leventyildiz.net/2008/10/23/Hack.aspx</link>
      <pubDate>Thu, 23 Oct 2008 06:47:15 GMT</pubDate>
      <description>&lt;p&gt;
Dtp nin sitesi hacklendi.&lt;br&gt;
dün akşam saat 22:30 civarında...
&lt;/p&gt;
&lt;img src="http://www.leventyildiz.net/content/binary/dtp.JPG" border=0&gt;&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=a630c801-371e-4771-a684-864ff5ecc035" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,a630c801-371e-4771-a684-864ff5ecc035.aspx</comments>
      <category>Genel</category>
      <category>Server Systems</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=6df08a87-d62a-437f-b812-27f95f708486</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,6df08a87-d62a-437f-b812-27f95f708486.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,6df08a87-d62a-437f-b812-27f95f708486.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6df08a87-d62a-437f-b812-27f95f708486</wfw:commentRss>
      <title>Suicide of a hacker.</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,6df08a87-d62a-437f-b812-27f95f708486.aspx</guid>
      <link>http://www.leventyildiz.net/2008/09/04/SuicideOfAHacker.aspx</link>
      <pubDate>Thu, 04 Sep 2008 22:32:50 GMT</pubDate>
      <description>My description for a hacker is the expert of all tech systems including coding.My description for the best hacker is the one tht has never been cought.But this guy is different, he exposes himself &amp;amp; his hack.&lt;br&gt;
&lt;br&gt;
But i must confess, this is the best &amp;amp; funniest hack event i've seen for the past
year.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;div style="width:465px;"&gt;&lt;embed src="http://www.izlesene.com/player2.swf?video=254696" wmode="window" bgcolor="#000000" allowfullscreen="true" scale="noScale" width="100%" height="355" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;
&lt;div style="background:#000000; padding:7px 0px  7px 7px;"&gt;&lt;span style="color:#CCCCCC; font-family:Tahoma; font-size:12px"&gt;İlgili
aramalar: &lt;a style="color:#FF9900; font-family:Tahoma; font-size:12px" href="http://www.izlesene.com/video/komik_videolar-komik-----canli-yayinda-kanali-hackliyo/254696/ref=embednew" target="_blank" title="komik  -  canlı yayında kanalı hackliyo:)"&gt;komik
- canlı yayında kanalı hackliyo:)&lt;/a&gt; - &amp;nbsp;&lt;a style="color:#FF9900;text-decoration:underline" href="http://search.izlesene.com/?vse=canlı&amp;ref=embedv2link" target="_blank" title="canlı"&gt;canlı&lt;/a&gt; -
&amp;nbsp;&lt;a style="color:#FF9900;text-decoration:underline" href="http://search.izlesene.com/?vse=yayında&amp;ref=embedv2link" target="_blank" title="yayında"&gt;yayında&lt;/a&gt; -
&amp;nbsp;&lt;a style="color:#FF9900;text-decoration:underline" href="http://search.izlesene.com/?vse=kanalı&amp;ref=embedv2link" target="_blank" title="kanalı"&gt;kanalı&lt;/a&gt; -
&amp;nbsp;&lt;a style="color:#FF9900;text-decoration:underline" href="http://search.izlesene.com/?vse=kacliyo:) &amp;ref=embedv2link" target="_blank" title="kacliyo:) "&gt;kacliyo:) &lt;/a&gt; -
&amp;nbsp;&lt;a style="color:#FF9900;text-decoration:underline" href="http://search.izlesene.com/?vse=nasah132&amp;ref=embedv2link" target="_blank" title="nasah132"&gt;nasah132&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=6df08a87-d62a-437f-b812-27f95f708486" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,6df08a87-d62a-437f-b812-27f95f708486.aspx</comments>
      <category>Security</category>
      <category>Server Systems</category>
    </item>
    <item>
      <trackback:ping>http://www.leventyildiz.net/Trackback.aspx?guid=2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab</trackback:ping>
      <pingback:server>http://www.leventyildiz.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.leventyildiz.net/PermaLink,guid,2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.leventyildiz.net/CommentView,guid,2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab.aspx</wfw:comment>
      <wfw:commentRss>http://www.leventyildiz.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab</wfw:commentRss>
      <title>The Gathering 1 - The gathering is about to begin</title>
      <guid isPermaLink="false">http://www.leventyildiz.net/PermaLink,guid,2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab.aspx</guid>
      <link>http://www.leventyildiz.net/2008/08/26/TheGathering1TheGathering%c4%b0sAboutToBegin.aspx</link>
      <pubDate>Tue, 26 Aug 2008 19:02:56 GMT</pubDate>
      <description>&lt;div&gt;
&lt;object width="410" height="500" type="application/x-shockwave-flash" data="http://comiqs.com/cq/JrPWlVzKGPg/" id="comiqs_JrPWlVzKGPg" &gt;
&lt;param name="movie" value="http://comiqs.com/cq/JrPWlVzKGPg/" /&gt;
&lt;param name="allowNetworking" value="all" /&gt;
&lt;param name="allowScriptAccess" value="always" /&gt;
&lt;param name="wmode" value="transparent" /&gt;&lt;embed width="410" height="500" allownetworking="all" allowscriptaccess="always" wmode="transparent" src="http://comiqs.com/cq/JrPWlVzKGPg/" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href="http://comiqs.com/comics/JrPWlVzKGPg/" title="The Gathering - 1"&gt;The Gathering
- 1&lt;/a&gt; from &lt;a href="http://comiqs.com/profile/lyildiz/" title="lyildiz"&gt;lyildiz&lt;/a&gt; on &lt;a href="http://comiqs.com" title="Create &amp; share your comic-style stories"&gt;Comiqs&lt;/a&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.leventyildiz.net/aggbug.ashx?id=2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab" /&gt;</description>
      <comments>http://www.leventyildiz.net/CommentView,guid,2e0f8baf-bcb0-4deb-b4db-f2e56637e6ab.aspx</comments>
      <category>Genel</category>
    </item>
  </channel>
</rss>