How do you learn to effectively use more than one framework
Posted
by
LongTTH
on Programmers
See other posts from Programmers
or by LongTTH
Published on 2011-11-22T12:10:36Z
Indexed on
2011/11/22
18:14 UTC
Read the original article
Hit count: 187
Someday, my leader told me that don't reinvent the wheels, use framework built-in classes. (with a serious mood) when I implement some algorithm has been supported by .NET fx. And seriously, I didn't know about these support before, cause this is the first time I work with .NET).
So I have this questions.
For example, for building an Web-App we have some ways:
- C# with ASP.NET framework
- Java with JavaEE (and friends like Struts, Spring v.v.) framework.
- PHP with Zend framework.
- ...
It just takes about 1 months to learn language (C#, Java, PHP...), BUT learning to use a framework effectively takes you at least SOME YEARS working (to know every bit of code has been built-in).
So, how do you learn to use effectively 2 (or more) frameworks? Any ideas are welcome!
© Programmers or respective owner