Here's how to sideload iOS apps to iPhone or iPad on Windows or Mac using the Cydia Impactor tool. No jailbreak is required for this to work!
Tired of the usual look of your buttons in WPF? Do you want a glossy-looking button with glass shine and glow effect as soon as you move the mouse cursor over the button?
Its just six easy steps away … Follow the tutorial below and give a fresh look to your apps.
Skype on iPhone includes tons of features, but unfortunately it lacks Push Notification feature which is introduced with iPhone 3.0. This makes the app pretty much useless for most users. The lack of Push Notification support basically defeats much of the purpose of having Skype on iPhone because unlike other phones, iPhone cannot do multitasking which means the app wont notify you when someone is calling.
The following steps will help you setup Skype to run in the background so that you can receive incoming calls from your Skype contacts even when the phone is switched to sleep mode.
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!
In this tutorial, I am going to talk about the creation of TCP/IP socket and use of this connection between applications. The client-server architecture can be local or distributed over the network.
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).
Windows has a built-in DOS-based utility called systeminfo.exe that shows complete information of the system including the exact date and time when was Windows installed.
Applying permissions on folders/directories in Windows is one of the things developers want to control with their applications. Today we are going to look at how can we create such an application in C# which can define any kind of permission to any user account in Windows environment.
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.
This article demonstrates how to create animations by using pure XAML with a code behind C# file instead of using tools like Expression Blend.