Working with WP7 RadBusyIndicator control from Telerik
by Mas-Tool on Feb.06, 2012, under Prism, Silverlight, Uncategorized, WPF
Busy Indicator is a tool which you can add in your Silverlight or WP7 application to show a loading indication to your user while doing some sort of operations. This is just to let the user know that something is going on.
Here in this article, we will learn how to use Telerik BusyIndicator control in your Windows Phone 7 and let the user know that some operations are going on in the background.
In Windows Phone 7 SDK, we don’t have any special control to show the Busy indication service. As an alternative, the Silverlight for Windows Phone Toolkit has it’s own PerformanceProgressBar control and the Coding4FunToolkit has it’s own ProgressOverlay control.
Telerik has their own Windows Phone 7 controls, where you can find the busy indicator control named RadBusyIndicator. Today, in this blog post we will discuss about this control with a small nice demo. Here I will be using the 2012 Q1 Release of the Telerik Windows Phone 7 controls library. In this…
Follow this link:
Working with WP7 RadBusyIndicator control from Telerik
MVC Grid to Excel file download
by Mas-Tool on Feb.05, 2012, under Uncategorized
Convert the results of a ASP.NET MVC grid to a downloadable Excel file
Read the original:
MVC Grid to Excel file download
Simple uI Animation Through XAML in Metro Style Application
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article we are going to explore how we create UI animation through XAML in a Metro Style Application. Further in details we will see how it is possible to create a UI animation in a Metro Style Application.
More:
Simple uI Animation Through XAML in Metro Style Application
Shaded Ball in Random Colors Using HTML 5
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article we are going to understand the shaded ball using the HTML 5. In this application you will come to know that the shaded ball is changing the color when the hit the url again and again in the browser.
See original article:
Shaded Ball in Random Colors Using HTML 5
Create OpenGL Mono For Android Application
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article we are going to create an OpenGL Mono for Android application using Visual Studio 2010.
Originally posted here:
Create OpenGL Mono For Android Application
Create Glowing Text Using HTML 5
by Mas-Tool on Feb.05, 2012, under Uncategorized
This is a simple application for beginners that shows how to make a text glow on a mouse over event using HTML 5 and CSS tools.
Visit link:
Create Glowing Text Using HTML 5
Basics of Powershell
by Mas-Tool on Feb.05, 2012, under Uncategorized
Windows Powershell is a command line tool from Microsoft, Let’s learn the basics of Powershell.
Follow this link:
Basics of Powershell
TreeView Control in Visual Studio LightSwtch 2011
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article you will see, how to use the Treeview control in a Visual Studio LightSwitch application.
Read More:
TreeView Control in Visual Studio LightSwtch 2011
How to Configure ASP.NET Membership Using SQLMembershipProvider
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article, we will learn to configure ASP.NET Membership using QLMembershipProvider.
See original article:
How to Configure ASP.NET Membership Using SQLMembershipProvider
Why Use c# to Build a Rougelike Game
by Mas-Tool on Feb.05, 2012, under Uncategorized
In this article you will learn why we use C# to build a Rougelike Game.
Continue reading here:
Why Use c# to Build a Rougelike Game