0
votes
1answer
24 views
How does the IIS 7 / ASP.Net pipeline work?
From an HTTP request all the way to my files (like .asmx)... what are modules, handlers, app pools... etc...
I don't want to ready a chapter about it. Just a summary paragraph.
1
vote
3answers
95 views
CouchDB a real world example
Hello stackoverflow gurus,
Tonight in my daily tech googling I came across couchDB, after seeing tons of presentations about how it perform ten to hundred times better then any RD …
1
vote
4answers
85 views
2d Map based tile game engine
Hello, I'm wondering if there is any map creator tool out there that can create terrains for 2d isometric games and export them as some form of xml or other open format document.
…
146
votes
78answers
11k views
Best ways to teach a beginner to program?
Original Question
I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of o …
1
vote
4answers
99 views
Concept Checking change in C++?
I'm porting over some code from one project to another within my company and I encountered a generic "sets_intersect" function that won't compile:
template<typename _InputIter1 …
1
vote
2answers
30 views
ECommerce, products in category and category browsing
Hi Everyone,
I am building an EC website for a customer and the project manager came with some strange ideas and I am struggling to actually implement what he sold to the client. …
1
vote
6answers
128 views
Old concepts with new names (namely REST and Cloud computing)
It seems that SaaS and Cloud computing are old concepts with new names, and I am curious if I am wrong.
For cloud computing you can look at: http://stackoverflow.com/questions/134 …
21
votes
50answers
2k views
What was the most difficult concept you had to grasp throughout your entire software development career? [closed]
And how did you understand it at the end? What kind of efforts and skills helped you solve it at the end?
Edit: Adding a list of the skills proposed in answers ( with popularity > …
1
vote
2answers
168 views
How to require certain concepts in C++ code?
How do I require and check that an argument is a certain concept in C++?
For example, the random_shuffle function in the algorithm header requires that its arguments are RandomAcc …
14
votes
8answers
977 views
C++0X Concepts are gone. Which other features should go too?
As you may have heard, the last meeting of the C++ standards committee voted to remove concepts from the next C++ standard. Of course, this will affect other features and would see …
3
votes
7answers
267 views
What technique in functional programming is difficult to learn but useful afterwards?
This question is of course inspired by Monads in Haskell.
7
votes
3answers
237 views
What’s the difference between C++0x concepts and The Boost Concept Check Library (BCCL)?
Concepts didn't make the C++0x standard, but Boost still provides The Boost Concept Check Library (BCCL). I guess that BCCL doesn't cover everything that was meant to into the C++0 …
7
votes
3answers
211 views
What’s the concept behind zip compression?
What's the concept behind zip compression? I can understand the concept of removing empty space etc, but presumably something has to be added to say how much/where that free space …
1
vote
3answers
68 views
Adding methods to native JavaScript objects
Adding methods to native JavaScript objects like Object, Function, Array, String, etc considered as bad practice.
But I could not understand why?
Can some body shed light on th …
1
vote
4answers
303 views
Do You Recommend “The Art of Multiprocessor Programming?”
What is your opinion on The Art of Multiprocessor Programming, by Maurice Herlihy?
Do you recommend it?
Please do not downvote other's
opinions; if you have a different
opi …
