.Net
EF Core – Many to many
Currently working on a project where a Website and a WPF app should get and update data to SQL server database through asp net core REST API, with use of EF Core. Our problem is Read more…
Currently working on a project where a Website and a WPF app should get and update data to SQL server database through asp net core REST API, with use of EF Core. Our problem is Read more…
I run into conflicting information on this subject. Should you strip html, javascript before entering into a database or allow it and escape it upon output? I’m not talking about validating data to ensure it’s Read more…
Maybe Open Telemetry can reduce some of the complexity. Right now every telemetry vendor provides their own tooling and nuget packages. There is no easy way to switch between them and some costs are just Read more…
Published by Matthias Ott Saturday, 31 October 2020 Have you ever seen Gerhard Richter painting? It is phenomenal to watch. He might start one of his large, abstract paintings by carefully applying oil paint to Read more…
Hi guys. I am trying to make a VERY simple nuclear reactor simulator that reacts in real time to changes the user makes via sliders and other options on a UI. What is the best Read more…
Hello guys, in my job i have a task to export an excel file from our application. This one thing teared me apart because i couldn’t manage to complete because i haven’t work before with Read more…
Hello to everyone! I am moving from AutoIt to C#, Im doing some little projects like file renaming, moving, automatizing some actions and stuff. I did a Form for music management, it turned out pretty Read more…
IMO it’s much easier to just drop a proxy like Caddy in front of your websocket app to add WSS/TLS support. It’s dead simple to do so, and it’s all managed for you. You can Read more…
I’m at a new job, the codebase is mammoth, and nothing is documented. There are a variety of settings that you need to make to test various things, and the functional analysts (BA’s) are not Read more…
Please bear with the length of this description. The problem is weird, and I want to give some background. I am including an image of the issue. The image on the left is the newer Read more…