Click here to Skip to main content
15,881,568 members
Everything / Containers / Virtual Machine

Virtual Machine

virtual-machine

Great Reads

by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
by Lionel LASKE
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.
by Stefan Savev 2
Describes how to dump information from the C# parse tree
by RockmanZero
An extendable report editor. You can simply add your own controls without recompiling the program or writing annoying plug-ins.

Latest Articles

by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
by Micah Ebohon
When you want to get files from a remote machine and needed by a system or other process, it is possible using WinSCP and PowerShell script.
by ToughDev
Hyper-V & Hardware Assisted Virtualization
by Matt Pogue
Deploy XDR, host integrity, and more with Wazuh Server

All Articles

Sort by Title

Virtual Machine 

30 May 2008 by Daniel Pistelli
An article about .NET internals and native compiling.
5 May 2009 by Vitaly Shelest
Describes an SDK that enables direct Java calls to export functions from regular DLL modules
7 Feb 2011 by asheesh goja
This article shows you how to build a simple cross-platform interoperation solution between .NET and Java using the Service Interface and Data Transfer Object (DTO) architecture patterns
13 May 2003 by Include123
A basic Virtual Machine for experimentation.
30 Aug 2003 by gspatwal
A brief article comparing and contrasting the features of Java and C#.
17 Dec 2007 by Arif Zaman
An article on a Scriptable ActiveX Web Control using ATL.
20 Apr 2007 by jonnynolimits
A library for creating custom switches for the devenv command prompt (extensibility example).
12 May 2001 by Jason Clark
Just what is .NET? Jason Clark gives an overview of .NET and what it means to you as a developer.
9 Nov 2008 by Joshua Tully
A look into what goes into the area of preventing reverse engineering, and gives developers some functions and ideas about preventing reversing engineering of their programs.
3 Sep 2008 by RockmanZero
An extendable report editor. You can simply add your own controls without recompiling the program or writing annoying plug-ins.
19 Feb 2009 by logicchild
An article to launch the beginner into the world of Java GUI programming
30 Mar 2007 by GaryWoodfine
Analysis of the CIL generated by the .net compiler for 4 Languages in VS 2005
24 Feb 2010 by Apriorit Inc, Dmitriy Mihailik
This article is a brief description of some tools and methods of application architecture research. Premilinary research, sniffers, hooks.
19 Feb 2019 by Chandru BK
The scope of this article is to compare the various deployment models available for our application deployment use case. This article assumes that readers will have basic knowledge of Virtual Machines, Containers and Hypervisors.
25 Feb 2007 by Asim_Abbasi
Learn to implement RFC using Visual Basic as in the project we have implemented two RFC for Internet Relay Chat.
2 Oct 2005 by osohare
Porting and deploying the report starter kit to Linux (RH7.3/Tomcat5.0.28/Grasshoper1.61)
30 Jul 2018 by Rahul Rajat Singh
In this article, we will see how we can create highly available VMs in Azure.
31 Mar 2015 by Prakash SNP
This article shows how to build an Azure IoT Solution for water utilities Industry
3 Sep 2001 by Wrox
This chapter will provide you with a step-by-step introduction to ASP.NET using VB.NET.
24 Apr 2009 by Moustafa Refaat
Code Sample and a sample chapter from Book BizTalk The Practical Course
7 Jun 2006 by Dmitry Khudorozhkov
This article presents an XML/XSL/XSD browsing and validation tool, a shining example of how various technologies like Shell scripting, Scripting Runtime, or HTA can be put together to aid programmers in rapid development of powerful script-based applications.
20 Jul 2010 by nbugalia
A screen saver simulating blue screen of death and Windows XP restart
23 Jan 2006 by Laurence Moroney
You can build Java console applications that will run on any Java-enabled platform. Using this, and the power of the System.Net namespace, inlcuding the TcpClient class, you can create distributed applications that use a Linux server and Windows Forms clients that interoperate, thanks to Grasshopper
18 Dec 2023 by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
11 Oct 2013 by BrainlessLabs.com
In this article, we will discuss implementing conditional statements, loops and blocks.
23 Jul 2010 by Daniel Vaughan
Get a head start with the new Windows Phone 7 developer tools. Learn how to create a Sokoban game in Silverlight for the WP7 platform.
20 Aug 2008 by Christoph Husse
This article shows how to bypass PatchGuard 3 on the latest windows versions.
24 Aug 2007 by Vincent DUVERNET (Nolmë Informatique)
26 Sep 2016 by doonhamer
A real world example of the IT setup used by a small UK based charity. It is high level and provides a brief but complete overview.
5 Jul 2007 by Philippe_Cohen, RoyOsherove
We all know and love Microsoft Visual Studio, but did you know that you can use it to build server and Web applications that run on Linux and other Java EE-enabled platforms? Here’s how…
12 Jan 2011 by Steve_Fox
How to integrate SharePoint apps with cloud-based technologies.
5 Sep 2008 by Colin Vella
An API for enhancing any .NET application with a scripting language
4 Feb 2017 by DataBytzAI
A quick how-to on converting VMs from Parallels on Mac, to VirtualBox on Windows
13 Jan 2007 by Selvan
This article aims at explaining the basics of custom flatfile disassembler
12 Mar 2010 by stevenmcohn
Detect network availability, specifically to the Internet, and monitor status changes
21 Apr 2009 by Lionel LASKE
Learn how to develop an application for the XO laptop - the OLPC project's machine - using Mono on Sugar OS.
13 Jan 2008 by Soumyajit Halder
This article describes the .NET standard approach for software development
31 Oct 2008 by Addison-Wesley
This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.
5 Jul 2012 by Basil Voronkov
Description of an interpreted functional programming language implemented solely in .NET/C#.
5 Mar 2004 by Doga Arinir
Embedding a JavaBean without using Sun's ActiveX-Bridge.
9 Sep 2002 by moliate
A simple class encapsulating tlhelp32 and PSAPI
7 Jun 2006 by Guy Balteriski
This article describes a high-performing interoperability solution between the Java platform and the .NET Framework. The suggested solution does not replace the Java Virtual Machine or the .NET Framework runtime, instead, your JVM or .NET are each hosted within the opposing runtime environment
30 Aug 2006 by Addison-Wesley
Generics will significantly transform C# 1.0 coding style. In virtually all cases in which programmers used object within C# 1.0 code, generics would be a better choice in C# 2.0 to the extent that object should act as a flag for a possible generics implementation.
21 Sep 2010 by Addison-Wesley
This chapter provides a high-level overview of JavaFX, from the core JavaFX platform to the tools that you can use to build and deploy JavaFX applications.
24 Sep 2010 by Apriorit Inc, Kit Tatiana
The aim of the article is to present a step-by-step description of the installation and configuration of the domain controller, Exchange Server, and MS Outlook with two accounts for the testing purposes.
26 Dec 2005 by Mukesh Kumar Gupta
A brief preparation on technical stuff for interviews on .NET.
31 Aug 2003 by Room2Shroom
For the beginning .NET coder, who does not know OOP well. The article discusses the basics of IDisposable and attempts to show it’s underling simplicity.
9 Oct 2010 by Stefan Savev 2
Describes how to dump information from the C# parse tree
22 Sep 2005 by Laurence Moroney
If you want to run the 'Race to Linux' or if you simply want to migrate your existing ASP.NET applications to run on J2EE or Linux, and you weren't sure where to get started – then this article is for you!
16 Mar 2008 by Maruf Maniruzzaman
Functional java virtual machine - can run java applications for most of the instructions.
25 Nov 2008 by Bikash Shaw
How the Java Virtual Machine Works: Inside the JVM.
12 Apr 2008 by dotnfc
Using a set of classes to access SmartCard readers, to test SmartCards via scripts - even to transmit APDUs one by one.
27 Feb 2010 by icemanind
This article takes you through a step-by-step process of creating your own virtual machine.
23 Jul 2009 by Apriorit Inc, Alex Kolesnyk
This article describes the first steps in low-level programming on the example of developing of simple boot loader
26 Mar 2008 by Rana Salman Rashid
http://ranasalman.blogspot.com
29 Nov 2009 by Syed Adnan Ahmed
The way we use to Sysprep windows machine are changed in Windows Server 2008. I should admit that it's lot simpler and less painful to Sysprep Windows Server 2008 than any of the previous versions of Windows.
3 Sep 2001 by Wrox
Using the <object> tag to embed functionality into your web pages.
22 Jul 2010 by cyb70289
An I/O port sniffer using hardware debug registers.
27 Jun 2004 by Michal Altair Valášek
.NET implementation of SpamAssassin's network client.
19 Aug 2005 by Silviu Simen
This article describes a method of storing a wordlist into a compressed form while providing a relatively quick word lookup functionality.
29 Mar 2007 by Ashkbiz Danehkar
An introduction to injection the code into Import Table of Portable Executable file format, which is called API redirection technique.
2 Sep 2005 by RichardS
An article about embedding the Lua scripting language with C++ objects.
10 Dec 2002 by Zeeshan Amjad
This article shows a way of integrating Java, C++ and Assembler
7 Jan 2009 by Vivek Srivastava SSE
With IKVM, you can run compiled Java code (byte code) directly on Microsoft .NET or Mono. The byte code is converted on the fly to CIL and executed.
13 Feb 2002 by Kashif Manzoor
The article introduces Microsoft's .NET framework and compares it to Sun's J2EE
25 May 2000 by Jeremiah Talkar
Give Java applets a second chance (as COM style binary components)
2 May 2005 by Guerino Palacios
Now, with full code in VC++ 6 and more explication.
26 Jul 2010 by ShaneMcDonald
A simple introduction to static and dynamic libraries with Microsoft Visual C++.
15 Apr 2009 by Oren Zeev-Ben-Mordehai
Moving data between Managed Code and Unmanaged Code – Alternative using C++ and IJW
3 Aug 2009 by Daniel Pistelli
An article about x64 and Windows Vista
17 Jan 2013 by Erich Ledesma
Automatic creation of equality members (Equals and GetHashCode).
4 Dec 2006 by Alexey A. Popov
This article is dedicated to the observable property design pattern, a very nice pattern used in the Microsoft .NET Framework, a possible memory leak problem with it, and gives a couple of ways to solve it.
5 Jun 2008 by Maruf Maniruzzaman
Environment settings for OS development
1 Dec 2008 by Redgate Software
A Research Engineer experiences unexpected slow-downs in his cutting-edge application. Find out what he did to speed-up his program. He learned some valuable lessons on the way. Read his story.
14 Jul 2008 by Dragos Sbirlea
A bird's eye view of the programming model for the new PlayStation 3 console and an interesting example of useful concurrency.
7 Oct 2008 by Martin.Holzherr
Introduction to the parsing method PEG with library and parser generator
2 Dec 2010 by Ravi Karia
This article explains performance testing of ASP.NET website using VSTS 2008
29 Nov 2000 by Chris Maunder
CodeProject, again, Does Redmond.
24 Nov 2009 by dB.
A framework for testing Windows installers with some help from virtualization.
21 Dec 2010 by Tim Corey
Learn how to use ADO.NET objects to create a Google-like auto-search for your WinForms grid
30 Jul 2008 by Jason Hodges
An article that describes how to secure WCF services using X.509 certificates issued from a certificate authority.
1 Dec 2009 by Rajkumar-Kannan
This article helps users to setup a full fledged debug environment for Windows device drivers using a Virtual Machine (VMware). The user need not have to configure a debugger and debugee and connect them with null modem cables.
12 Jun 2009 by metcarob
This article shares my experiences setting up an Open Source tool chain for developing C++ applications.
29 Nov 2008 by Mohamed Faizal
This article describes how to setup and Install SharePoint 2007 (MOSS) server on Vitrual PC
18 Jan 2019 by Apriorit Inc
This article allows you to save valuable time
27 Jun 2009 by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
7 May 2003 by Nader Omar
Learn the Skills and Concepts to Program in C++ for Beginner & Intermediate/step by step
12 Sep 2007 by Alexander Nowak
This text tries to bring together elements a reviewer can use in his/her software architecture review.
13 Dec 2006 by Richard Northedge
Shows how to generate parse trees for English language sentences, using a C# port of OpenNLP, a statistical natural language parsing library.
21 Sep 2009 by Apriorit Inc, Oleksandr Dodatko
This article describes the process of initial configuration and basic work with Palm Web OS on the lower level than it's described in Palm SDK docs.
26 Oct 2007 by logicchild
An explantion of the CLR and its use of certain base classes for interoperation.
12 Feb 2002 by Kashif Manzoor
The article discusses interpreters, compilers, the JVM and the CLR
23 Oct 2006 by RedZenBird
TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language interpreter. The purpose of this article is to introduce the TOOL interpreter and language from the perspective of a person who has a desire to include a scripting solution as part of his project.
12 Aug 2010 by paladin_t