Coding
C# resources with assignments and exercises
I’ve been going through some C# courses and tutorials and it annoys me how many of them just show you what you can do, but don’t give you anything to actually do, or just have Read more…
I’ve been going through some C# courses and tutorials and it annoys me how many of them just show you what you can do, but don’t give you anything to actually do, or just have Read more…
I am trying to understand the new features in C# 9 – however somehow, I do not see the official documentation covering them, only language features and “what’s new”. Are there dedicated documentation pages for Read more…
So I’m stumped as to whether there’s an easier, cleaner way to do the following… I have a project with types that are similar in concept to the following: So far so good, but here’s Read more…
So my project use OpenCvSharp (wrapper for OpenCv). My project heavily focusing on image processing where all the images are query from a VideoCapture object. But i notice that my project has memory leak where Read more…
Hi, So in my .net core MVC web app, I am currently generating a .docx file using OpenXML SDK. Productivity Tool. Currently, when the user fills in the form on my View and hits Submit, Read more…
I’m looking for a way to scan through a textbox and find the content between two specific words For example, if I had Num 20 Drawrectangle If num = 20 Drawcircle 20 Drawtriangle 20 20 Read more…
Hey reddit, been searching all over SO for answers but couldn’t find any solutions. I’ve always found myself recycling the same code across 10 different projects with the same layout, design, and demand. So I Read more…
Good afternoon, Is there a convenient way of making a class, or object, or something where I can utilize an object in the Form1 class, but without having to re-specify every label, box, and location Read more…
Hello! I’ve been using VS for a few years now and have never encountered this bug. When I try to do anything it takes a very long time (for example: making a string, the word Read more…
Hello, together, I would like to present you my new Open Source project called Notifo: https://github.com/notifo-io/notifo . The goal is to implement an open and feature-rich notification system for multiple channels like web (sockets), web-push, Read more…