I wrote a new tutorial again, for whom who want to learn the concept of master page and themes in ASP.NET 2.0. The master page idea is really cool, you can place any contents that you want to display in several pages repeatly, just in one place. In the old ASP.NET 1.1 we have user control, but we still need to setup and do drag-drop on every pages to make a consistent layout. Or, if you proficient with CSS, you can use CSS approach for displaying consistent page layout across many pages.
Continue Reading March 31st, 2007
After a long time break of writing any free tutorials in Bahasa, finally I published the my newest writing. Targeting to novice Indonesian developer, this twenty pages hands on lab manual describes step by step example how to perform basic data access in ASP.NET 2.0. I prefer to use Visual Studio 2005 Express edition for this writing, demonstrating rich capability of this free of charge tool. The complete source code and exercise files are also available for download. This tutorial was published by
IlmuKomputer.com, and can be downloaded here:
Mengakses Database dengan ASP.NET 2.0
I will write the next level of the tutorial, targeting for intermediate and advance developers.
March 3rd, 2007