I’m not a hacker, I don’t see the good that can come from it really. But, I do want to know how to do it so I can take necessary precautions. Also, I read about hacking and wonder sometimes if it really is possible these days. The attack vector which exploits the vulnerabilities of humans, […]
Read More →Archive for September, 2020
FAILED TO INITIALIZE RUN FROM PACKAGE.txt
I was doing some deployments to an Azure Function and found this text file in my d:\home\site\wwwroot directory. This can happen if you are trying to run an Azure Function from package, which is discussed here. Real fast, the way you get this to happen is by making a deployment, then after the deployment is […]
Read More →How to install .NET 5
This release is a big deal. Basically, all the different versions of .NET like shown in the following bullet list are merged into this one version called .NET 5. .NET Framework .NET Core .NET Standard From .NET 5 all projects can be run cross platform and cross verticals like WPF and ASP.NET. Here are some […]
Read More →How I learned to better understand how computers work using 6502–Part 1
I’ve been a developer for a long time. I can code almost anything. I have a great desire to take my understanding to the next level. I am a C# coder, which is managed code, my objective is to not move to a native language like C or C++, instead I want to take it […]
Read More →