c++
Is there a shorter/easier way to do this?
I am kinda new to C# and am doing random things; One of which requires this: The “1” turning into “one” is just an example, they will just be 1 word into another, but I Read more…
I am kinda new to C# and am doing random things; One of which requires this: The “1” turning into “one” is just an example, they will just be 1 word into another, but I 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…
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…
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…
ASP.NET Core Hero .NET 5 Clean Architecture Boilerplate is here! #released. Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes 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…
I have some experience in nodejs/django and I am looking for resources to learn ASP.NET Core. The problem is most of the resources I have found did not work for me. Microsoft docs are great Read more…