Related:
I am teaching my brothers ASP.NET programming and they are starting with a very small amount of background knowledge. They know things like declaring a variable, what a class is and what a page is.
I want to teach them to be good web developers in the shortest amount of time.
The problem I face with them is that they are not interested in reading books. They are interested in doing projects and only read when they encounter a problem they cannot solve.
The level I want them to reach is:
- ASP.Net professional.
- HTML professional.
- CSS aware.
- JavaScript know well how to edit, and write small functions.
- SQL Server to write simple statements for CRUD.
What is the best method to teach them fast and effectively?