Well yes you have finally found it! A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. Everything has been kept simple so that even beginners can understand. However, if posed with any problem, questions are always welcomed!
The Visual Studio Team over at Microsoft has introduced a very useful learning package to help learn about computer programming. Whether you are a teacher, a student of an Algorithms course or just a plain hobbyist; this package with its powerful feature-set could really get you started with some of the basic computer programming paradigms.
Adding an option for converting text to speech in an application can come in handy in a variety of different situations. So today in this short but useful tutorial, I'll teach you how to build a text-to-speech sample using Microsoft Speech API (SAPI) with Windows Presentation Foundation (WPF).
Microsoft has released an update to XNA Game Studio 3.0 the day they have released the new Zune software and firmware. This release basically provides compatibility for game development on Zune firmware 3.0 devices along with full support to Visual Studio 2008.
This article demonstrates how to create animations by using pure XAML with a code behind C# file instead of using tools like Expression Blend.
Sending emails notifications from a contact or a feedback page of a website has become a standard feature of most sites around the web.
Today, I am going to show you how to create an ASP.NET Silverlight application which sends email. The main objective of this tutorial is to achieve this goal using a ASP.NET web [...]
In this article we will be creating certain tabs in a tab control with context menu with an option to remove certain tab item.
First create a blank c# WPF application using visual studio 2008 and name the default grid as Master.
Right click on window and select view code,
Here we create a method to remove [...]
I think storing images in a database can save a developer loads of time and can ease his life while dealing with visuals, either creating a local application or a web application. Think of storing your images of a certain web application in a database instead in a directory exits somewhere in a cloud which [...]