18
votes
6answers
2k views
What is boxing and unboxing and what are the trade offs?
I'm looking for a clear, concise and accurate answer.
Ideally as the actual answer, although links to good explanations welcome.
98
votes
15answers
8k views
What are MVP and MVC and what is the difference?
When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and …
3
votes
7answers
2k views
Abstraction VS Information Hiding VS Encapsulation
Can you tell me what is difference between ABSTRACTION and INFORMATION HIDING in software development?
I am confused abstraction hides detail implementation and
information hiding abstracts whole …
17
votes
13answers
3k views
What is the difference between procedural programming and functional programming?
I've read the Wikipedia articles for both procedural programming and functional programming, but I'm still slightly confused. Could someone boil it down to the core?
28
votes
15answers
2k views
.NET: What are attributes?
What are they, what are they good for, and how to I create my own?
6
votes
9answers
7k views
Difference between binary semaphore and mutex.
Is there any difference between binary semaphore and mutex or they are essentialy same?
10
votes
8answers
778 views
What is the Dependency Inversion Principle and why is it important?
What is the Dependency Inversion Principle and why is it important?
7
votes
3answers
413 views
What is the difference between a delegate and events?
What is the difference between a delegate and an event? Don't both hold references to functions to be executed?
0
votes
1answer
54 views
This is asking a lot, I know, but: Help me translate this Glossary plugin for WP
In my search for a good glossary plugin for WordPress, I came across Natan Olsen's WP-SNAP. Which is brilliant. Only I need it to work with Hebrew.
I know this is asking a lot, but if you could take …
29
votes
12answers
3k views
Can anyone explain Monads?
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
1
vote
6answers
507 views
What is a UUID?
Well, what is one?
58
votes
17answers
12k views
What do “branch”, “tag” and “trunk” really mean?
I've seen these words a lot around subversion (and I guess general repository) discussions.
Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept …
38
votes
12answers
3k views
What is a lambda (function)?
Hey guys, I see this term being used a bit, and a Google search didn't quite yield the most clarity, so help me out: for a person without a comp-sci background, what is a lambda in the world of …
6
votes
12answers
656 views
Difference between a Computer Scientist and Computer programmer
What is the difference between a Computer Scientist and a Computer Programmer? What is the difference in the actual work they do in industry?(not in academia) Can you provide some real world examples …
17
votes
22answers
3k views
What’s the difference between programmer and software engineer?
As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.
Is there any difference between a programmer and a software …
