By Mark Latchey, on November 16th, 2011
We can create a custom menu control in Silverlight using the following steps.
Step 1: Create a Custom Menu control in Silverlight.
With the help of ToggleButton and Popup controls in Silverlight, we can create a custom menu control as follows.
<ToggleButton x:Name=”toggleButton” Style=”{StaticResource ColorToggleButtonStyle}” BorderBrush=”{x:Null}” Height=”20″ Width=”90″ Click=”toggleButton_Click”>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width=”20″ />
<ColumnDefinition Width=”58″ />
</Grid.ColumnDefinitions>
<TextBlock Height=”14″ Name=”txtview” . . . → Read More: Silverlight Hosting :: How to Create Custom Control Menu in Silverlight
By Landon Ferguson, on November 7th, 2011
Service contract means the collective mechanisms by which a service’s capabilities and requirements are specified for its consumers. We must say that it defines the operations that a service will perform when executed. It tells more things about a service, like message data types, operation locations, the protocols the client will need in order to communicate . . . → Read More: WCF Hosting :: WCF Service Contract
By Jonas OReilly, on November 1st, 2011
Starting from 7th Nov 2011, ASPHostCentral.com starts to offer a hosting service located in our prestigious Amsterdam (Netherland) Data Center. For further information, please click here.
For all our new customers who wish to have their sites activated on our Amsterdam (Netherland) data center, you must indicate your request on our order form at https://secure.asphostcentral.com. For our . . . → Read More: Silverlight Hosting on our European Data Center
By Landon Ferguson, on October 20th, 2011
By George Veltreski, on October 18th, 2011
Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Among other capabilities, the Silverlight 5 release candidate highlights dramatic video quality and performance improvements, and features that improve developer . . . → Read More: Silverlight 5 Hosting with ASPHostCentral.com
By Mark Latchey, on October 11th, 2011
I’ve been doing some fun Silverlight & Bing Maps development at the moment for ID (more to be revealed later!). Now I have really got stuck in to Silverlight development I figured I would do a blog post on a couple of things I came across and cool functionality I found.
1. Asynchronous calls and updating the . . . → Read More: Silverlight 4 Hosting :: Silverlight 4 Development Tips & Tricks
By George Veltreski, on October 4th, 2011
ASP.NET MVC 4 NuGet Packages
One good news is that MVC 4 is also available via NuGet. To install MVC 4 via NuGet, type following in the Package Manager Console.
For more detail regarding NuGet package please visit http://www.nuget.org/List/Packages/AspNetMvc
ASP.NET MVC 4 for Visual Studio 2010
If you are using Visual Studio 2010 then you can use MVC 4 with . . . → Read More: ASP.NET MVC 4.0 Host :: Information about ASP.NET MVC 4.0 Framework
By Landon Ferguson, on September 29th, 2011
Introduction
Silverlight 3, 4, and 5 have added an amazing number of new capabilities to the platform in all areas, from core capabilities, to device access, to the introduction of both trusted and sandboxed in and out-of-browser client applications. While Silverlight is still a relatively young technology, it has had 5 major releases in the past four . . . → Read More: Silverlight 5 Hosting :: What’s New in Silverlight 5?
By George Veltreski, on September 27th, 2011
A lot web hosting service providers will only allow you to host a single domain name on a single account. This works fine if you plan on having one website only. But later on when you need to setup additional websites, you will need to purchase a separate web hosting account for each of those additional . . . → Read More: Unlimited Domains Windows Hosting with ASPHostCentral.com
By Mark Latchey, on September 20th, 2011