Two New Post Category and FIVE New Student Ambassadors...

Published 27 October 05 01:58 AM | adrian

Dua kategori baru, yaitu:

.Lib (pronounced dot-lib): a library management application sebagai salah satu tugas magang untuk asisten Laboratorium Sistem Informasi dan Keputusan TI ITB. What I'm trying to do is implementing MSF for Agile Software Development as the process guidance. It's a nice welcome change from the usual HB* approach...

Learning C++: sepertinya C++ memang akan stay for the future, jadi apa salahnya investasi di bahasa “tua” ini? For a starter, saya gunakan buku Microsoft Visual C++.NET Step by Step dari Microsoft Press. Sayangnya ini memang untuk 1.1, padahal saya akan coba pelajari untuk 2.0. Ada yang punya usul buku lain yang lebih baik? (I'm a complete noob for C++, maklum Mort).

Terakhir mengenai SA, our Academic Evangelist have shown his works (keep up your good work!)... Lima orang mahasiswa telah terpilih menjadi SA. Here are the list (another five is coming):

Universitas Gadjah Mada: Fridy Mandita
UKDW (apa sih kepanjangannya?): Stevanus Christian Handoko
Atmajaya (Jogja): Komang Juli Sapta Putra Hantana
Institut Teknologi Bandung (yang sebentar lagi akan naik ke 56MBps, yay!): Narenda
Universitas Tanjung Pura (Pontianak): Harry Saputra

Untuk seluruh SA, jangan lupa subscribe mailing list INDC (dotnet-subscribe@netindonesia.net), SA (sa-subscribe@netindonesia.net), serta Group Leader INDC (groupleader-subscribe@netindonesia.net), dan jangan lupa request blog space di INDC ke Admin INDC: Risman Adnan @ rismana@microsoft.com. We'll talk more there!

* Hajar Bleh!

21/12/05 Update: new categories may not showing up because of recent category restructuring.

Share this post: | | | |

Comments

# adrian said on October 27, 2005 07:32 AM:

Microsoft Visual C++.NET?

Dude, if you want to learn C++, learn the unmanaged one! Nobody really uses Managed C++.

Use C++ to write unmanaged app.
Use C# to write any managed app.
Use VB to write LOB (Line Of Business) app.
Use JAVA to write non-Windows-based app.

# adrian said on October 27, 2005 12:50 PM:

Bukunya C++.NET euy... Sebenernya sih maunya memang target ke Native, tapi buku yang ada dan bagus cuma ada yang itu.

Starting up with Syntax first, I suppose.