Click here to Skip to main content
15,886,072 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Active Directory user removal from the group is not working. Pin
sxd9mm11-Jun-09 3:51
sxd9mm11-Jun-09 3:51 
QuestionCrystal Report 11 R2 and Excel as OLE Object Pin
Golden Guy9-Jun-09 5:13
Golden Guy9-Jun-09 5:13 
AnswerRe: Crystal Report 11 R2 and Excel as OLE Object Pin
DJ Matthews12-Jun-09 6:55
DJ Matthews12-Jun-09 6:55 
QuestionWhat/where is the "UtilityLibrary" Pin
berntie9-Jun-09 3:39
berntie9-Jun-09 3:39 
AnswerRe: What/where is the "UtilityLibrary" Pin
Luc Pattyn9-Jun-09 3:50
sitebuilderLuc Pattyn9-Jun-09 3:50 
GeneralRe: What/where is the "UtilityLibrary" Pin
berntie9-Jun-09 4:07
berntie9-Jun-09 4:07 
QuestionMultiple recursion & recursion? Pin
Ali_1008-Jun-09 23:54
Ali_1008-Jun-09 23:54 
AnswerRe: Multiple recursion & recursion? Pin
molesworth9-Jun-09 1:04
molesworth9-Jun-09 1:04 
waqarnaeem2@hotmail.com wrote:
why we need recursion


We need recursion for the things it kills to grow in... sorry, I went all Ah Pook for a minute there OMG | :OMG:

We need recursion because some things are just too messy to do with iteration. Most common recursive algorithms can easily be converted to iterative versions, but will need extra state tracking, like stacks, and then become more complex to write, read and debug.

Recursion might have a slight performance penalty in some cases, but the clarity of code usually outweighs that.

As the dictionary says Recursion : see Recursion Big Grin | :-D

There are three kinds of people in the world - those who can count and those who can't...

GeneralRe: Multiple recursion & recursion? Pin
kanagarajm3-May-10 7:31
kanagarajm3-May-10 7:31 
AnswerRe: Multiple recursion & recursion? Pin
Colin Angus Mackay9-Jun-09 1:54
Colin Angus Mackay9-Jun-09 1:54 
AnswerRe: Multiple recursion & recursion? Pin
Luc Pattyn9-Jun-09 2:35
sitebuilderLuc Pattyn9-Jun-09 2:35 
AnswerRe: Multiple recursion & recursion? Pin
supercat99-Jun-09 7:02
supercat99-Jun-09 7:02 
AnswerRe: Multiple recursion & recursion? Pin
Baran M10-Jun-09 2:18
Baran M10-Jun-09 2:18 
AnswerRe: Multiple recursion & recursion? Pin
Pascal Ganaye10-Jun-09 2:28
Pascal Ganaye10-Jun-09 2:28 
GeneralTOols of testings Pin
Ali_1008-Jun-09 23:53
Ali_1008-Jun-09 23:53 
GeneralRe: TOols of testings Pin
Simon P Stevens9-Jun-09 0:46
Simon P Stevens9-Jun-09 0:46 
GeneralRe: TOols of testings Pin
Colin Angus Mackay9-Jun-09 1:57
Colin Angus Mackay9-Jun-09 1:57 
GeneralRe: TOols of testings PinPopular
Pete O'Hanlon9-Jun-09 2:19
mvePete O'Hanlon9-Jun-09 2:19 
GeneralRe: TOols of testings Pin
Eddy Vluggen9-Jun-09 7:37
professionalEddy Vluggen9-Jun-09 7:37 
GeneralMultiple inheritance Pin
Ali_1008-Jun-09 23:52
Ali_1008-Jun-09 23:52 
GeneralRe: Multiple inheritance Pin
Simon P Stevens9-Jun-09 0:39
Simon P Stevens9-Jun-09 0:39 
GeneralRe: Multiple inheritance Pin
supercat99-Jun-09 12:50
supercat99-Jun-09 12:50 
GeneralRe: Multiple inheritance Pin
Baran M9-Jun-09 1:38
Baran M9-Jun-09 1:38 
GeneralRe: Multiple inheritance Pin
Colin Angus Mackay9-Jun-09 1:47
Colin Angus Mackay9-Jun-09 1:47 
Questionremoting and client devices that switch network cards on the fly Pin
Martijn van Kleef8-Jun-09 22:08
Martijn van Kleef8-Jun-09 22:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.