.Net
Doing Advent of Code 2020 in Blazor WASM
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! Members Online source
Pretty much the title. I’m working on the next generation of some algorithmic trading bots, and while I’ve done this before using console or Winforms, I’m looking to make this version a bit more user Read more…
November 09, 2020 Some time ago, I wrote about the need for simple HTML5 form validation in ~6 lines of JavaScript. Well, I’m back on my bullshit, this time in a Vue 2/Nuxt application. I Read more…
Hi there! I’m currently learning WPF / MVVM and I’m trying to do the following: – I have a view and a corresponding ViewModel. – This ViewModel has a List<int> with a set of values. Read more…
Maksim Kabakou – Fotolia The question of which is the best security toolset for an organisation out of security information and event management (SIEM) or security orchestration and event management (SOAR) is, in part, a Read more…
One small step towards generics (even if it’s only in IDE support) using psalm templates. How does it work? I use vscode One giant leap for development. I’d prefer they stay that way. A language Read more…
Me and a friend created an open source & cross platform library which gives you the ability to create & execute logical structures from C# objects at runtime. The original use case was to give Read more…
EDIT: How to access my project folder AFTER I have published my application? I want to access this file because I would like to edit it at runtime. I want something like this “{ProjectDirectory}{ResourcesFolder}{myResource.txt}” All Read more…
Learn Development at Frontend Masters Let’s take a look at how to combine the border-image property in CSS with animated SVGs that move around a border. In the process, we’ll cover how to hand-craft resizable, Read more…