Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / virtual

Virtual

virtual

Great Reads

by George Tryfonas
Assembler and Simulator for Don Knuth's MIX Computer from The Art of Computer Programming.
by Marcelo Ricardo de Oliveira
This article provides experienced developers with a comprehensive look at containerization: where it came from, how it works, and a look at the typical tools you'd use to build and deployed containerized cloud native apps.
by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
by Richard Tauber
Implementing dynamic polymorphism without virtual functions and sharing objects across process boundaries.

Latest Articles

by George Tryfonas
Assembler and Simulator for Don Knuth's MIX Computer from The Art of Computer Programming.
by Marcelo Ricardo de Oliveira
This article provides experienced developers with a comprehensive look at containerization: where it came from, how it works, and a look at the typical tools you'd use to build and deployed containerized cloud native apps.
by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
by Richard Tauber
Implementing dynamic polymorphism without virtual functions and sharing objects across process boundaries.

All Articles

Sort by Score

virtual 

by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
by Minh Danh Nguyen (ToughDev)
Emulate parallel port printer to capture data from Tektronix 1230 Logic Analyzer
by Mark Vinod Sinnathamby
This post is a tutorial that is complimentary to the session I did, demonstrating the steps of how a simple holographic application can be built and deployed in the HoloLens emulator.
by Minh Danh Nguyen (ToughDev)
Hyper-V & Hardware Assisted Virtualization
by Minh Danh Nguyen (ToughDev)
This article describes how to use WinDbg to identify issues that may prevent Windows Subsystem for Linux (WSL) from starting.
by Trần_Tuấn_Anh
Virtual threads represent a significant advancement in Java's concurrency model, designed to simplify and enhance the way we handle multi-threading. This article delves into the core concepts of virtual threads, providing examples, demos, and results to illustrate their practical applications.