Archidevineer Make Working Software
  • Home
  • About

How to Fix the Entity Framework LINQ Expression Could Not Be Translated Error

Entity Framework’s LINQ Expression Could Not Be Translated Error often leaves developers puzzled the first time it is encountered, but it’s often not that hard to resolve once the root cause is understood.
Sep 12, 2026 8 min read entity framework entity framework core linq

Visual Studio Code Markdown Preview (and Reasons Why it Might Not Be Working)

Markdown is now widely used in software engineering. AI-assisted development has increased adoption even further. This has made the Markdown Preview feature in Visual Studio Code and editors based on it extremely useful.

Read full post gblog_arrow_right
Aug 15, 2026 3 min read visual studio code

Visual Studio IDE Tip: Navigate Backward and Forward Through Source Code

Trace your steps in Visual Studio by using the Navigate Backward and Navigate Forward features.
Jul 25, 2026 4 min read productivity software development visual studio

Visual Studio IDE Tip: Go to Definition and Go To Implementation

Easily jump between definitions and implementations in Visual Studio.
Jul 5, 2026 3 min read productivity software development visual studio

Visual Studio IDE Tip: Using the Immediate Window

Learn how to use the Immediate Window, a very powerful debugging tool built into the Visual Studio IDE.
Jun 9, 2026 6 min read immediate window productivity software development visual studio

How to generate a GUID or UUID without writing a program.

You don’t need to write a program to create a GUID or UUID. You likely have a tool that will already generate one for you. Let’s look at how to generate a GUID/UUID value in several different tools that already support this feature.
Updated on Jul 24, 2026 5 min read linux mysql sql server visual studio visual studio code

Visual Studio IDE Tip: Jump To Matching Code Delimiter

Learn a very useful Visual Studio IDE keyboard shortcut for jumping to matching code delimiters.
Apr 26, 2026 2 min read keyboard shortcuts productivity software development visual studio

Visual Studio Debugging Tip: Conditional Breakpoints

Learn how to set a conditional breakpoint to stop execution based on a defined condition.
Apr 18, 2026 3 min read conditional breakpoints debugging productivity visual studio

Using the Windows Event Viewer to Debug .NET Applications running on Windows

A guide to understanding how the Windows Event Viewer can be used to debug .NET applications running on Windows platforms.
Mar 25, 2026 7 min read debugging event viewer troubleshooting windows

Options to Transfer Files Between the Host Machine and a VirtualBox VM

After creating a VM with Oracle VirtualBox, one of the first things that may be required is to copy files from the host machine to the VM. Fortunately, there are several options, ranging from very easy and built into VirtualBox to more difficult, but closer to real-world server setups.

Read full post gblog_arrow_right
Updated on Jun 8, 2026 7 min read file transfer linux oracle virtualbox ubuntu ubuntu server virtual machines
Page 1 of 4
NEXT gblog_keyboard_arrow_right
About
Built with Hugo and
Cookie Policy
Privacy Policy
Terms and Conditions
Back to top