<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# Kitabı</title>
	<atom:link href="http://www.csharpkitabi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.csharpkitabi.com</link>
	<description>C Sharp Kitabı, CSHARP Makalesi, C# Dersleri ve C# Örnekleri</description>
	<lastBuildDate>Fri, 06 Apr 2012 20:25:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Windows Server 2008 Notları</title>
		<link>http://www.csharpkitabi.com/windows-server-2008/windows-server-2008-notlari.aspx</link>
		<comments>http://www.csharpkitabi.com/windows-server-2008/windows-server-2008-notlari.aspx#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:25:22 +0000</pubDate>
		<dc:creator>İzzet ASLAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5637</guid>
		<description><![CDATA[Sunucu İşletim Sistemi Ders Notları https://hotfile.com/dl/152044399/0017266/Sunucu_letim_Sistemi.rar.html]]></description>
			<content:encoded><![CDATA[<p>Sunucu İşletim Sistemi Ders Notları</p>
<p><a href="https://hotfile.com/dl/152044399/0017266/Sunucu_letim_Sistemi.rar.html" rel="nofollow nofollow" target="_blank">https://hotfile.com/dl/<wbr>152044399/0017266/<wbr>Sunucu_letim_Sistemi.rar.html</wbr></wbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/windows-server-2008/windows-server-2008-notlari.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System.ArgumentException: The specified string is not in the form required for a subject</title>
		<link>http://www.csharpkitabi.com/hatalar-debug/system-argumentexception-the-specified-string-is-not-in-the-form-required-for-a-subject.aspx</link>
		<comments>http://www.csharpkitabi.com/hatalar-debug/system-argumentexception-the-specified-string-is-not-in-the-form-required-for-a-subject.aspx#comments</comments>
		<pubDate>Wed, 28 Mar 2012 08:59:34 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[Hatalar - Debug]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5626</guid>
		<description><![CDATA[Server Error in '/rentacar/filoantalyaairport' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an [...]]]></description>
			<content:encoded><![CDATA[<pre>Server Error in '/rentacar/filoantalyaairport' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

"The specified string is not in the form required for a subject."

System.ArgumentException: The specified string is not in the form required for a subject.
   at System.Net.Mail.Message.set_Subject(String value)
   at System.Net.Mail.MailMessage.set_Subject(String value)
</pre>
<p>System.Net.Mail.MailMessage ile mail gönderirken karşılaştığım basit bir hata.<br />
Gönderdiğim mailde konu kısmını yani mail başlığını direk veri tabanından alıyordum. Veri girişi sırasında oluşan bir satır başı veya satır sonu kodu yüzünden bu hata ile karşılaştığımı anladım.</p>
<p>Çözümü de gayet basit Replace ile bu kodları temizliyoruz.</p>
<pre>
subject= subject.Replace("\n", " ").Replace("\r", " ");
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/hatalar-debug/system-argumentexception-the-specified-string-is-not-in-the-form-required-for-a-subject.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Csharp Kitabı</title>
		<link>http://www.csharpkitabi.com/genel/csharp-kitabi.aspx</link>
		<comments>http://www.csharpkitabi.com/genel/csharp-kitabi.aspx#comments</comments>
		<pubDate>Sun, 18 Mar 2012 16:50:07 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5623</guid>
		<description><![CDATA[C# kitabı sitemiz kısa süreliğine kapalı kalmıştır. Bunun nedeni sizlere daha iyi ve kesintisiz csharp eğitimleri ve örnekleri sunmak için daha kaliteli bir servera taşınmayı uygun gördük. Umarım sitemizde iyi vakit geçirerek aradığın c# kodlarına ve csharp makalelerine ulaşabilirsiniz.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csharpkitabi.com/">C# kitabı</a> sitemiz kısa süreliğine kapalı kalmıştır. Bunun nedeni sizlere daha iyi ve kesintisiz csharp eğitimleri ve örnekleri sunmak için daha kaliteli bir servera taşınmayı uygun gördük. Umarım sitemizde iyi vakit geçirerek aradığın c# kodlarına ve csharp makalelerine ulaşabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/genel/csharp-kitabi.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Çakışması</title>
		<link>http://www.csharpkitabi.com/jquery/jquery-cakismasi.aspx</link>
		<comments>http://www.csharpkitabi.com/jquery/jquery-cakismasi.aspx#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:11:47 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5617</guid>
		<description><![CDATA[Jquery’nin bilinen en popüler javascript kütüphanelerinden birisi olmasının nedeni sorunlarınıza pratik çözümler üretmesi.İşte bu tip sorunlardan birisi olan çakışmalar can sıkıcı olabilmekte.Ancak jquery’nin buna da ufak ama etkili bir çözümü var. Çözüme geçmeden önce ilk olarak bu konudaki kişisel deneyimimi oluşturan sorunu paylaşmak istiyorum ; geçen günler içerisinde bir projemde grey box kullanmaya karar verdim.Onca [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5618" title="yazi-2" src="http://www.csharpkitabi.com/wp-content/uploads/2012/03/yazi-2.png" alt="" width="600" height="175" /></p>
<p>Jquery’nin bilinen en popüler javascript kütüphanelerinden birisi olmasının nedeni sorunlarınıza pratik çözümler üretmesi.İşte bu tip sorunlardan birisi olan çakışmalar can sıkıcı olabilmekte.Ancak jquery’nin buna da ufak ama etkili bir çözümü var.</p>
<p>Çözüme geçmeden önce ilk olarak bu konudaki kişisel deneyimimi oluşturan sorunu paylaşmak istiyorum ; geçen günler içerisinde bir projemde grey box kullanmaya karar verdim.Onca jquery eklentisi varken neden böyle bir script kullandığım tartışılır ancak yine kullanma kararını aldım ve projenin birçok bölümünde kullandım.Sonrasında son görsel değişiklikleri yapmadan önce kullanmak istediğim Jquery efektlerinin çalışmadığını fark ettim.Bu noktadan sonra sorunun çakışma sorunu olduğu birkaç testten sonra aşikardı.</p>
<p>Ufak bir araştırma sonunda Jquery’nin bu gibi çakışma sorunları için ufak ve etkili bir çözüme sahip olduğunu buldum.<br />
Genel olarak çakışmaların nedeni javascript kütüphanerlinin benzer kısayolları tercih etmeleri.Bu yüzden Jquery bizlere seçici kısayolumuzu yani ‘$’ değiştirmemiz sağlayacak kolaylığı sunmuş.Örneğiş $ işaretimizi $x ile şu şekilde değiştirebilmekteyiz.</p>
<pre>var $x = jQuery.noConflict();</pre>
<p>Bu kodu sayfanız içerisinde herhangi bir scripte eklemeniz yeterli.Ve böyle yeni seçiciniz $x olacaktır.<br />
<code>&lt; script type="text/javascript"&gt;// &lt; ![CDATA[<br />
var $x = jQuery.noConflict();<br />
$x(document).ready(function() {<br />
$x(‘#ekle’).click(function(){<br />
$x(‘#ozellikler’).append("<label for="’ozellik[]‘">Özellik</label>");<br />
});<br />
});<br />
// ]]&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/jquery/jquery-cakismasi.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yıldızlar ile ters piramit yapmak</title>
		<link>http://www.csharpkitabi.com/csharp-ornekleri/csharp-console-ornekleri/yildizlar-ile-ters-piramit-yapmak.aspx</link>
		<comments>http://www.csharpkitabi.com/csharp-ornekleri/csharp-console-ornekleri/yildizlar-ile-ters-piramit-yapmak.aspx#comments</comments>
		<pubDate>Sat, 25 Feb 2012 21:35:54 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[CSharp Console Örnekleri]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5613</guid>
		<description><![CDATA[Mustafa ALper arkadaşımıza paylaşım için teşekkür ederiz. ‎***** şekil bu arkadaşlar :) *** * using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication53 { class Program { static void Main(string[] args) { for (int m = 0; m]]></description>
			<content:encoded><![CDATA[<p>Mustafa ALper arkadaşımıza paylaşım için teşekkür ederiz.</p>
<p>‎***** şekil bu arkadaşlar :)<br />
 ***<br />
  *</p>
<pre>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication53
{
class Program
{
static void Main(string[] args)
{
for (int m = 0; m <= 5; m++)
{

for (int n = 0; n <= m; n++)

Console.Write(" ");

for (int z = m * 2; z <= 5 * 2; z++)

Console.Write("*");

Console.WriteLine();

}

Console.ReadKey();
}
}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/csharp-ornekleri/csharp-console-ornekleri/yildizlar-ile-ters-piramit-yapmak.aspx/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Girilen sayı asal mı değil mi?</title>
		<link>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/girilen-sayi-asam-mi-degil-mi.aspx</link>
		<comments>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/girilen-sayi-asam-mi-degil-mi.aspx#comments</comments>
		<pubDate>Wed, 15 Feb 2012 22:32:57 +0000</pubDate>
		<dc:creator>İzzet ASLAN</dc:creator>
				<category><![CDATA[CSharp Form Örnekleri]]></category>
		<category><![CDATA[asal sayılar]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5606</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { label2.Text = ""; } private void button1_Click(object sender, EventArgs e) { int sayi = Convert.ToInt32(textBox1.Text); for (int [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csharpkitabi.com/wp-content/uploads/2012/02/Adsız.png"><img class=" wp-image-5607 alignnone" title="Girilen Sayı Asal Mı?" src="http://www.csharpkitabi.com/wp-content/uploads/2012/02/Adsız.png" alt="" width="246" height="165" /></a></p>
<pre>using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication2
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            label2.Text = "";
        }
        private void button1_Click(object sender, EventArgs e)
        {
            int sayi = Convert.ToInt32(textBox1.Text);
            for (int i = 2; i &lt; sayi; i++)
            {
                if (sayi % i == 0)
                {
                    label2.Text = sayi.ToString() + " Sayısı Asal Değildir!";
                    break;
                }
                else
                {
                    label2.Text = sayi.ToString() + " Sayısı Asaldır";

               }
         }
       }
     }
    }</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/girilen-sayi-asam-mi-degil-mi.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hesap Makinesi Kodları</title>
		<link>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/hesap-makinesi-kodlari-2.aspx</link>
		<comments>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/hesap-makinesi-kodlari-2.aspx#comments</comments>
		<pubDate>Wed, 15 Feb 2012 13:03:05 +0000</pubDate>
		<dc:creator>İzzet ASLAN</dc:creator>
				<category><![CDATA[CSharp Form Örnekleri]]></category>
		<category><![CDATA[c sharp hesap makinesi kodları]]></category>
		<category><![CDATA[Hesap Makinesi Kodları]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5601</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace HesapMakinesi { public partial class Form1 : Form { double ilk_sayı = 0; public Form1() { InitializeComponent(); } private void textBox1_TextChanged(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csharpkitabi.com/wp-content/uploads/2012/02/Hesap-Makinesi.png"><img class="alignleft size-thumbnail wp-image-5602" title="Hesap Makinesi" src="http://www.csharpkitabi.com/wp-content/uploads/2012/02/Hesap-Makinesi-150x150.png" alt="" width="150" height="150" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre>
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace HesapMakinesi
{
public partial class Form1 : Form
{
double ilk_sayı = 0;
public Form1()
{
InitializeComponent();
}

private void textBox1_TextChanged(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
if (ilk_sayı != 0) textBox1.Text = "0";
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button1.Text;
}

private void button2_Click(object sender, EventArgs e)
{
if (ilk_sayı != 0) textBox1.Text = "0";

if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button2.Text;

}

private void button3_Click(object sender, EventArgs e)
{
if (ilk_sayı != 0) textBox1.Text = "0";

if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button3.Text;
}

private void button4_Click(object sender, EventArgs e)
{
if (ilk_sayı != 0) textBox1.Text = "0";

if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button4.Text;
}

private void button5_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button5.Text;
}

private void button6_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button6.Text;
}

string işlem = "";
private void button7_Click(object sender, EventArgs e)
{
ilk_sayı = Convert.ToDouble(textBox1.Text);
textBox1.Text = "0";
işlem = "-";

}

private void button9_Click(object sender, EventArgs e)
{
if (işlem == "-")
textBox1.Text = (ilk_sayı - Convert.ToDouble(textBox1.Text)).ToString();
if (işlem == "*")
textBox1.Text = (ilk_sayı * Convert.ToDouble(textBox1.Text)).ToString();
if (işlem == "+")
textBox1.Text = (ilk_sayı + Convert.ToDouble(textBox1.Text)).ToString();
if (işlem == "/")
textBox1.Text = (ilk_sayı / Convert.ToDouble(textBox1.Text)).ToString();
}

private void button8_Click(object sender, EventArgs e)
{
ilk_sayı = Convert.ToDouble(textBox1.Text);
textBox1.Text = "0";
işlem = "*";
}

private void Form1_Load(object sender, EventArgs e)
{

}
double ikinci = 0;
private void button10_Click(object sender, EventArgs e)
{
if (ilk_sayı == 0)
{
ilk_sayı = Convert.ToDouble(textBox1.Text);
textBox1.Text = "0";
işlem = "+";
}
else
{
ikinci = ilk_sayı + Convert.ToDouble(textBox1.Text);
textBox1.Text = ikinci.ToString();

}
}

private void button11_Click(object sender, EventArgs e)
{
ilk_sayı = Convert.ToDouble(textBox1.Text);
textBox1.Text = "0";
işlem = "/";
}

private void button12_Click(object sender, EventArgs e)
{

textBox1.Text = textBox1.Text + button12.Text;

}

private void button15_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button15.Text;
}

private void button14_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button14.Text;
}

private void button13_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button13.Text;
}

private void button16_Click(object sender, EventArgs e)
{
if (textBox1.Text == "0") textBox1.Text = "";
textBox1.Text = textBox1.Text + button16.Text;
}

private void button17_Click(object sender, EventArgs e)
{
ilk_sayı = 0;
textBox1.Text = "0";
}

private void button18_Click(object sender, EventArgs e)
{
if (textBox1.Text.Length == 1) textBox1.Text = "0";
else
textBox1.Text = textBox1.Text.Substring(0, textBox1.Text.Length - 1);
}
}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/csharp-ornekleri/csharp-form-ornekleri/hesap-makinesi-kodlari-2.aspx/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Word büyük küçük harf değiştir</title>
		<link>http://www.csharpkitabi.com/microsoft-office/word/word-buyuk-kucuk-harf-degistir.aspx</link>
		<comments>http://www.csharpkitabi.com/microsoft-office/word/word-buyuk-kucuk-harf-degistir.aspx#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:16:45 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5528</guid>
		<description><![CDATA[Word 2007 kullanmak ne kadar zor ve zahmetli bir şeymiş. Excel ve word&#8217;ü çok iyi kullanırdım taki 2007 çıkana kadar. Menülere alışmak o kadar zor olmuş ki benim gibi düz mantık çalışan insanların işi baya zorlaşmış. Yazıdaki harflerin Tümü Küçük Harf, tümü büyük harf, ilk harfler büyük yapmak için resimdeki icona tıklamanız yeterlidir. Kırmızı yuvarlak [...]]]></description>
			<content:encoded><![CDATA[<p>Word 2007 kullanmak ne kadar zor ve zahmetli bir şeymiş. Excel ve word&#8217;ü çok iyi kullanırdım taki 2007 çıkana kadar. Menülere alışmak o kadar zor olmuş ki benim gibi düz mantık çalışan insanların işi baya zorlaşmış.</p>
<p>Yazıdaki harflerin Tümü Küçük Harf, tümü büyük harf, ilk harfler büyük yapmak için resimdeki icona tıklamanız yeterlidir. Kırmızı yuvarlak içindeki Aa iconuna.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/microsoft-office/word/word-buyuk-kucuk-harf-degistir.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshopta renkleri ters çevirmek</title>
		<link>http://www.csharpkitabi.com/photoshop/photoshopta-renkleri-ters-cevirmek.aspx</link>
		<comments>http://www.csharpkitabi.com/photoshop/photoshopta-renkleri-ters-cevirmek.aspx#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:13:19 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=5283</guid>
		<description><![CDATA[Image>Adjustments>Invert (crtl+i)]]></description>
			<content:encoded><![CDATA[<p>Image>Adjustments>Invert (crtl+i)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/photoshop/photoshopta-renkleri-ters-cevirmek.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bir ReferentialConstraint&#8217;teki bağımlı bir özellik depo tarafından üretilmiş bir sütuna eşlendi. Sütun: &#8216;ID&#8217;.</title>
		<link>http://www.csharpkitabi.com/hatalar-debug/bir-referentialconstraintteki-bagimli-bir-ozellik-depo-tarafindan-uretilmis-bir-sutuna-eslendi-sutun-id.aspx</link>
		<comments>http://www.csharpkitabi.com/hatalar-debug/bir-referentialconstraintteki-bagimli-bir-ozellik-depo-tarafindan-uretilmis-bir-sutuna-eslendi-sutun-id.aspx#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:16:15 +0000</pubDate>
		<dc:creator>Özcan BAYĞUŞ</dc:creator>
				<category><![CDATA[Hatalar - Debug]]></category>

		<guid isPermaLink="false">http://www.csharpkitabi.com/?p=4962</guid>
		<description><![CDATA[MSSQL de ReferentialConstraint tanımlarken yeni Keys oluştururken oluşturduğunuz key id ile tanımlanmış alana kayıt girmeye çalışıyor. Yani ID alanı identity olarak tanımlandığı için doğal olarak bir artarak bu alana otomatik kayıt girileceğinden dolayı siz bu alanı değiştirmeye çalıştığınızdan dolayı hata verir.]]></description>
			<content:encoded><![CDATA[<p>MSSQL de ReferentialConstraint tanımlarken yeni Keys oluştururken oluşturduğunuz key id ile tanımlanmış alana kayıt girmeye çalışıyor. Yani ID alanı identity olarak tanımlandığı için doğal olarak bir artarak bu alana otomatik kayıt girileceğinden dolayı siz bu alanı değiştirmeye çalıştığınızdan dolayı hata verir.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharpkitabi.com/hatalar-debug/bir-referentialconstraintteki-bagimli-bir-ozellik-depo-tarafindan-uretilmis-bir-sutuna-eslendi-sutun-id.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

