Posts by Lvcz • 83 points
3 posts
-
5
votes1
answer188
viewsQ: Defining a tree structure in ruby on Rails
I’m developing a system in ruby on Rails, and I’m stuck on a question. My question is this, I need to create a tree, and then create my 'no' object and I would like it to have a 'no' parent and a…
-
1
votes0
answers370
viewsQ: Dynamic input reading in C#
I am developing a solution in Winforms C# that receives a text file via network, via HttpWebRequest: HttpWebRequest request = (HttpWebRequest)WebRequest.Create(conexao + "/piece.txt");…
-
2
votes1
answer879
viewsQ: Httpcontext.Current.Session is null in thread
Hi, I have a problem with my code. I’m doing a function that lasts about 3/4 hours long, and then I decided to do this function in a thread so that it doesn’t block the overall functioning of the…