Monday, July 20, 2015

Print Image using C#

  Hi in this blog I am going to show to print image using PrintDocument in C#.Lets us how to do it



Wednesday, July 15, 2015

Speech Recognization

  Hi in this blog I am going to explain Microsoft Speech Recognization with Simple Demo Application.To  use Microsoft speech recognization first you must add reference to System.speech assembly(.dll) in to you Project



Monday, February 16, 2015

Text To Speech using c#

       Hi in this blog I am going to going to explain how create a Text to Speech(TTS) application in C#.With the help of Microsoft. Speech assembly (.dll) this becomes simple and straight forward.



Sunday, February 8, 2015

Image Storing and Retrieving using C#

  Hi in this blog I am going to explain how to store and retrieve image from Sql Server using C#. In previous blog i explained how to store and retrieve image from sql server using C# aps.net.Here also the steps are sample so now we get into action.


Friday, February 6, 2015

Image storing and Retrieving from Sql server with C# Asp.Net

   Hi in this post i am going to explain how to Store ans Retrieve Image from Sql server using C# and Asp .Net.Lets split our Objective into two three steps.
Steps :
            1.Create a Table in Sql Server
            2.Storing Image to Table from c# web form.
            3.Retrieving Image from Table to c# web form


Tuesday, January 13, 2015

Face Detection using Accord .Net

        Hi all in this blog i am going to show how to detect face from webcam live source using Accord .Net framework.The Accord Framework comes with predefined FaceHarrCascade() class that allows to detect the faces from the webcam without specifying external haar cascade for face detection.