Silverlight5

Showing posts with label Silverlight5. Show all posts

Silverlight 5 has another new feature called Ancestor Relative source binding. It was already available in WPF and has been newly introduced in Silverlight 5 beta. Using this, you can now bind to the relative ancestor elements very easily.

 

Let's discuss it with a small example where we will create a Control Template for a Button and bind it's Tag property to the actual element to display text, instead of setting the Content property. Read to know more.

Published by on under CodeProject | Silverlight

In my previous post that I did yesterday, I discussed about the Multiple Windows Support in Silverlight 5 Beta and there I mentioned that though it is a wonderful feature but there are some things that I didn't like. Though it is still in beta, so it is currently in development stage and may be the team is working on it.

 

Let's read the post to know the points those I didn't like or want in the future versions. Those are my personal opinions only and looking forward to see them implemented in future releases of Silverlight 5.

Published by on under CodeProject | Silverlight

Multiple Window support is one of the important feature in Silverlight 5. Using this you can have additional top level Window on top of your trusted Silverlight Out-of-Browser application. Yes, you read correct. It only works in Out-of-Browser Silverlight application and hence you cannot open it inside a browser.

 

So, what is this new Window and how to use it in our application? Let's have some discussion on it. After it you will be able to know about it more.

Published by on under CodeProject | Silverlight

Do you know that, we can now search text present in ComboBox and ListBox? This feature was not available in earlier version of Silverlight. To implement it, we had to write custom behavior. Now if you are using Silverlight 5, you can easily use this feature without writing any piece of code.

 

In this Tip we will discuss about it. We don't have to add any extra code, because it is now the default behavior of those control. Read to know more.

Published by on under Silverlight | Silverlight5

Continuing to our discussion on Silverlight 5 features. In earlier post, we discussed about Text Advancement in Silverlight 5. In this post, we will discuss on another new feature called Binding on Style Setter. This feature is very useful for the XAML designer. If you are a XAML designer, you must be aware of this cool new feature.

 

Read the complete post where we will discuss how we can bind to a Style Setter.

Published by on under CodeProject | Silverlight

Silverlight 5 has now support for Multi Column Text. By using this feature you will be able to show your text content in column wise. If you are working for a news publisher company or want to publish your text content in column format, this feature will help you definitely. If you implemented this in your application, your text content will automatically position itself in next column if user resizes the application.

 

So, want to learn about it? Let's discuss on it with a simple example. Read to know more.

Published by on under CodeProject | Silverlight

There are many new feature announced to support Text advancements in Silverlight 5 Beta. Among them, one is the character spacing. This feature adds spacing between characters inside a TextBlock, RichTextBox and other control elements.

 

In this post we will demonstrate the use of this new feature and also showcase a simple demo to make you understand better. Read it and start learning Silverlight 5 features.

Published by on under CodeProject | Silverlight

ImplicitDataTemplate is a new feature in Silverlight 5. Using ImplicitDataTemplate, you can declare multiple Data Templates for your control and based on the data type, you can load the proper data template automatically.

 

In this article we will discuss on the same step by step with a good example. Read the complete article to know it in depth. Do you have any queries, let me know. Feedbacks are always appreciated.

Published by on under Silverlight | Silverlight5

Here we have the weekly news digest of Silverlight-Zone.com. In this week, we have accumulated many posts (52) on Silverlight and Windows Phone 7. It's our effort to bring all good links for you, so that, you don't have to dig the internet for articles on the said technologies.

 

In this post find the most popular post of the week which were showcased in Silverlight-Zone.com. I appreciate everyone's contribution and support to Silverlight-Zone community. Thank you for your support all the time.

Published by on under Silverlight | Silverlight5

Today we already discussed about Multiple Click (ClickCount) in Silverlight 5 Beta, which was introduced recently. The step-by-step guide focused on how to implement the double click, triple click using the new ClickCount property. In that post we discussed that, there are some issues with this feature and in this post I am going to describe them for you.

 

Before working with this feature, you must know the pit-falls. This will help you to understand the issue and take care of your code. Read to know more about it.

Published by on under Silverlight | Silverlight5

Some time you need to know whether your user clicked a control once or double clicked it. Sometime you need to know how many click a user did in the UI control. In this post, you will learn about it.

 

Silverlight 5 Beta has been announced with newly added feature called ClickCount. It's a property added to the MouseButtonEventArgs. Using this you will be able to find out how many multiple click happened by the user.

 

Read the complete post to know about the implementation and the issues. Don't forget to provide our feedbacks at the end.

Published by on under Silverlight | Silverlight5

Here comes the Weekly Digest of Silverlight-Zone. This week was a great week. During the week Microsoft released a no. of products during the MIX11 event. Started with Visual Studio Async CTP Service Pack, Internet Explorer 10 Platform Preview, Silverlight 5 Beta etc.

 

In this post find the most popular post of the week which were showcased in Silverlight-Zone.com. I appreciate everyone's contribution and support to Silverlight-Zone community. This is India's first only Silverlight portal.

Published by on under Silverlight | Silverlight5

Microsoft Released Silverlight 5 Beta yesterday during MIX11 conference. It has a great new features set. Among them, most demanded feature was Debugging Data Bindings in XAML. In this article, I will step you through the complete debugging feature in Visual Studio for Silverlight 5 XAML page.

 

Read the complete article to know more about it and gather knowledge on the debugging feature with a simple code walkthrough. At the end, don't hesitate to leave your feedback. Queries are welcome. I will try to answer you as much as I can.

Published by on under Silverlight | Silverlight5

All of you are familiar with Silverlight and know how to create a Silverlight project. This post is not for the people, who already worked in Silverlight, but for the people who are very new in this technology and start to work as fresh to make their hands dirty. Also, creating this post to refer the project creation in my upcoming tutorial series.

 

If you are a beginner to Silverlight, read this post to know how to create a Silverlight  project.

Published by on under Silverlight | Silverlight5
Scott Guthrie announced availability of Silverlight 5 Beta at MIX11 conference. We already know what is coming on Silverlight 5 beta during Silverlight Firestarter. It's time for us to download the first Beta of Silverlight 5 and make our hands dirty with those bits.

Read the post to get the downloadable links of Silverlight 5 Beta Tools for Visual Studio 2010 and Expression Blend Preview for Silverlight 5. Install them and start doing your hands dirty with the bits.
Published by on under News | Silverlight

Microsoft officially announced the expected release time for the Silverlight 5 Beta. Yes, it will be available next week during MIX11. This information was shared in Microsoft Silverlight Team's Blog post "Standards-based web, plug-ins, and Silverlight".

 

So a new era to this technology is coming next. Only few more days we have to wait before trying out the latest components which are coming in Silverlight 5. Read the full post to find out the link to Features list in Silverlight 5.

Published by on under MIX11 | News

Today is the 2nd December 2010, when ScottGu gave a Keynote on the future of Silverlight. There he spoke about the next version of Silverlight, yes, Silverlight 5 Beta. He gave a brief overview of the new & improved features which are coming in Silverlight 5.

 

 

Read the full post to know more about the features of Silverlight 5. Silverlight 5 Beta is not yet launched. This is just the preview of the features which are going to come in this new version.

Published by on under CodeProject | News