<?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>Salih Kiraz Plog :) &#187; .net</title>
	<atom:link href="http://www.salihk.info/yazilari/net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.salihk.info</link>
	<description>ordan burdan...</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:18:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>visual studio 2010 türkçe yapma</title>
		<link>http://www.salihk.info/visual-studio-2010-turkce-yapma</link>
		<comments>http://www.salihk.info/visual-studio-2010-turkce-yapma#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:15:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[türkçe]]></category>
		<category><![CDATA[türkçeleştirme]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[visual studio 2010]]></category>
		<category><![CDATA[visual studio türkçe]]></category>
		<category><![CDATA[yama]]></category>

		<guid isPermaLink="false">http://www.salihk.info/?p=115</guid>
		<description><![CDATA[visual stuido 2010&#8242;u türkçe kulanmak isteyenler için; 1- linkteki türkçe yama paketini indirin http://www.microsoft.com/downloads/details.aspx?FamilyID=7ee0d8a7-32fb-407d-a010-da3a7d93fc2f&#38;displaylang=tr#filelist 2- kurulum işlemi yaptıktan sonra visul studio&#8217;yu açın menüden  tolls/options menüsüne girin. show all setting seçeneğini işaretleyin Environment&#62;İnternational Setting &#62; türkçe yi seçin . 3- Visula studio&#8217;yu kapatın açın. iyi kullanımlar]]></description>
		<wfw:commentRss>http://www.salihk.info/visual-studio-2010-turkce-yapma/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mssql son eklenen id&#8217;yi alma (mssql insert id)</title>
		<link>http://www.salihk.info/mssql-son-eklenen-idyi-alma-mssql-inserted-id</link>
		<comments>http://www.salihk.info/mssql-son-eklenen-idyi-alma-mssql-inserted-id#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:59:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[insert id]]></category>
		<category><![CDATA[insert into]]></category>
		<category><![CDATA[inserted]]></category>
		<category><![CDATA[last id]]></category>
		<category><![CDATA[scope_ıdenty()]]></category>
		<category><![CDATA[son eklene kayıt]]></category>
		<category><![CDATA[veritabanı]]></category>

		<guid isPermaLink="false">http://www.salihk.info/?p=92</guid>
		<description><![CDATA[mssql de son eklenen id&#8217;yi alma sql cümleciği umarım işinize yarar. INSERT INTO person(name, surname) VALUES    ('Salih', 'KİRAZ'); SELECT SCOPE_IDENTITY() as insert_id; INSERT INTO sinav_soru_siklari (cevap, soruid) VALUES          (&#8216;fdgfg&#8217;, 0); SELECT SCOPE_IDENTITY();]]></description>
		<wfw:commentRss>http://www.salihk.info/mssql-son-eklenen-idyi-alma-mssql-inserted-id/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>asp.net dinamik word dosyası oluşturma(asp.net creating dynamic word document)</title>
		<link>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document</link>
		<comments>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ofis programları]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net word]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[create word]]></category>
		<category><![CDATA[dinamik word]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[word document]]></category>
		<category><![CDATA[word dosyası]]></category>

		<guid isPermaLink="false">http://www.salihk.info/?p=86</guid>
		<description><![CDATA[asp.net c# ile word dosyası oluşturma. html kodları kullanrak word dosyanızı oluşturabilirsiniz. örnek: WordCiktiAl("&#60;u&#62;Salihk.info&#60;/u&#62;"); fonksiyonumuz public static void WordCiktiAl(string yazi) { HttpContext.Current.Response.Clear(); HttpContext.Current.Response.Charset = ""; HttpContext.Current.Response.ContentType = "application/msword"; string strFileName = "Rapor" + ".doc"; HttpContext.Current.Response.AddHeader("Content-Disposition", "inline;filename=" + strFileName); StringBuilder strBody = new StringBuilder(); strBody.Append("&#60;html " + "xmlns: o='urn:schemas-microsoft-com:office:office' " + "xmlns:w='urn:schemas-microsoft-com:office:word'" + "xmlns='http://www.w3.org/TR/REC-html40'&#62;" + "&#60;meta]]></description>
		<wfw:commentRss>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>69 tane vb.net örnek uygulamalar</title>
		<link>http://www.salihk.info/69-tane-vbnet-ornek-uygulamalar</link>
		<comments>http://www.salihk.info/69-tane-vbnet-ornek-uygulamalar#comments</comments>
		<pubDate>Sat, 29 Dec 2007 18:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://salihk.info/69-tane-vbnet-ornek-uygulamalar/</guid>
		<description><![CDATA[çeşitli vb.net uygulamalarının bulunduğu a1vbcode.com sitesinden indirdiğim örnekleri sizler için topladım. link:http://rapidshare.com/files/79906208/vb.net_ornek_uygulamalar_kodlar.rar.html link:http://rapidshare.com/files/85440347/vb.net_ornek_uygulamalar_kodlar.rar]]></description>
		<wfw:commentRss>http://www.salihk.info/69-tane-vbnet-ornek-uygulamalar/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
