Tagged Questions
6
votes
4answers
260 views
How do you learn to effectively use more than one framework
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 ...
11
votes
6answers
469 views
How do you learn a language's standard framework/API/functionality?
I understand how to code. I know how to get around the basics of the languages I use regularly. I know how to write slightly-above-basic regular expressions, I can talk to databases, I can accept ...
4
votes
4answers
367 views
Learning a new concept - write from scratch or use frameworks?
I have recently been trying to learn about MVVM and all of the associated concepts such as repositories, mediators, data access. I made a decision that I would not use any frameworks for this so that ...