Sheikh Idris Abkar ( الشيخ ادريس أبكر ) are known for their recitation of Koran in beautiful voice. His voice is so emotional that many listeners feel it in their hearts. A lot of people search on Google for their complete recitation of Quran but until now there is no such website where you can find all of his recitation. So I decided to develop an application where all of his recitation can be merge & will be easy for people to listen to him at one single place.
Solutions
Webcam in C# – How to use webcam in C# Projects
One of my friend have recently been asking me for a C# project to control webcam to capture video & photos. Also if you can capture screenshots or screen video from this application. So I come up with an easy solution from him. I work on this c sharp tutorial. It is in Visual Studio 2010. I've used an image & video processing open source library Aforge.net.
Copy or Paste Text to Clipboard in C#
This C# tutorial is explaining about how to Paste text or data from Clipboard & How to copy text or data to Clipboard. You can also check the active data or text on clipboard in this Csharp example program. Here is the source code with explanation of it.
Binary Search using Recursion in C#
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.
Adjacency List Using Linked List in C#
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.
Creating Dynamic Directed and Undirected Adjacency Matrix in C#
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.
Binary Tree with Linked List in C# Example
This simple program demonstrate Binary Tree with Linked List. It uses Linked List for Binary Tree Implementation. Source Code Output :