Coding
PHP for 2030
I understand the jab at jQuery, because it’s now either made useless by modern browsers or superseded by better libraries. But I never understand why people assume Python is somehow more modern / better than Read more…
I understand the jab at jQuery, because it’s now either made useless by modern browsers or superseded by better libraries. But I never understand why people assume Python is somehow more modern / better than Read more…
Why not use the official php image that has httpd on it as a base? I.e. php:8.0.0-apache? Xdebug 3.0 has renamed the flags, but you are using old naming in xdebug.ini. ;xdebug.default_enable=1 ;xdebug.remote_enable=1 ;xdebug.remote_connect_back=1 ;xdebug.remote_port=9001 Read more…
I’m a long time C# guy and I recently switched to intellij using java, is there anyone out there who has a “Code Style” settings file i could use that matches the VisualStudio/resharper default code Read more…
I am trying to create a fake list of data containing the class ClassA. ClassA has several properties and one of them is CreatedAt, which is a Datetime, with only a Getter. For test purposes Read more…
Hi, We have Identity Server 4 and separate API. Both ASP.NET Core 3.1. There is some open endpoints used from IS4 during authentication to add additional claims, validate users etc. They are open with [AllowAnnonymous] Read more…
This turned out to be a harder issue than I thought. Usually, assemblies are loaded Just In Time, the first time they’re used. And this makes really tricky to search for a type during the Read more…
I have a listview.view and a gridview inside of it to display my objects data. I’m using DisplayMemberBinding to reference the objects fields in the gridview. What I want to do is grab all the Read more…
Every day I boot up my VS I have to type in the same commands into the Package Manager Console. We can reuse the commands within a session. Can we save them across sessions in Read more…
I am creating an app in WPF net 5 that will show text information on top of another (not fullscreen) program, and I tried using IsHitTestVisible , but for some reason the mouse still colliders/interacts Read more…
In digital system, the data or information such as numbers, letters, characters, or punctuation marks are depicted by a unique or particular set of symbols. They are fundamentally encrypted and, therefore, the group of symbols Read more…