Coding
Need help with cleaning up code
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…
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…
It depends on how important LTS is to you. For some of my personal projects I’ve started using .NET 5. For code that works and you aren’t going to touch for a while, the LTS 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…
In the programming language or computer science, an array is defined as the form of a data structure which consists of or store collection of various types of elements inside it. Each element present in 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…
There’s a “C” word in web development that we don’t give enough attention to. No, I’m not talking about “continuous integration”, or even “CSS”. The “C” word I’m talking about is “constraints”. Understanding constraints is a Read more…
This article is for anyone interested in the emerging ecosystem of tools and technologies related to Jamstack and serverless. We’re going to use Fauna’s GraphQL API as a serverless back-end for a Jamstack front-end built with the Redwood framework and deployed with 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…