|
Go to Page... |
Post Reply |
Tweet | Thread Tools |
#1
|
|||
|
|||
![]()
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| Terkait:
|
Sponsored Links | |
Space available |
Post Reply |
|