Browse by Tags
All Tags »
C# (
RSS)
Baru aja deliver talk di seminar sehari di Universitas Pakuan, Bogor. Memenuhi undangan dari Himpunan Mahasiswa Ilmu Koputer-nya. Sesuai permintaan, saya membawakan topik "From C++ to C#". Intinya adalah belajar C# bagi mereka yang punya C+...
Sering saya mendapat pertanyaan dari teman-teman yg masih student (SMA maupun kuliah, terutama yg nemu messenger ID saya dari www.ilmukomputer.com ) tentang bagaimana cara memulai belajar programming. Atau juga dari teman-teman yang sudah familiar dengan...
I've blogged about Type Inferencing, Extension Methods, Lambda Expressions and maybe Anonymous Type, as all these are foundations of LINQ. This time, I'd like to highlight something in C# 3.0 called: Auto-Implemented Properties . I bet you did...
Functional Programming stuff are creeping in into C#. Some people like it, some people confused, some people discouraged. Why do we need to add Functional Programming stuff into C#? Cos OOP principles get choked to do one thing C# would like to do, LINQ...
You just override System.Object.Equals , or create some other method to check whether member-wise-values of two objects are the same , how would you ensure your implementation of equivalent in the method is correct? You should go back to mathematical...
Confused with the title? There's a lot of confusion out there on objects that implements IDisposable . And it confuses me why people must be confused. I guess because of a "myth" . Some folks say calling Dispose() is enough. Some say calling...
I am a skeptic person. Always be. I will always challange whether something is true until I cannot proof otherwise. (But then I will challange it back again once I found another proof though...). This time it's about Windows Workflow Foundation (WF...