Click here to Skip to main content
15,886,689 members

Comments by Ryan Peden (Top 3 by date)

Ryan Peden 7-Nov-18 15:51pm View    
If you're using in process sessions, maybe the session timeout is set too low? Does this problem always happen, or only when users take a long time to finish the 5 page process?
Ryan Peden 7-Nov-18 15:38pm View    
Deleted
You might not need dynamic group by here. Can you give some sample inputs to the function, along with what you'd expect it to return? That'll help us better understand what you're trying to achieve, because it isn't 100% clear based on your example.
Ryan Peden 16-Jul-18 12:54pm View    
I don't think that would cause it. StringBuilder is present in .NET Core and works happily for me in a .NET Core console app.