Ever had a problem finding a SDK of a particular Microsoft product? Well now you don't need to look for it any further as Microsoft over at their MSDN portal has put together a page, which links to SDKs( Software Development Kits) with documentation and sample codes for all the products released from Microsoft.
Ali·
A Macro is a series of commands which is recorded and stored as a single task so that it can be reused when required. When writing documents, there are certain tasks which are repetitive in nature such as author’s contact info etcetera, using a macro for such tasks can save you time.
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 in partnership with Total Training – the leading online and DVD-based training content provider for software programs have released a complete set of getting started training videos to guide the starters through the learning of the entire Expression Suite.
Microsoft Press has a free e-book offer up for grabs. The long awaited Introducing Microsoft SQL Server 2008 by Peter DeBetta, Greg Low and Mark Whitehorn has finally been released and you can get it your free copy(e-book) from Microsoft Press.
In Part 1, we learned how to use Resource Dictionary (WPF) in order to apply styles to UI element dynamically. Resource Dictionary uses XAML code which still is an unknown territory for most developers. So why not use only C# to create such animations? In this Part of the series we are going to learn how to create animations by using C# code.
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 [...]
One of my friend asked me whether is it possible in SQL Server 2005/2008 to know how a query is executing, and what time and hits are required by a particular query for execution? These calculations are of so much importance when it comes to real time applications, like in a solution in which too [...]
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 [...]