Tagged Questions

9
votes
4answers
894 views

How Does FireFox Work? Source Code Walk Through?

I'd like to learn how FireFox works behind the scenes. I'd like to understand the source code and the different components but the code-base is rather large and I'm not sure where …
6
votes
5answers
1k views

Code Walkthrough vs. Code Review

How many of you use walkthroughs instead of reviews? Or in conjunction with Reviews? Or only use walkthroughs? Are Walkthroughs beneficial and how have you all implemented code wa …
2
votes
2answers
69 views

Visual Studio 2010 Beta 2 and Entity Framework walkthrough

I am in the process of evaluating Visual Studio 2010 Beta 2 and looking for possible replacements for current our data access layer. The Entity Framework looks like a promising re …