C#

C# Source Code

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

C# Create your own IsNumeric method()

Submitted by beratxt on
As some of you know , in C# , there is no method like "IsNumeric()" . That's why , this method below helps you to prevent entering letters in the textbox or something like that.Hope to use this code in your applications.I used this code in my sms application sending from USB modem string myval= textBox1.Text; int Num;

Web-based Payroll Application

Submitted by Cayman on
Hi all, This is a web-based payroll application using ASP.NET and C# programming language. It showcase the use of MVC programming paradigm (not the ASP.NET MVC Framework) and Singleton programming pattern. It uses Telerik controls for ASP.NET, a powerful third party control. It also has some neat stuff like scheduling task items and asynchronous user-defined task.

Face Detection Concept in C#

Submitted by itachi_philip on
This sample code provides you the concept on how image processing is done and manipulated using EmguCV. One good example of image processing is FACE and Object DETECTION and RECOGNITION etc. but in this sample code I only give Face detection and Eyes detection concept. I Hope you guys, you appreciate and love this work.. In order to work this program:

School Database to Demonstrate WPF Animation, Microsoft ReportViewer, SQL Server Compact

Submitted by m3muhsin on
This is C# application which demonstrate 1. Animation in WPF 2. Microsoft reporting,using report viewer 3. Microsoft SQL Server Compact 3.5 4. Automated Data Backup and Restore 5. Application Security Enjoy