SQLite Database Connection in C# - Example Code

This is an example code of how I connect to an SQLite database. But before you do the codes or scripts of connecting to sqlite, you will have to download the sqlite libraries for it to be working.

Setting Up XAMPP Web Server on Windows

Here is a simple step-by-step procedure on how to setup XAMPP web server on windows. XAMPP is composed of Apache web server and MySQL and some other web tools. This is an0 open source web server software that lets you host your own personal website at home or in office. In this tutorial, I will only show the basic way on how you can make your website available online using XAMPP.

Connecting Oracle VM VirtualBox To Your LAN

Oracle VM virtualbox is a computer virtual machine that enables you to create a computer system virtually. So instead of buying computer hardware and installing OS in it, oracle VM will do the task as a software. You can create multiple VMs on oracle virtualbox for testing or development. So this means that you can save money when it comes to computer hardware. So if we are talking about VMs we may ask if that can connect also to outside network or LAN. Since we need also to access computers in the LAN or we want this VM accessible on other computers. Oracle VM is capable of doing this.