Register multiple implementations against the same interface in .NET 8 ASP.NET MVC Core Project: RuntimeComposition.NET https://gitlab.com/ShirazAdam/RuntimeComposition.NET is a C# .NET 8 ASP.NET MVC web application demonstrating the concept of run time composition. Based on the original work I did in .NET Framework 4.8.1 located at https://gitlab.com/ShirazAdam/Runtime-Composition. This is an updated version for ASP.NET Core MVC…
Embarcadero RAD Studio 12 has been released
Embarcadero has released RAD Studio 12 (includes Delphi and C++ Builder) Some of the features: RAD Studio 12 offers official support for iOS 17 (for Delphi only), Android 14, and macOS Sonoma. RAD Studio 12 also supports Ubuntu 22 LTS and Windows Server 2022. Visual Assist integration provides best-in-class code completion, code navigation and rename…
Windows 11 23H2 Bypass TPM and SecureBoot requirements
I’ve put together a little registry file to enable people to bypass the TPM and SecureBoot requirements of Windows 11 23H2. The file can be downloaded from https://www.dropbox.com/scl/fi/mx5rnzjtisyokptdzdee6/Win11RequirementBypass.txt?rlkey=ap6ejkr5f9vs062bs2mbik0b5&dl=0 but you’ll have to change the extension from .txt to .reg in order to apply it. Thanks to https://www.tomshardware.com/how-to/bypass-windows-11-tpm-requirement Windows 11 English can be downloaded from https://www.microsoft.com/en-gb/software-download/windows11/
Docker failed to initialise on Windows 10 or Windows 11
If you ever see an error message on Windows 10 or Windows 11 from Docker Desktop stating ‘Docker failed to initialise’; all you need to do is delete the following folder: ‘%appdata%\Docker’ Source: https://github.com/docker/for-win/issues/3088#issuecomment-458085229
Embarcadero RAD Studio 11.1
Hi all, Embarcadero RAD Studio 11.1 has been released with improved Win64 support for Delphi and new security optimisations for the EXE output: https://www.embarcadero.com/products/rad-studio/
Windows Phone and Windows development…
Ever since Microsoft decided to retire Windows Phone, I have stopped developing software for the Windows Platform. With the release of Visual Studio 2022, UWP (Universal Windows Platform) seems to be an afterthought. As of now, I believe all the Windows Phone and Windows/Microsoft Store apps have been pulled by Microsoft because I have not…
My code vault
Hi all, I have spent some time cleaning up the many version control systems where I have been hosting my samples, projects, Proof-of-Concepts, experiments, etc… into a single consolidated code vault. After Microsoft decided to retire CodePlex, I have chosen GitLab over Azure DevOps, GitHub, BitBucket and CodeCommit. Ideally, I would like to host on…
RAD Studio 11 is here
Idera and Embarcadero have finally released RAD Studio 11. Please see https://www.embarcadero.com/products/rad-studio/whats-new-in-11-alexandria for more information.
Error: cannot load data from the server: “RadStudio.json” metadata file does not exist for RAD Studio 10.4
Error: cannot load data from the server: “RadStudio.json” metadata file does not exist Whenever you see this error, run the following command: GetItCmd.exe -c=useonline From the RAD Studio Command Prompt after you have changed the directory to C:\Programme Files (x86)\Embarcadero\Studio\21.0\bin Source: https://community.idera.com/developer-tools/general-development/f/getit-and-third-party/72378/problems-with-getit-delphi-10-4-sydney
Embarcadero RAD Studio 10.4.1 released
Looks like a new update for my favourite development environment has been released with lots of improvements. Please visit: https://www.embarcadero.com/ for more information.