Skip to content
C Sharpens
  • Home
  • About Us
  • Contact Us
  • Learn C# Online
  • Privacy Policy

Source Codes

Drawing Text on Windows Form Application in C#

February 14, 2016 by Sajjad Arif Gul
This C# tutorial is about drawing text on windows form using graphics in C#.Net programming language. Easiest example with complete source code in visual studio.

Read more

Categories C#, Projects, Source Codes Tags Download, Tricks, Windows Form Application

Convert number into text in C# Program

February 1, 2016 by Sajjad Arif Gul

One of my friend asked me to make a easy tutorial program which can convert Numeric Number into alphabetic words in C# language on windows form application & not use builtin methods but create your own methods from Scratch. So this program is doing this work. I google for it & come to a solution … Read more

Categories C#, Projects, Source Codes Tags Tricks, Windows Form Application

How to get drive Name and Size in C# program

January 26, 2016 by Sajjad Arif Gul
This C# tutorial is about getting Hard Disk's File system information including Volume Name, Serial Number, Maximum hard disk Size & Flags of HDD using C#.

Read more

Categories C#, Projects, Source Codes Tags Download, Tricks, Windows Form Application 1 Comment

How to reference two forms with each other in C#

January 11, 2016 by Sajjad Arif Gul
This C# Example in Windows Form Application Program shows how to reference form2 in other form1. This C# tutorial is easy to Understand. Referencing in C# programming. How to show form1 on clicking on button on form2 using referencing.

Read more

Categories C#, Source Codes Tags How To, Tricks, Windows Form Application

How to use Windows Registry in C#

January 3, 2016 by Sajjad Arif Gul
This article is about using Windows Registry functions in C#.Net application. Today I learned some basic functions of registry in Visual Programming Lab. In this example we will learn how to store a value in registry. This example will save the current Height & Width of windows form at Form1_FormClosing event.

Read more

Categories C#, Projects, Source Codes Tags How To, Tricks

Exception Handling in C#

December 28, 2015 by Sajjad Arif Gul

Error Handling has always been crucial for an application in a number of ways. It may affect the execution state of the application, or expose sensitive information to a user.If the error handling is not strong,it may aid the attacker, as the errors returned may assist them in constructing correct attack factors.

Read more

Categories Articles, C#, Source Codes Tags How To, Tricks 2 Comments

How to Create & Use DLL in C# Projects

December 13, 2015 by Sajjad Arif Gul
In this week I learned how to use dll files in any program. dll stands for Dynamic Link Library. The main use of the dll files is when we need some functions of other program into our project.

Read more

Categories C#, Source Codes Tags How To, Tricks

Binary Search using Recursion in C#

December 3, 2015 by Sajjad Arif Gul
Recursive Binary Search implementations using Binary Tree in C#. This is a Divide-and-Conquer search algorithm that works on a sorted array. Demonstrate Binary search using Recursion in Binary Tree.

Read more

Categories C#, Source Codes Tags Console Application, Solutions 4 Comments

Adjacency List Using Linked List in C#

November 27, 2015 by Sajjad Arif Gul
This program will let you through the source code for how to create Adjacency List using LinkedList in C#. It Uses Node Class, Linked List Class, Graph Class.

Read more

Categories C#, Source Codes Tags Console Application, Solutions

Creating Dynamic Directed and Undirected Adjacency Matrix in C#

November 20, 2015 by Sajjad Arif Gul
This program will let you through the source code for how to create dynamic Matrices using Arrays in C#. Adjacency Matrix of Any number of rows & columns can be with any weighted number can be created through this console application.

Read more

Categories C#, Source Codes Tags Console Application, Solutions
Post navigation
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page6 Next →
© 2025 C Sharpens • Built with GeneratePress