<?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# ve SQL &#187; Diğer</title> <atom:link href="http://www.csharptr.com/category/genel/feed" rel="self" type="application/rss+xml" /><link>http://www.csharptr.com</link> <description>C# örneklerim ve kendi geliştirdiğim yazılımlar</description> <lastBuildDate>Sat, 28 Jan 2012 18:33:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Regular Expression (Düzenli İfadeler)</title><link>http://www.csharptr.com/regular-expression-duzenli-ifadeler</link> <comments>http://www.csharptr.com/regular-expression-duzenli-ifadeler#comments</comments> <pubDate>Sun, 23 Oct 2011 12:51:31 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[C#]]></category> <category><![CDATA[Regular Expression]]></category> <guid
isPermaLink="false">http://www.csharptr.com/?p=1070</guid> <description><![CDATA[Bu yazıda regular expression(düzenli ifadeler) ile validasyon yazımını anlatıyor olacağım. Regular expression ile girilen parametrelerin detaylı şekilde format kontrolünü yapabiliriz. Öncelikle sık kullanılan ifadeler için kısaltmalar aşağıdaki gibidir. Bu tarz çok sayıda ifade olduğundan en sık kullanılanları yazdım yine de diğerlerine internetteki kaynaklardan ulaşabilirsiniz. 1234\w &#160;&#91;A-Za-z0-9_&#93; \W &#160;&#91;^A-Za-z0-9_&#93; \d &#160;&#91;0-9&#93; \D &#160;&#91;^0-9&#93; Örneğin regular expression [...]]]></description> <wfw:commentRss>http://www.csharptr.com/regular-expression-duzenli-ifadeler/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>C# ile Dosya Upload</title><link>http://www.csharptr.com/c-ile-dosya-upload</link> <comments>http://www.csharptr.com/c-ile-dosya-upload#comments</comments> <pubDate>Mon, 19 Apr 2010 10:09:56 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[C# ile upload]]></category> <guid
isPermaLink="false">http://www.csharptr.com/c-ile-dosya-upload</guid> <description><![CDATA[C# ile uzaktaki server a uplaod yapmak için aşağıdaki fonksiyonu kullanabilirsiniz.Ftp bilgilerinizi girerek ve dosya dizininizi belirterek uplaod yapabilirsiniz.. Kodlar 123456789101112131415161718192021222324252627282930313233343536373839public string siteAdi = &#34;&#34;; //örn. csharptr.com public string kullaniciAdi = &#34;&#34;; //k.adi public string sifre = &#34;&#34;; //sifre //yukarıda FTP bilgilerinizi giriniz private void Upload&#40;string FtpServer, string Username, string Password, string filename&#41; &#123; &#160; [...]]]></description> <wfw:commentRss>http://www.csharptr.com/c-ile-dosya-upload/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>StreamReader Türkçe Karakter Sorunu</title><link>http://www.csharptr.com/streamreader-turkce-karakter-sorunu</link> <comments>http://www.csharptr.com/streamreader-turkce-karakter-sorunu#comments</comments> <pubDate>Sun, 18 Apr 2010 15:46:01 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[StreamReader Türkçe Karakter Sorunu]]></category> <guid
isPermaLink="false">http://www.csharptr.com/streamreader-turkce-karakter-sorunu</guid> <description><![CDATA[StreamReader kullanırken gelen türkçe karakter sorununu aşmanın yolu bu hataya rastlayıpta saç baş yolanlar için:) Bu hatayı aşağıdaki yöntemle windows-1254 karakter kodlamasını kullanarak aşabiliriz. 1StreamReader sr = new StreamReader&#40;st, Encoding.GetEncoding&#40;&#34;windows-1254&#34;&#41;&#41;; Eğer yukarıdakini yaptığımızdada sorunumuz devam ederse ISO-8859-9 kodlamasınıda kullanabiliriz.]]></description> <wfw:commentRss>http://www.csharptr.com/streamreader-turkce-karakter-sorunu/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Visual Studio 2010 Full Sürüm Yayınlandı</title><link>http://www.csharptr.com/visual-studio-2010-full-surum-yayinlandi</link> <comments>http://www.csharptr.com/visual-studio-2010-full-surum-yayinlandi#comments</comments> <pubDate>Tue, 13 Apr 2010 15:49:58 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[visual studio 2010]]></category> <guid
isPermaLink="false">http://www.csharptr.com/?p=940</guid> <description><![CDATA[Tüm programcıların beklediği VS 2010 tam sürüm olarak sunulmaya başladı.Yazının devamından microsoftun sitesinden trial versionunu indirebilirsiniz.Visual Studio 2010 Ultimate,Professional ve Premium olarak 3 sürüm halinde piyasaya sürüldü. Visual Studio&#8217;yu aşağıdaki linklerden indirebilirsiniz Download Visual Studio 2010 Professional Trial › Download Visual Studio 2010 Premium Trial › Download Visual Studio 2010 Ultimate Trial ›]]></description> <wfw:commentRss>http://www.csharptr.com/visual-studio-2010-full-surum-yayinlandi/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Yeni hostumuz SetiYazılım</title><link>http://www.csharptr.com/yeni-hostumuz-setiyazilim</link> <comments>http://www.csharptr.com/yeni-hostumuz-setiyazilim#comments</comments> <pubDate>Tue, 16 Feb 2010 10:39:50 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[setiyazilim]]></category> <guid
isPermaLink="false">http://www.csharptr.com/?p=214</guid> <description><![CDATA[Kısa süre önce kurulan sitemiz setiyazilim.com hostlarına taşınmıştır.Bundan önce sponsor olan Koray Kaptan (kaptanticaret.com) &#8216;a yardımları ve hosting sponsorluğu için teşekkür ederim.]]></description> <wfw:commentRss>http://www.csharptr.com/yeni-hostumuz-setiyazilim/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Csharptr.com&#8217;un açılışı..</title><link>http://www.csharptr.com/merhaba-dunya</link> <comments>http://www.csharptr.com/merhaba-dunya#comments</comments> <pubDate>Wed, 10 Feb 2010 11:03:31 +0000</pubDate> <dc:creator>Mertcan Kurtaran</dc:creator> <category><![CDATA[Diğer]]></category> <category><![CDATA[csharptr.com]]></category> <guid
isPermaLink="false">http://www.csharptr.com/?p=1</guid> <description><![CDATA[Hit beklentisi olmadan çıkar gözetmeden tamamen yardım amaçlı site açmanın rahatlığı var üstümde neyse bunlar boş laflar:) sadede gelirsek eğer siteye bugüne kadar geliştirdiğim ufak tefek yazılımlar, yazılım işine yeni girenlerin öğrenme amaçlı kullanabiliceği yazılımları(nette bol bulamaç var ne gerek vardı diyenler olabilir) ve bazen aranınca şak diye bulunamayan kod bloklarını kendimce 1dille eklicem umarım [...]]]></description> <wfw:commentRss>http://www.csharptr.com/merhaba-dunya/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
