Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Permenkaret Permenkaret is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 351
Rep Power: 14
Permenkaret mempunyai hidup yang Normal
Default contoh contoh linq [tutorial]

ini tutorial linq gan

diambil dari aplikasi linqpad

bisa digoogle gan

linq sendiri adalah library microsoft yg berfungsi untuk menggantikan ado.net dalam aplikasi database yg ringan

linq dapat menningkatkan produktivitas

string[] names = { "Tom", "Dick", "Harry" };



IEnumerable filteredNames =

System.Linq.Enumerable.Where (names, n => n.Length >= 4);



foreach (string n in filteredNames)

Console.Write (n + "|"); // Dick|Harry|



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 02:29 AM.


no new posts