Recent content by UniveXNet

  1. U

    My CPA Journey as a Beginner

    Hello, thanks for this post, it helped me quite a bit, keep it up.
  2. U

    Country name domain: does it have any value?

    Hello, thanks for this post, it helped me quite a bit, keep it up.
  3. U

    Best templates for Windows Forms?

    If you don't mind using WPF, there is plenty of frameworks/toolkits for wpf and most of them are quite nice, sadly usually with a chinese documentation, but still a nice amount of controls.
  4. U

    youtube bot

    Youtube recently made some changes, you can't even business mails now without being logged in, so make sure you are filling all those requirements (headers, probs auth cookies), before attempting anything.
  5. U

    Sending requests via proxy is too slow

    Hey, try using HttpClient instead of WebClient/HttpWebRequest. Also another thing is that DNS resolve can take longer on proxies, due to some .NET stuff, but it should not be that huge of a delay, try swapping to HttpClient first, I swapped some time ago and it got rid of those delays.
  6. U

    6 Ways To Motivate Yourself To Write - Even When You're Not "Feeling Like" It

    Thanks for this post, definitely valuable to many users, including me. :)
Back
Top