CRUD

Simple CRUD with Report using VB.NET, SQL Server, and Crystal Reports Free Source Code

Submitted by Raj.Sharma on
This is a VB.NET Program that has a CRUD Operation that stands for Create, Read, Update, and Delete functionalities. The application is a software-based program that uses MS SQL Server Database. In this CRUD Program, the application stores a list of products details which are the product id, name, category, rate, and quantity. Using this simple project, you will learn how to handle the mentioned

Creating a CRUD Web App using CodeIgniter, jQuery, and Ajax Tutorial

Submitted by nurhodelta_17 on
This is a simple Ajax CRUD Operation using CodeIgniter with the help of jQuery to handle our HTTP request. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller). One advantage of using Ajax is that you don't need to reload the page after a certain action.

CRUD Operation using PHP and SQLite3 Database Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to CRUD(create, read, update and delete) which is also the same as shown, add, edit and delete on SQLite3 using PHP. SQLite as per site description is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

CRUD Operation in XML File using PHP with Modal Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a CRUD(create, read, update and delete) operation also knows as add, edit, delete in XML Files using PHP with Bootstrap Modal to handle our Forms. XML stands for eXtensible Markup Language which is designed to store and transport data and sometimes used as a database substitute.

Creating an AngularJS CRUD using UI-Router and PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a CRUD Operation in Angular JS using Ui-Router to manage our routes and PHP/MySQLi to handle our backend with MySQL as our Database. You will learn in this tutorial how to use UI-Router. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Simple ToDo List Web App using Python and Django Source Code

Submitted by oretnom23 on
Simple Todo Web App using Python and Django This simple project is a Simple Todo Web App that was developed using Python and Django as the Web Framework. This application allows users to Create, Read, Update, and Delete Todo Items. The user can also mark Todo Items which already done and to this, the user will just simply check/click the provided checkbox provided along with the items. When the

Basic CRUD Operation in Profiling System in VB.NET with Source Code

Submitted by Mark Anthony on
In this project you will learn how to Create, Retrieve, Update and Delete, especially for beginners this is a good starting point and also you will learn how to properly dispose of connections correct usage of commands and parameters. This simple program operates in a single form application. The user interface contains the Profile Form Panel, Data Grid View that displays the l ist of students

CRUD Application in ASP.NET Core MVC 2.1 with Source Code

Submitted by Hasan soherwardi on
This is an ASP.NET simple project. This will help you to understand how to create a simple web application using ASP.NET and MS SQL Server. The program includes CRUD ( Create, Read, Update, and View) functionalities to manage the employee list. This program also executes the MVC (Model-View-Controller) way of organizing your codes. The model contains the pattern that responsible for maintaining

Simple Contacts using VB.Net and MS Access Database with Source Code

Submitted by Jaxel14VB on
This is a Simple VB.NET project with source code called Simple Contacts. This simple software stores and manages contacts. This program will show you how to add multiple UserControl in a single Form. The contacts display in the form is resizable using the toggle for resizing. This simple program will help you to learn the basic and most commonly used operations and functions in developing VB .NET

CRUD Operation using PHP/MySQLi with DataTable and TCPDF Tutorial

Submitted by nurhodelta_17 on
This tutorial source code will teach how to CRUD(create, read, update, delete) using the two MySQLi Extensions which are OOP and Procedural. Also included, the data table library which is an extension that uses jquery to beautify and add functionality to HTML Table. Lastly, included is a PDF Generator using the TCPDF library.