Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Recursive calls in .NET

I wrote a recursive method in C# that traverses through a nested directory structure within a VSS database. What are the limitations of recursive calls within .NET? Factors like stack size, GCs, etc.?