Click here to Skip to main content
15,890,825 members

Comments by carlito_brigante (Top 12 by date)

carlito_brigante 7-Nov-14 15:34pm View    
i dont know from where i should start and what i should use and suggestion?
carlito_brigante 1-Sep-14 5:51am View    
already tried same result - the 3 last digits was cutted of.
carlito_brigante 1-Sep-14 5:51am View    
your version is from unix time to datetime but i need from datetime to unix...
carlito_brigante 27-Aug-14 5:31am View    
Hi Sergey, first all thanks for such cain of post :). I've tested once again without Thread implementation so what i did is between foreach statment i stayed only Execute method without Threading. The result was as it should be. By the way i received information from guy which is taking care server i am sending requests and he told me that asynchronous is allowed towards the server but up to 5 concurrent requests. Is it possible somehow to modify my code to send only 5 requests then wait on results and then send next 5 and wait on results and so on? Would you be abble to help me out how i can do that on my example code?

P.S in case of XMLDocumet i think i duplicated it inside Execute method could you also help me out how can i modyfy to use Load only one time i think i am doing it double time without reasons.
carlito_brigante 12-Mar-14 19:03pm View    
i think so. After all I will use Properties in base class like:
protected virtual string Id { get; set;}

and then use them directly in derived classes or if need to ad additional qualification to setter/getter or both I will override

but one thing makes me thinking - that derived classes need to implemented their own private fields - I would like better to have in anyway inside base. How to do then?