Coding
Visual studio VERY slow
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! 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…
I’ve learned to be more comfortable not knowing. “I don’t know”, comes easier now. “I don’t know anything about that.” It’s okay. It feels good to say. Whether it’s service workers, Houdini, shadow DOM, web 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…
I’ve seen it asked a bit but people always turn to VMs on Mac to do .Net dev. I have the option for work (Windows vs Mac) as a dev machine. And I am a Read more…
The application of $timestamp = (new DateTime('@' . $timestamp))->getTimestamp(); line should be idempotent, since all we’re doing is switching formats and the output format is the same as the input format, meaning that repeated applications Read more…
Hey folks. I’m in the early stages of learning C# and I’ve run into an issue that I can’t solve to save my life. It’s probably super obvious and I’m hoping someone with more experience Read more…
A tiny and easy-to-use jQuery plugin that takes a group of nested checkboxes and converts them into a hierarchical tree. Demo Download source
Hey everyone, I have a unique need to utilize C# Web Api which connects to a destination SQL Server. I am facing few issues as I’m still trying to learn C# & thought of reaching Read more…
I’m a long-time C# developer, but I currently do not work with it so I’m a little out of the loop. I have seen the new records feature in C# 9, and I can’t understand Read more…
I am making a trivial jukebox and I downloaded the C#id3 library so that I could get the names and tracks from the mp3files without having to add them manually however it is a .sln Read more…