Click here to Skip to main content
15,885,546 members

Comments by Florian Rappl (Top 7 by date)

Florian Rappl 18-Mar-14 2:33am View    
Deleted
I see. Thanks for the report! I will investigate the issue and fix it as soon as possible. Please report further issues on the official page hosted on GitHub. This is just an introductory article and not the project itself.
Florian Rappl 10-Mar-14 16:58pm View    
Deleted
1.) Please use GitHub for such requests (where the project is located)
2.) AngleSharp is an HTML / CSS parser - it does not contain a JavaScript engine. Therefore this behavior is expected.
Florian Rappl 25-Feb-14 4:18am View    
Reason for my vote of 2 \n I completely agree to johannesnestler's comment. However, I give you 2, because you have at least the words "stack" and "heap" in this tip. But I fear that there is much more and if you really want to understand memory allocations in .NET, you will have to understand memory allocations in general (I can only recommend the article by Ulrich Drepper).
Florian Rappl 18-Aug-13 7:25am View    
Reason for my vote of 5 \n Good one!
Florian Rappl 24-Jul-13 11:58am View    
Reason for my vote of 2 \n There is really not much in here (sorry to say). And worst of all: Send is synchronous (blocking) and therefore should not be used. Instead you should use Post, which is asynchronous. Additionally Post still works on Windows Store apps etc.