ASP.NET 2.0 talks to BinusCenter's instructors
Last week, I delivered training about C# 2.0 to others BinusCenter's instructors.
This week and next week (Friday and Saturday), I will train ASP.NET 2.0 to them.
Actually, not all of them understand web programming before; most of them came from "desktop programming". So I will talk about web fundamental first and after that ASP.NET will be continued by then.
On second session, I show them the richness of ASP.NET Server Control (Calendar, Grid, etc). They found that was extremely cool!!!!
Next, I show them how to use Validator (RequiredFieldValidator, RangeValidator, etc). They were shock!!! We could do it how easily in ASP.NET rather than they have to do in Javascript and also validate on server side. But ASP.NET Validators has done it for us. We just learn how to use it.
The talks will be continuing next week. I promise, I will show them how to connect the database, select, insert, update, and delete the data WITHOUT TOUCHING THE KEYBOARD. Hahaha... I guess most of INDC's geeks know that, yeah.... I will do it with GridView, SqlDataSource, etc.
Bravo ASP.NET. You are really cool!!!