.Net
Best way to handle pub/sub format requests.
Hey guys, It’s been awhile since I’ve had to approach this issue, but I am running into a lot of instances where I am writing code that is pinging a server every X seconds for Read more…
Hey guys, It’s been awhile since I’ve had to approach this issue, but I am running into a lot of instances where I am writing code that is pinging a server every X seconds for Read more…
What does it do? It’s a tool to automatically refactor your project to follow coding standards – for example @var annotations – and to upgrade your codebase from any legacy version of PHP to any Read more…
Hello guys. Happy holidays and a happy new year! I am newbie in programming and a friend of mine suggested I should start with c#. I have finished all the courses from mosh hamedany on Read more…
Hi, my problem i reckon has a super simple solution im not seeing. I need to display 3 different timezones updating in realtime. I can easily display my local time using DateTime.Now. However i also Read more…
basically same speed, but c# is sometimes a lot faster is there a better benchmark? slightly off topic, if go isn’t really faster than c#, why use it in the first place? subjective thoughts welcomed. Read more…
I am trying to use a switch statement to control disconnecting a socket. However, when I change the case from the update function (by getting the X key), the code in the switch statement for Read more…
Hi everyone, i just started learning c# in school and i need some help cleaning up my code as its very messy and i don’t know how to do it. i have a lot of Read more…
I don’t understand why async or tasks are this fucking hard I mean – conceptually everything seems to be easy, but almost all people that I’ve witnessed that go beyond doing very simple stuff like Read more…
We have a Rest API which currently fetches a file from server as response. This file is stored in filesystem of server and is kind of static because this file gets updated only once in Read more…
I have an application that when it starts it reads a GIF, extracts multiple bitmaps from the GIF and then makes this bitmaps available throughout the application for drawing in other classes. For example: This Read more…