c#

How to Update data Using C# and SQL Server Database

Submitted by janobe on
In my previous tutorial, I tackled about how to load data in C#.Net and SQL Server Management Studio Express. So, if you have already mastered it? This time, I'm going to teach you how to update in the database in C#.Net and SQL Server Management Studio Express. This process is so simple that you could easily follow.

Random Code Generator using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will generate a random code or id using the C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add one textbox named txtIDno and one button named btnGenerate.

Sales And Inventory System (C# + SQL Server)

Submitted by donbermoy on
This is a project of my younger brother entitled Sales and Inventory System for a particular store programmed through in C# and MS SQL Server database for their computer programming subject. The system has the following features: - Product Information - Inventory - Cashiering/Billing - Sold Items - Manufacturer's Information - User Accounts - Critical Items - Receive Order - Login Trail - Audit