Login to Website

Login dengan Facebook

 

Post Reply
Thread Tools
  #1  
Old 20th November 2011
Permenkaret
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|



Sponsored Links
Space available
Post Reply

Thread Tools



Switch to Mobile Mode

no new posts