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