Şub
28
2008
C#

Hello LinQ

İlk denemelerden örnekler. 

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace HelloLinq
{
    class Program
    {
        static void Main(string[] args)
        {
            int[] sayilar = { 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008};

            var ikibinuctenbuyuk = from s in sayilar where s > 2003 select s;
            Console.WriteLine("2003'ten büyük");
            foreach (var a in ikibinuctenbuyuk)
                {
                    Console.WriteLine("-"+a);
                }
        }
    }
}
,

Yorum ekle

  Country flag

biuquote
Loading

Hakkımda

 

Yusuf Şahin.

Çözüm Mimarı,IT Uzmanı.

Takvim

<<  Şubat 2012  >>
PaSaÇaPeCuCuPa
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011

View posts in large calendar

Son Eklenenler

Arşiv