.Net
In need of guidance. ASP.NET
Hello, Awesome C#ers. I started programming since Covid became pandemic. But I am a slow learner, mostly because of a lack of time. At this very moment, I have developed a basic accounting app and Read more…
Hello, Awesome C#ers. I started programming since Covid became pandemic. But I am a slow learner, mostly because of a lack of time. At this very moment, I have developed a basic accounting app and Read more…
Removed: Rule 2. C# devs null reference exceptions source
Hello, I’m writing here because I’ve been researching for two days now and I’m still not sure what technology to use to achieve what I need. I have the following setup: Mobile app: Xamarin forms Read more…
On graphs X comes first and is a point on the horizontal X axis, vice versa for Y. Why is this reversed in C#? The first dimension of an array is it’s height, which I Read more…
This is my first attempt at a blog post. I thought it would make an interesting topic because it’s something that I found fun to do, but difficult to find lots of information about. I Read more…
Hi, I have a .net core 2.2 WebApp which generates a word document, which is then sent to a clinical system. I used the Open XML SDK tool to provide the code to generate the Read more…
**Abstract:**This article introduces a method of using OpenCVSharp to “extract the portrait and replace the background” for the green screen video in the camera in real time, and analyzes the algorithm in the project. This Read more…
After a recommendation from these answers, I’ve attempted to reference the ASP.NET 5 source code in order to debug the Antiforgery project. I’ve put up a question on StackOverflow but it seems no one there Read more…
Looks good, should add the custom tool bar in dark mode as well. Dark mode all the things! Yes, need to change the titlebar to be dark. It’s very annoying when software implements a dark Read more…
Hi, I want to make TCP chat application just for fun and exercise. My idea is to write TCP server and TCP client Win forms application, so is it the right way to do it Read more…