C#

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

Customer Relationship Management System Plus POS

Download Customer Relationship Management System Plus POS with free source code. This is suitable for beginners and advanced programmer. Created using C # and Microsoft SQL Server database. Here's the list of features of the program: User Privilages ( Admin\User) Customer Details Delaer Details Product Details POS System/Transaction Customer Complain Email Send to the Special Event(Customers

TreeDoc: Tree Structured Editor Using C#

TreeDoc is a tree structured editor. In a normal text editor you just start writing. In a tree editor you first create a node that has a label then you put text into the node. The nodes together create a document. After a document is created it can be exported as a normal text file. It can also be saved and used as a tree structured file. Just as a regular editor is good for many tasks, a tree

Voice Recognition Program

Voice Command and Recognition Program Voice Command and Recognition Program is an application of intelligent system that applies voice command to execute certain task upon recognition of the command given. This program use the built in function of speech libraries found in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Speech.dll. This is simple yet

SnipAssist

This is an independent snippet manager. It can be used with any editor, IDE, or word processor. It has a simple template capability and can encrypt snippets to use for pass word processor. The description and the body can be any size. There is no limit on the numcer of snippets in the library. It is all C# not DLLs.

Create, Read, Update, Delete (CRUD) Using C#

In this code, we create a basic Create, Read, Update, Delete (CRUD) Using C#. This simple project creates a database connection using a wizard (i.e. data binding). To make it little appealing, I created a customize buttons for navigating the record. I then hide the BindingNavigator to avoid duplicate control. One important problem I encounter is you’re not allowed to create the same name of the

Employees Record System in C# and MySQL Database

This Employee’s Record system in an automated system that aims to easily keep track and organized with accuracy all records on all employees. This is ideal if you have a small business wherein you can save a lot of time and you can keep better records at the same time without hassle. With this system, you will no longer need paper forms and filing cabinets. All records and information of employees

Document Management System

This is a document management system for students, Basically, the students go to the admin with a scanned copy of their documents, the admin then uses their matric number/student number to find the student and upload. Mysql database was used with c# entity framework. Metro UI framework was used as well. Features Admin Management Student Management Semester and Session Management Required Document

Calculate Distance Between 2 Points

This code allows you to calculate distance between two points. Download the zip file or copy/paste the code below. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { class Program { static void Main(string[] args) { Console.WriteLine("Please Enter x1 and y1 coordinates:"); double x1 = Convert.ToDouble

Calendar with Easter Date and Hard Copy Printout

This is the C# version of my calendar program, (in June 2017 I wrote a similar version in PHP). This C# version can display a calendar of 12 months for any year from 1583 to 2099, and also the date of Easter Sunday. The program includes a feature to allow you to print the calendar on paper or to send the calendar text to a PDF driver, (if you have one installed). Written using Visual Studio 2010