Norman Sasono

Beauty is the first test: there is no permanent place in the world for ugly Mathematics – G.H. Hardy
See also: Other Geeks@INDC

About Me

Browse by Tags

All Tags » C# (RSS)
Talk at Universitas Pakuan
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+...
Bagaimana memulai belajar pemrograman komputer
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...
Auto-Implemented Properties
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...
Posted: Aug 13 2007, 08:04 AM by norman | with 1 comment(s)
Filed under: ,
Why C# is Getting Functional? Cos for LINQ, OOP is choked! :)
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...
System.Object.Equals must be Reflexive, Symmetry and Transitive
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...
Posted: Apr 20 2007, 07:25 AM by norman | with 4 comment(s)
Filed under: , ,
To Close or To Dispose or To Close then must Dispose too
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...
Posted: Mar 16 2007, 02:30 AM by norman | with 2 comment(s)
Filed under: , ,
It is safe to host Windows Workflow Foundation in ASP.NET
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...
Posted: Feb 14 2007, 02:26 AM by norman | with 3 comment(s)
Filed under: , ,