c#

Online Art Gallery

Submitted by Swapnil R. Joshi on

Artbeat is online shopping website which displays art products. Website Contains shopping cart and category wise gallery. It also provides admin login with the add product and delete product compatibility. Provides user login and password management. Admin reports are not included in this version. Technologies :- Asp.Net with c#, Sql database, Bootstrap3.

Image Steganography using Modified SDSA Algorithm

Submitted by Njenga on
Hello! This is an image steganography Application in C#. The modified SDSA(Spatially Desynchronized Steganographic Algorithm ) uses blocks of 8x8(m x n)to embed the document in the carrier image in specific stego chunks which are returned back to the image.SDSA is based on spatial block desynchronization to disturb the successful prediction of cover image statistics from the stego image which is

Role Based Login for a Gadget Shop Invetory System(RBAC)

Submitted by Njenga on
hello! this is a Role BASED Authentication login for an inventory system in C#. you need Crystal Reporting , VISUAL STUDIO 2008/2010 installed to avoid errors. I have used MS ACCESS database COURTESY OF RajLovesAshi ( http://www.sourcecodester.com/users/raj20505) ROLE: ADMIN USERNAME: admin PASSWORD: admin ROLE: MANAGER USERNAME: man PASSWORD: man ROLE: EMPLOYEE USERNAME: em PASSWORD: em

MySql Class Builder v1.0

Submitted by DaceraSoft on
MySql Class Builder Version 1.0 (Build 09.23.08) This Tool is use to generate c# classes as easy as 1, 2, 3 Freeware tool Powered by DaceraSoft Solutions For students or anyone else who needs a professional freelance programmer, Please feel free to contact me at Email : [email protected] Facebook : https://www.facebook.com/DaceraSoftSolutions Viber / Contact No. +639166367409

Point of Sale and Inventory System C#.Net Version 2.0

Submitted by cybernick75 on
This is a complete point of sale and inventory system written in C#.NET. You can use this system to your future project. System Features Staff/Employee Categories Products Point of Sale Inventory Daily Sales Report By User Daily Sales Report By Invoice Stocks In Stocks Out/Sales Reorder Level Automatically Print Receipt RePrint Receipt Company And VAT Setting UPDATE 06-18-2017 : Product Import

Retrieving and Deleting Data in the Database Using C# and SQL Server 2005

Submitted by janobe on
In this tutorial, I will show you how to retrieve and delete the data in the database using C#.net and SQL server 2005. This method has the ability to display the records that has been saved in the database to the Datagridview. It will also delete the existing records in the table of the database. Follow the step by step guide below.

So, let’s get started:

Step 1. Create a database and name it “testdb”. Step 2.

How to Validate a Registration Form Using Regular Expression in C#

Submitted by janobe on
In this tutorial, I will teach you how to validate a Registration Form using Regular Expression in C#. With this method, you can restrict all the textboxes in a form.It is also a guide for all users when they're going to fill up a registration form.

Let’s get started:

Open Microsoft Visual Studio 2008 and create new Windows Form Application for C#.

C# : Autocomplete in a Textbox with SQL Server

Submitted by janobe on
When you search data in the database, it is hard to search accurate data without a hard copy for your basis. So, in this tutorial, I will show you how to create an Autocomplete Textbox using C#.net and SQL Server 2005. This method has the ability to auto suggest and append the corresponding data on the Textbox when the first letter has an exact the same data in the database

Let's get started:

Step 1.

C#: Retrieving and Deleting with SQL Sever

Submitted by janobe on
In this tutorial, I will teach you how to delete and retrieve the data in C#.net and SQL server 2005. With this, you can retrieve and delete the data in the database. This method is very helpful when developing a system because you can delete the test data that you have saved in the database.

So, let’s get started:

1. Create a database and name it “employeedb”. 2.