<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : C# &amp; ASP.NET</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : C# &amp; ASP.NET : Son 10 Gönderilenler</description>
  <pubDate>Sat, 18 Apr 2026 04:51:22 +0000</pubDate>
  <lastBuildDate>Thu, 18 Jul 2019 01:58:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_topic_feed.asp?FID=114</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>C# &amp; ASP.NET : IIS Express&#039;e Uzaktan/Yerel Alan Ağından Erişim</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3101&amp;PID=6148#6148</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3917" rel="nofollow">Recep Turan</a><br /><strong>Konu:</strong> IIS Express&#039;e Uzaktan/Yerel Alan Ağından Erişim<br /><strong>Gönderim Zamanı:</strong> 18.Temmuz.2019 Saat 01:58<br /><br />IIS Express/Visual Studio üzerinde çalıştırılan web uygulamasına yerel ağdan ip adresi ile&nbsp; erişmek için;<br><br>1: Windows Güvenlik duvarından gelen kuralı oluşturup; <br>&nbsp;&nbsp; Rule Type: PORT<br>&nbsp;&nbsp; Protokol: TCP<br>&nbsp;&nbsp; Specific Local Ports: Web uygulamamızın portu. ( Visual Studio ile çalıştırınca adres satırında/URL sonunda :xxxx şeklinde yazan.)<br>&nbsp;&nbsp; Action: Allow the connection<br>&nbsp;&nbsp; Profile: Domain, Private, Public<br>&nbsp;&nbsp; Name: Herhangi bir isim verebiliriz.<br>&nbsp;&nbsp; <br>2: Proje dizininde ".vs\config\applicationhost.config" dosyasını açıp;<br>&nbsp;&nbsp; binding kısmına ip adresimizi ekliyoruz.<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; ÖRNEK;<br>&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;site name="TEST" id="1"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;application path="/" applicationPool="Clr4IntegratedAppPool"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;virtualDirectory path="/" physicalPath="C:\Users\Administrator\source\repos\TEST\TEST" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/application&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding protocol="http" bindingInformation="*:6161:localhost" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;binding protocol="http" bindingInformation="*:6161:192.168.1.33" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/site&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>3: Visual Studio olmadan siteyi çalıştırmak için örnek bat dosyası içeriği (test.bat);<br>"C:\Program Files (x86)\IIS Express\iisexpress.exe" /config:C:\Users\Administrator\source\repos\TEST\.vs\config\applicationhost.config<br><br>iis express detayları için komut satırından;<br>"C:\Program Files (x86)\IIS Express\iisexpress.exe"&nbsp; /?<br><br><br>Not:<br><div>Otomatik (dhcp) ip adresi yerine sabit ip kullanırsak bilgisayarı (ya da modemi) yeniden başlattığımız durumlarda da uygulamaya sorunsuz erişebiliriz. Aksi takdirde yukarıda örnekte "192.168.1.33" şeklinde belirtilen ip adresi değişeceği için ya da değişme ihtimali bulunduğundan; ip adresi değiştiği durumlarda uygulamaya erişmek mümkün olmayacaktır.</div><div><br></div><div>Not 2: Örnekte 192.168.1.33 belirtilen Ipv4 adresinizdir. Komut satırından (cmd.exe) "ipconfig" ile öğrenebilirsiniz. <br></div><div><br></div><div>Not 3: Örnekteki dizinler; işletim sisteminize göre değişiklik gösterebilir. <br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 18 Jul 2019 01:58:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3101&amp;PID=6148#6148</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : Visual Studio 2019 Yayınlandı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3090&amp;PID=6136#6136</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Visual Studio 2019 Yayınlandı<br /><strong>Gönderim Zamanı:</strong> 05.Nisan.2019 Saat 08:42<br /><br /><div>Visual Studio 2019 Yayınlandı<br></div><div><br></div><div>indirmek için <a href="https://visualstudio.microsoft.com/downloads/?utm_medium=email&amp;utm_source=marketo&amp;utm_campaign=&#101;vent+demand+gen+2019&amp;utm_c&#111;ntent=launch+vs2019&amp;mkt_tok=eyJpIjoiWldVME1ETTFNell3TkRNNSIsInQiOiJCOXdWckt5XC82NlRKYmt4aGZWMEZhVDJTODhOVUpTS0hWQm1rRjhweGs1RGxcLzczOEVRNE1iUEJpbGRRQ2tScGRFRGY5MGVOVkNrVU5KZzFPcjNnTlRrZnk2VTJKNG5wd29veXcydHZNWHd1OUs1RXZ0ZDI1Q2ZDcW5oeXQ1b08xZzUycGhNcDdVN3EzNVVVS2FhQUlMQT09In0%3D" target="_blank">tıklayınız...</a></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 05 Apr 2019 08:42:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3090&amp;PID=6136#6136</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : Wasm</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3049&amp;PID=6083#6083</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Wasm<br /><strong>Gönderim Zamanı:</strong> 17.Ekim.2018 Saat 22:54<br /><br /><div>Dostlar, uzun süredir wasm'ı takip ediyorum. JS'in performans sorununa kökten çözüm olacak bir yapı. İncelemenizi öneririm. Zamanım olursa bununla ilgili bir video yapmak istiyorum.</div><div><br></div><div>en son gelen blok girdisi <a href="https://hacks.mozilla.org/2018/10/calls-between-java&#115;cript-and-webassembly-are-finally-fast-%f0%9f%8e%89/?utm_source=dev-newsletter&amp;utm_medium=email&amp;utm_campaign=oct11-2018&amp;utm_c&#111;ntent=wasm" target="_blank">adresi..</a></div><div><br></div><div>wasm = WebAssembly</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 17 Oct 2018 22:54:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3049&amp;PID=6083#6083</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : C# out vareable</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3004&amp;PID=6011#6011</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> C# out vareable<br /><strong>Gönderim Zamanı:</strong> 05.Mart.2018 Saat 11:53<br /><br />// C# &lt;= 6<br><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> numericResult;</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">if</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> (</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">.TryParse(input, </span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">out</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> numericResult))    WriteLine(numericResult);</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">else</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">    WriteLine(</span><span ="hljs-" style="color: rgb163, 21, 21; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">"Could not parse input"</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">);</span><br><br>//C# &gt;= 7 (Out değişkenleri içsel olarak tanımlanabiliyor)<br><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">if</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> (</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">.TryParse(input, </span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">out</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> </span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> result))    WriteLine(result);</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">else</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">    WriteLine(</span><span ="hljs-" style="color: rgb163, 21, 21; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">"Could not parse input"</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">);</span><br><br>]]>
   </description>
   <pubDate>Mon, 05 Mar 2018 11:53:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3004&amp;PID=6011#6011</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : Inferred tuple element names</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3003&amp;PID=6010#6010</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Inferred tuple element names<br /><strong>Gönderim Zamanı:</strong> 05.Mart.2018 Saat 11:50<br /><br />//C# 7<br><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> count = </span><span ="hljs-number" style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">5</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">;</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">string</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> label = </span><span ="hljs-" style="color: rgb163, 21, 21; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">"Colors used in the map"</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">;</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">var</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> pair = (count: count, label: label);<br><br></span>//C# 7.1<br><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">int</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> count = </span><span ="hljs-number" style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">5</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">;</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">string</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> label = </span><span ="hljs-" style="color: rgb163, 21, 21; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">"Colors used in the map"</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;">;</span><span ="hljs-keyword" style="color: rgb1, 1, 253; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">var</span><span style="color: rgb0, 0, 0; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; : rgb249, 249, 249; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial; display: inline !imant; : n&#111;ne;"> pair = (count, label); </span><span ="hljs-comment" style="color: green; font-family: C&#111;nsolas, Menlo, M&#111;naco, &quot;Lucida C&#111;nsole&quot;, &quot;Liberati&#111;n Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-trans: n&#111;ne; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decorati&#111;n-style: initial; text-decorati&#111;n-color: initial;">// element names are "count" and "label"</span></span>]]>
   </description>
   <pubDate>Mon, 05 Mar 2018 11:50:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3003&amp;PID=6010#6010</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : Visual Studio Sürümleri arasındaki farklılıklar</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2914&amp;PID=5823#5823</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Visual Studio Sürümleri arasındaki farklılıklar<br /><strong>Gönderim Zamanı:</strong> 17.Kasim.2016 Saat 10:45<br /><br />Visual Studio 'nun sürümleri arasındaki farklılıkları detaylı bir şekilde görmek için aşağıdaki adresi ziyaret edebilirsiniz.<br><br><a href="https://www.visualstudio.com/vs/compare/" target="_blank">https://www.visualstudio.com/vs/compare/<br></a><br><br>]]>
   </description>
   <pubDate>Thu, 17 Nov 2016 10:45:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2914&amp;PID=5823#5823</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : Visual Studio 2017 RC yayınlandı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2913&amp;PID=5822#5822</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Visual Studio 2017 RC yayınlandı<br /><strong>Gönderim Zamanı:</strong> 17.Kasim.2016 Saat 10:44<br /><br />Visual Studio 2017 RC<br><br><a href="https://www.visualstudio.com/vs/visual-studio-2017-rc/" target="_blank">https://www.visualstudio.com/vs/visual-studio-2017-rc/</a>&nbsp;&nbsp; adresinden indirilebilir.<br><br>yeni olarak duyurulan diğer bir editör ise VS'nun MacOS da da kullanılabilecek oluşu tabi Windows için geliştirilen IDE kadar teferruatlı değil ama başlangıç için iyidir. Ve .NET Core'unda yeni sürümü yayınlandı. Sonuç olarak VS2017 ile multi platform yönü epeyce ağırlık kazanmış gibi.<br><br>MAC versiyonu için <a href="https://www.visualstudio.com/vs/visual-studio-mac/" target="_blank">https://www.visualstudio.com/vs/visual-studio-mac/</a>&nbsp; adresini ziyaret edebilirsiniz.<br><br><br>]]>
   </description>
   <pubDate>Thu, 17 Nov 2016 10:44:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2913&amp;PID=5822#5822</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : PowerShell den C# kullanımı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2912&amp;PID=5821#5821</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> PowerShell den C# kullanımı<br /><strong>Gönderim Zamanı:</strong> 15.Kasim.2016 Saat 09:32<br /><br />PowerShell den C# kullanımı<br><br><b>1. örnek:</b><br>&#091;System.Console&#093;::WriteLine("deneme 1234");<br>deneme 1234<br><br><b>2. örnek:</b><br>&#091;System.Console&#093;::WriteLine(12+3);<br>15<br><br><b>3. örnek:</b><br>&#091;void&#093;&#091;System.Reflection.Assembly&#093;::LoadWithPartialName('System.Windows.Forms')<br>PS C:\Users\murat&gt; &#091;System.Windows.Forms.MessageBox&#093;::Show("First TEST!")<br>OK<br><br><br>]]>
   </description>
   <pubDate>Tue, 15 Nov 2016 09:32:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2912&amp;PID=5821#5821</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : C# 7 deki bazı yenilikler ( Preview )</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2905&amp;PID=5811#5811</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> C# 7 deki bazı yenilikler ( Preview )<br /><strong>Gönderim Zamanı:</strong> 20.Eylül.2016 Saat 20:38<br /><br />eğer VS 15'i kurarken "Windows 7 SP1 requires KB2952664" gibi bir hata alırsanız;<br><br>eğer sisteminiz 32Bit (x86) ise <br><br><b>%windir%\system32</b>&nbsp;&nbsp; klasörüne "<b>dismapi.dll</b>" adında boş bir DOSYA yaratınız.<br><br>eğer 64Bit (x64) bir sistem kullanıyorsanız aynı dosyayı <b>%windir%\SysWow64</b>&nbsp; klasörüne oluşturunuz.]]>
   </description>
   <pubDate>Tue, 20 Sep 2016 20:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2905&amp;PID=5811#5811</guid>
  </item> 
  <item>
   <title>C# &amp; ASP.NET : C# 7 deki bazı yenilikler ( Preview )</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2905&amp;PID=5810#5810</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> C# 7 deki bazı yenilikler ( Preview )<br /><strong>Gönderim Zamanı:</strong> 20.Eylül.2016 Saat 11:48<br /><br /><font size="4">Yakında çıkacak olan Visual Studio 15'in yeni sürümü içerisinde bulunacak olan C# 7 serisinde şahsen sevdiğim bazı özellikler.<br><br><br>aşağıda göreceğiniz üzere ön tanım olmaksızın değişken tanımı. Eski serilerde<b> int x, int y;</b> şeklinde üst satırda tanım yapmak gerekiyordu.<br></font><pre><font size="4"><span ="pl-k"="">public</span> <span ="pl-k"="">void</span> PrintCoordinates(Point p){    p.GetCoordinates(out <b><span ="pl-k"="">int</span> </b>x, out <b><span ="pl-k"="">int</span> </b>y);    WriteLine($<span ="pl-s"=""><span ="pl-pds"="">"</span>({x}, {y})<span ="pl-pds"="">"</span></span>);}</font></pre><font size="4"><br>diğer bir yenilik fonksiyon veya procedur için OUT parametresinin iptal edilebilmesi. aşağıda göreceğiniz üzere "GetCoordinates"&nbsp; iki parametreli bir yordamdır ve ikinci parametresi <b>out *</b> ile es geçilmiştir.<br><br></font><pre><font size="4">p.GetCoordinates(out <span ="pl-k"="">int</span> x, out *); <span ="pl-c"="">// sadece x değişkeniyle dönecek değeri kullanmak istiyoruz.</span></font></pre><font size="4"><br><br>diğer bir yenilik şart içerisinde tip kontrolü ve belirlenen tipte değişkene otomatik dönüşüm.<br>"o" değişkeni object türünde gelmektedir ve ikinci IF kısmında "o" nun INT olup olmadığı kontrol ediliyor ve akabinde "i" değişkenine "int" olarak atanabiliyor.<br></font><pre><font size="4"><span ="pl-k"="">public</span> <span ="pl-k"="">void</span> PrintStars(<span ="pl-k"="">object</span> o){    <span ="pl-k"="">if</span> (o <span ="pl-k"="">is</span> <span ="pl-c1"="">null</span>) <span ="pl-k"="">return</span>;     <span ="pl-c"="">// constant pattern "null"</span>    <span ="pl-k"="">if</span> (!(o <span ="pl-k"="">is</span> <span ="pl-k"="">int</span> i)) <span ="pl-k"="">return</span>; <span ="pl-c"="">// type pattern "int i"</span>    WriteLine(<span ="pl-k"="">new</span> string(<span ="pl-s"=""><span ="pl-pds"="">'</span>*<span ="pl-pds"="">'</span></span>, i));}</font></pre><font size="4"><br><br>ve şahsen geldiğine en çok sevindiğim özellik ise Apple'ın Swift'inde mevcut olup Apple'ın bizde var onda yok diye övündüğü bir özellik :)&nbsp; <b>Tuples&nbsp; </b>yani çoklu değişken dönüşü<br>normalde çoklu değişken dönüşü yapmak istediğinizde bunu bir CLASS yaratıp orayla ilintilemeniz gerekirdi. Mesela düşünün bir fonksiyon yazdınız ve geriye "int x, int y" iki değer döndürecek. Bunun için bu iki değişkeni içeren bir CLASS yapıp fonksiyonun dönüşünüde bu CLASS tipinde yapardık değil mi? artık buna gerek kalmıyor. şöyle ki:<br><br></font><pre><font size="4">(<span ="pl-k"="">string</span>, <span ="pl-k"="">string</span>, <span ="pl-k"="">string</span>) LookupName(<span ="pl-k"="">long</span> id) <span ="pl-c"="">// tuple return type</span>{    ... <span ="pl-c"="">// retrieve first, middle and last from data storage</span>    <span ="pl-k"="">return</span> (first, middle, last); <span ="pl-c"="">// tuple literal</span>}</font></pre><font size="4">//kullanım olarak<br></font><pre><font size="4"><span ="pl-k"="">var</span> names = LookupName(id);WriteLine($<span ="pl-s"=""><span ="pl-pds"="">"</span>found {names.Item1} {names.Item3}.<span ="pl-pds"="">"</span></span>);</font></pre><font size="4">ve elbette dönüş tipleri isim içerebilir. Şöyle ki:<br><br></font><pre><font size="4">(<span ="pl-k"="">string</span> first, <span ="pl-k"="">string</span> middle, <span ="pl-k"="">string</span> last) LookupName(<span ="pl-k"="">long</span> id) <span ="pl-c"="">// tuple elements have names</span></font></pre><font size="4">ve tekrar kullanımına bakcak olursak<br><br></font><pre><font size="4"><span ="pl-k"="">var</span> names = LookupName(id);WriteLine($<span ="pl-s"=""><span ="pl-pds"="">"</span>found {names.first} {names.last}.<span ="pl-pds"="">"</span></span>);</font></pre><font size="4"><br>bu yapıdaki fonskyonlar için "var" ile tanım yapmadan, dönüş tipi biliniyorsa direkt değişken gruplarıylada dönüş değerleri okunabilir.<br><br></font><pre><font size="4">(<span ="pl-k"="">string</span> first, <span ="pl-k"="">string</span> middle, <span ="pl-k"="">string</span> last) = LookupName(id1); <span ="pl-c"="">// deconstructing declaration</span>WriteLine($<span ="pl-s"=""><span ="pl-pds"="">"</span>found {first} {last}.<span ="pl-pds"="">"</span></span>);</font></pre><font size="4"><br>Tuples için diğer dönüş formatları:<br><br></font><pre><font size="4">(<span ="pl-k"="">var</span> first, <span ="pl-k"="">var</span> middle, <span ="pl-k"="">var</span> last) = LookupName(id1); <span ="pl-c"="">// var inside<br><br></span></font></pre><pre><font size="4"><span ="pl-k"="">var</span> (first, middle, last) = LookupName(id1); <span ="pl-c"="">// var outside</span></font></pre><pre><font size="4"><br>(first, middle, last) = LookupName(id1); <span ="pl-c"="">// deconstructing assignment</span></font></pre><font size="4"><br>ve diğer bir yenilik ise yerel fonksiyon. Pascal (delphi) de yıllardır mevcut olan yordam içi yordam yapısı c# 7 ile gelmektedir. Şöyle ki;<br>bakılacağı üzere "Fibonacci" ana yordamdır. İçerisindeki "Fib" ise içsel yordamdırç&nbsp; <br></font><pre><font size="4"><span ="pl-k"="">public</span> <span ="pl-k"="">int</span> <b>Fibonacci</b>(<span ="pl-k"="">int</span> x){    <span ="pl-k"="">if</span> (x &lt; <span ="pl-c1"="">0</span>) <span ="pl-k"="">throw</span> <span ="pl-k"="">new</span> ArgumentException(<span ="pl-s"=""><span ="pl-pds"="">"</span>Less negativity please!<span ="pl-pds"="">"</span></span>, <span ="pl-k"="">nameof</span>(x));    <span ="pl-k"="">return</span> Fib(x).current;    (<span ="pl-k"="">int</span> current, <span ="pl-k"="">int</span> previous) <b>Fib</b>(<span ="pl-k"="">int</span> i)    {        <span ="pl-k"="">if</span> (i == <span ="pl-c1"="">0</span>) <span ="pl-k"="">return</span> (<span ="pl-c1"="">1</span>, <span ="pl-c1"="">0</span>);        <span ="pl-k"="">var</span> (p, pp) = Fib(i - <span ="pl-c1"="">1</span>);        <span ="pl-k"="">return</span> (p + pp, p);    }}</font></pre><font size="4"><br><br><br>diğer bir yenilik ise "Ref returns" biraz c/c++ daki pointer olarak tanımlanmış değişken gibi denilebilir. şöyle ki;<br>Find "ref" dönüşü sağlayan bir fonksiyon<br></font><pre><font size="4"><span ="pl-k"="">public</span> ref <span ="pl-k"="">int</span> <b>Find</b>(<span ="pl-k"="">int</span> number, <span ="pl-k"="">int</span>&#091;&#093; numbers){    <span ="pl-k"="">for</span> (<span ="pl-k"="">int</span> i = <span ="pl-c1"="">0</span>; i &lt; numbers.Length; i++)    {        <span ="pl-k"="">if</span> (numbers<em> == number)         {            <span ="pl-k"="">return</span> ref numbers<em>; <span ="pl-c"="">// return the storage location, not the value</span>        }    }    <span ="pl-k"="">throw</span> <span ="pl-k"="">new</span> IndexOutOfRangeException($<span ="pl-s"=""><span ="pl-pds"="">"</span>{nameof(number)} not found<span ="pl-pds"="">"</span></span>);}<span ="pl-k"="">int</span>&#091;&#093; array = { <span ="pl-c1"="">1</span>, <span ="pl-c1"="">15</span>, -<span ="pl-c1"="">39</span>, <span ="pl-c1"="">0</span>, <span ="pl-c1"="">7</span>, <span ="pl-c1"="">14</span>, -<span ="pl-c1"="">12</span> };ref <span ="pl-k"="">int</span> place = ref Find(<span ="pl-c1"="">7</span>, array); <span ="pl-c"="">// place değişkenine 7'nin olduğu lokasyon yani dördüncü hücre atanıyor!!! burası önemli</span> zira değeri değil !!!place = <span ="pl-c1"="">9</span>; <span ="pl-c"="">// dördüncü hücredeki 7 değeri 9 yapılıyor. yani "array</span>" değişkenine genel bir bakış yaptığınızda değerin array'da değiştiğini görebilirsiniz.WriteLine(array&#091;<span ="pl-c1"="">4</span>&#093;); <span ="pl-c"="">// array'ın dördüncü değerini yazdırıyoruz ki çıktı 9'dur.</span></em></em></font></pre><em><em><font size="4"><br><br>ve visual studio enterprise 15 preview 4'ü indirmek için <a href="https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx" target="_blank">tıklayınız...</a><br><br><br><br><br><br><br><br></font></em></em><span style="font-size:10px"><br /><br />Düzenleyen murat turan - 16.Kasim.2016 Saat 13:12</span>]]>
   </description>
   <pubDate>Tue, 20 Sep 2016 11:48:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2905&amp;PID=5810#5810</guid>
  </item> 
 </channel>
</rss>