C#

C# Source Code

Free C# Source Code. Download 10 latest C# system's projects with source code for free here.

Student Exam Seat Arrangement System

Submitted by Aarzoo on
This is the simple exam seating arrangement program. it is helpful to invent some new concept by basic c#. This Program will help to students to show their seat number and their arrangement also. it is based on C# language. it required visual studio 2008 or higher version to see program correctly. the user/programmer should have enough knowledge about .NET and ADO.NET

E-Justice: Crime Record Tracking System

Submitted by dotnetking12 on
This is a project made using Windows Forms for frontend and SQL Server 2005 for backend. It has the following features: Officer Module: Add/Edit/Search new Complainant record. Add/Edit/Search new FIR. Add/Edit/Search new Case record. Add/Edit/Search new Suspect record. Add/Edit/Search new Case Disposal record. Charts. IM with Officer. Admin Module: Add/Edit/Delete/Search new Officer record Add

C# MYSQL Point Of Sale Software

Submitted by janaka attanayaka on
Hi all, I'v created this for a computer sales center. check this out and if have any errors, inclinations please leave heare.., [email protected]. thank you, Have fun...! database : Sales Login UserNAme: AdminJIK Password : 1234 Copy 'POS' folder to "C:\Program Files\" and add 6 wallpapers and Rename it as 'POS (1).jpg' ,'POS (2).jpg'.... 'POS (6).jpg'.

Input Box in C#

Submitted by Kamlesh Gupta on
Visual Basic 6.0 has an InputBox() function, Visual Basic .NET has one but in C# you don't. You can easily solve this by adding a reference to 'Microsoft.VisualBasic.dll' and using the static method 'Microsoft.VisualBasic.Interaction.InputBox()'.