Windows 7 Taskbar Thumbnail Buttons in WPF

Take advantage of  TaskbarItemInfo to show Windows 7 Taskbar Thumbnail Buttons in WPF. In this post, I am going show how we show Taskbar Thumbnail Buttons for windows application. Just we need to take advantage of TaskbarItemInfo control to show option to control you application, when user mouse over on you application icon on taskbar it will show those options. Please check with below image, so you will understand better. And here is my code XAML code :- <Window x:Class="thumbnail_butt...
More

Kentico CMS 6.0 with Windows Azure Support

The Windows Azure support in Kentico CMS 6.0. Solve all Windows Azure issues and prepare workarounds for the missing Windows Azure features. With version 6.0, we will get: * Version 6.0 has completely rewritten file-system support (without any impact on the current websites), so Kentico CMS 6.0 recognizes if it is running on Windows Azure or on the standard Windows server platform. When running on Windows Azure, we are automatically using SQL Azure for any data and Azure storages for file...
More

Hosts file for run a domain in your local machine

I sincerely thanks to @meetbala , for share this with me. I added Hosts file for run a domain in your local system demo video too at below.. The hosts file is a computer file used in an operating system to map hostnames (shareourideas.com) to IP addresses. Hosts file is one of several system facilities to assist in addressing network nodes in a computer network. It is a common part in a operating system's Internet Protocol (IP) implementation, and serves the function of translating human-frien...
More