C#

C# Source Code

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

Motocross Dirt Racing

Submitted by nhojs_09 on
Motocross Dirt Racing is an action packed form of off road racing. Unlike the real motocross races, in this game there’s no risk of injury. Win every race to get to the next level. Motocross Dirt Racing has 4 stages and every level the game gets tough. Finish the race as fast as you can.This game is very exciting and challenging like the other extreme sports. To get the complete application please

Analog Gauge Control in C# WPF .NET 3.5

Submitted by antonis68 on
This is Gauge control in C# WPF where you can configure it as you like and you can measure whatever you use in your program like temperature, voltage and more.Τhere are many properties in the control where you will find them in Properties panel in "Gauge Control" category. The .zip file include the control project and 2 demo project that show how to use the gauge control.

Flappy Bird Clone

Submitted by nhojs_09 on
Flappy Bird Clone - this was one of the most popular game in the world. The game is very simple, you have to navigate the bird to past the obstacles. You need to tap the screen to make the bird flies. Don’t fly to high because it will die. To get the complete application please visit Flappy Bird Clone. Don't forget to hit like on our facebook page: https://www.facebook.com/CodeExpert247/ Please

Class PdfTable

Submitted by nabres on
I created a class PdfTable, which helps you easily make the tables in pdf. You can add columns, rows, change font, color, insert text. I create a method (Wrapper) that breaks the text, so it fits into the size of the cell.

File Search

Submitted by nabres on
If you want to quickly find some files, from your computer, then you will find this program useful. After finding the files, you can double click on one of them and it will open. Can successfully replace the search from windows, it's fast and easy to work. I'm glad I can help those who want to learn.

File Explorer

Submitted by nabres on
It looks like windows explorer, but has 2 display panels. The program was designed to exemplify how to work with files and folders. You can open, copy, move, delete or rename files. I will let you bring the improvements, you consider necessary, to become a professional program :)

Calendar

Submitted by nabres on
This is the simple calendar. Also includes an agenda for recording daily events. It's written in Visual Studio CSharp 2017. I hope you will be useful and learn something from it.