Wely

wel = new Geeks();
See also: Other Geeks@INDC

Browse by Tags

All Tags » C# 3.0 (RSS)
"var" Keyword, Extension Method, Lambda Expression, and LINQ
Post ini saya pindahkan dari jawaban saya di milis http://dotnet.netindonesia.net/?0::38980 berikut skenario nya. Let's start. Keyword “var” yang biasa dipake di Local Variable Type Inference / Implicitly Type Local Variables adalah sebuah keyword...
Posted: Oct 09 2008, 12:43 AM by Wely | with no comments
Filed under: ,
The LibraLINQ Project's Source Code - hadiah dari komunitas untuk komunitas
Masih ingat kompetisi .NET Developer Idol . Secara singkat, ini adalah kompetisi dimana para peserta membuat aplikasi perpustakaan. Karena didukung dengan passion dan kondisi pada saat itu, saya iseng-iseng ikutan saja. Bulan lalu, Pak Risman telah mengumumkan...
LibraLINQ Documentation (Part 5 - Technical View of LibraLINQ)
Bagian ini khusus memperlihat kan aspek – aspek teknikal yang digunakan dalam project LibraLINQ. Berikut adalah bukti / capture screen teknologi-teknologi yang digunakan di project LibraLINQ ini. Microsoft .NET Framework 3.5 ASP.NET 3.5 – ListView, DataPager...
LibraLINQ Documentation (Part 3 – Sisfo Perpus / Win Application)
Aplikasi ini merupakan Sistem Informasi bagi pengguna khususnya staff atau petugas perpustakaan dalam mengelola kegiatan operasional perpustakaan. Berikut adalah penjelasan form – form yang terdapat pada aplikasi ini: Form Utama (sebelum login) Form Penerbit...
Tired of querying in antiquated SQL? Let LINQPad helps you
Well, you don't have to! LINQPad lets you interactively query SQL databases in a modern query language : LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5: LINQ to SQL LINQ to Objects LINQ to XML...
Posted: Feb 19 2008, 03:05 PM by Wely | with no comments
Filed under: ,
Object Initializer & Collection Initializer in C# 3.0
Let's say I have the following class: public class Customer { public int CustomerId { get ; set ; } public string Name { get ; set ; } public string Address { get ; set ; } public Customer() { } } Now, I am going to instantiate it and. As usual, we...
Posted: Jan 31 2008, 09:40 AM by Wely | with 4 comment(s)
Filed under: