Retrieving Data in MySQL Database Using DataReader in VB.Net

Submitted by janobe on
Today you will learn on how to retrieve data in MySQL Database using DataReader in VB.net. This method provides an effective way to retrieve data from the database. It is efficient to use this kind of method because you can design the datagridview column according to your desire.

Simple Laravel 5.6 CRUD System

Submitted by Jeff Ngugi on
Hello guys. I made this program while practicing how to work with php laravel. For this project to work in your machine, you need php =>7.0 Mysqli It is just a simple project How it works Edit or make your .env file Make run migrations Run the servr Enter your generated url and add posts to it, example 127.0.0.1/posts To create edit or delete a post, you need an account, create an account if need