Advanced Hostel Management System v2.0 (VB.NET + MS Access)

Submitted by Raj.Sharma on
It’s an advanced Hostel Management System Project for multiple hostels management written in VB.Net as front end and MS Access 2010 as Back end. Main Features are: Hostelers Profile Entry Extra Services Entry Services Entry Allocation and De-Allocation Extend Agreement Change Hostel and Change room within same hostel Transaction Transaction Entry Purchased Inventory Payment Voucher Caution Money

Sales and Inventory System (Gadgets Shop) *UPDATED*

Submitted by Raj.Sharma on
This Sales and Inventory System for Gadgets shop is developed using C#.NET 4.0(Compatibility - Visual Studio 2010 and Visual Studio 2012) and using MS Access 2010 database in the back end Main Features are: 1. Customers Profile 2. Billing 3. Inventory Management 4. Invoice Generation 5. Advance Records Searching 6. Advance Reports *Use Case diagram, ER Diagram and DFD are added in a zip file*

Constants

Submitted by joken on
In this tutorial, I’m going to show you how to use constants. In the real world, there lots of value that never changes like a Day it is always a 24 hour, and a sqaure has always four equal sides. This value remains constant. It refers to a fixed value that the program may not alter during its execution. The constants are just like regular variables except that their values cannot bit modified after their definition.

Constants Declaration

To declare constant using visual basic, use “Const” statement.

Easy Gmail Sender

Submitted by cngirwa on
Easy Gmail Sender enable you to send emails from your gmail account easily and fast. You can add carbon copy also attachment. The word formatting tools are not working properly, i will fix them in the next update. Please if you have any comments or suggestions, don't hesitate to leave me a message. For any question, please contact me via email or sourcecodester message modules. Please fill free to

Timer

Submitted by joken on
This tutorial will be focusing on the use of timer control in visual basic. Timers plays very important role in most application both client and server-based components. And this control is associated with “Tick” method that allows to be used when an event has to happen when certain amount has passed. At this time, we’re going to create an application using the timer. To do this, open Visual Basic and save it as “timers”. Then add five labels and a Timer.

Stock Inventory System: Creating the Stock Master

Submitted by joken on
In this tutorial, I’m going to show you how to create a stock master. This stock master will cater all the data entry for the new acquired stocks or Item(s). And the loading, updating and deleting of a specific stocks or Items. To start in this lesson, first we need to open our project called “Stockinven”. Then, were going to add new form and we will name it as “Stock Master”. To do this, go to solution explorer right click the project name, then point the mouse pointer to “Add” then choose “Windows Form”.

Optimizing Nginx and PHP-FPM

Submitted by admin on
The default settings of Nginx and PHP-FPM are not enough after installing it. You need to tweak some settings in order to get the highest performance of your server. I will not cover everything in this article; instead I will focus only on some of the important configuration that you need to change. Nginx Nginx is the most important application running in your server as it is the one who serves

Baptismal Information System

Submitted by joken on
This is a complete Baptism Information system. This system created using PHP/MySQL and Twitter bootstrap framework and TCPDF for reports.And it has a feature for adding new entry for baptism, edit entry and delete entry and this system is also capable of generating a baptismal reports. Here are the following step to set the system. 1. Extract the downloaded sourcecode 2. and paste it inside your

Reasons Why A Clean Code Matters A Lot

Submitted by Saad Arif on
As a coder/ programmer, you already know the importance of writing a clean code but have you ever thought why a clean code really matters? Well the points discussed below will not only give you a clear insight about the importance of clean code structure but you will also start writing your codes in a cleaner manner after this. You Are An Author You are not just a programmer but you are the author