Latest Silverlight stories

Working with Prism 4 Part 1: Getting Started(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 6 months, 18 days ago

In this first post of the 'Working with Prism 4' series, Brian Noyes gives you a quick introduction to the concepts and capabilities of Prism and walks you through creating your first Prism application, explaining what are some of the moving parts and pieces that make a Prism application different from a normal Silverlight app. In the next 3 or 4 articles, Brian will drill down into commanding, MVVM support, loosely coupled events, and navigation. read more...

2 comments |category: |Views: 41

tags: another

10 Laps around Silverlight 5 (Part 5 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 6 months, 18 days ago

In this article, Michael Crump is discussing the new text improvements in Silverlight 5 including: Text Tracking and Leading, Linked and Multi-column Text, OpenType Support, Pixel Snapped Text and TextOptions. read more...

add a comment |category: |Views: 11

tags: another

10 Laps around Silverlight 5 (Part 4 of 10) Sound/Media(www.silverlightshow.net)

submitted by mbcrumpmbcrump(1034) 6 months, 25 days ago

Let’s Begin with Low-Latency Sound using XNA SoundEffect A new addition to Silverlight 5 is the ability to play low-latency sounds using the XNA SoundEffect class. This is very useful for kiosk or even games that need to play a certain sound over and over. In Silverlight 5, this is much easier than before (where people used various MediaElement hacks). You can now simply borrow the SoundEffect / SoundEffectInstance class from XNA. read more...

add a comment |category: |Views: 23

tags: another

Silverlight: Navigation Framework tip: using the XAML escape sequence(blogs.infosupport.com)

submitted by alexbalexb(268) 7 months ago

With all the Windows 8/Metro/WinRT hype on the internet today, I decided it was time for a quick tip concerning the XAML escape sequence and the good old navigation framework present in Silverlight 4 and Silverlight 5. I only learned about the XAML escape sequence until recently and I can image that there quite a number of people out there that are still unfamiliar with it. The nice thing is that you can also use the XAML escape sequence in WPF, Windows Phone and WinRT, if you like to do so. read more...

add a comment |category: |Views: 44

tags: another

Authorization in Silverlight, Part 3: Securing your service calls(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months ago

Learn some various ways for securing your service calls in the third part of Kevin Dockx's authorization series. In this post, Kevin starts by looking at WCF RIA Services security, and continues on to regular WCF services, specifically tailored to those cases in which you require a mix of technologies/frameworks, for example: a WCF RIA Services authentication service combined with regular WCF service calls. This series also has an offline version - "Authorization in Silverlight: Ebook": http://www.silverlightshow.net/ebooks/sl_authorization.aspx read more...

1 comment |category: |Views: 9

tags: another

10 Laps around Silverlight 5 (Part 3)(www.silverlightshow.net)

submitted by vijaystvijayst(1311) 7 months ago

This is part 3 of a 10 part series on Silverlight 5. This post covers Silverlight XNA programming for 3D applications. read more...

add a comment |category: |Views: 13

tags: another

Authorization in Silverlight, part 2: manipulating the UI(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 8 days ago

In this part, we’re going to look at another type of authorization: authorizing access to certain UI elements IN a View (instead of the complete View), depending on the role of the logged in user, and deciding what to do when the user hasn’t got the correct role (eg: do you want to disable the element, or do you want to hide it completely?). We’re going to write a component to achieve this as easily as possible, so it can be reused in different applications. read more...

1 comment |category: |Views: 11

tags: another

10 Laps around Silverlight 5 (Part 2 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 8 days ago

In this SilverlightShow article, Michael Crump is going to show you how to use Ancestor Relative Source Binding and Implicit Data Templates using Silverlight 5. read more...

2 comments |category: |Views: 32

tags: another

Looking at LightSwitch - Part 8: More extensibility with the toolkit(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 15 days ago

The team at SilverlightShow published the final part of Gill Cleeren's "Developing real-world applications with LightSwitch" series. What are your comments on this series? Was it clear enough... and are there important topics you think were left uncovered? read more...

1 comment |category: |Views: 11

tags: another

10 Laps around Silverlight 5 (Part 1 of 10)(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 16 days ago

Today SilverlightShow, Michael Crump and Telerik begin a new and exciting series covering the new features in Silverlight 5. In this 10 articles, Michael is going to guide you step-by-step through the process of getting started with Silverlight 5 and then he will dive into the features that are the most important to you. read more...

2 comments |category: |Views: 129

tags: another

Getting Started with Telerik RadBusyIndicator for WP7(tv.telerik.com)

submitted by mbcrumpmbcrump(1034) 7 months, 21 days ago

Today we are going to be looking at getting started with the RadBusyIndicator which is part of the Telerik RadControls for Windows Phone 7 control suite for .NET Mobile development. The RadBusyIndicator enables you to display a progress animation and thus inform your end-users that a long-lasting operation is performed. The control delivers 8 different animation styles out-of-the-box and also allows for designing custom animations. You can specify custom content as well as define its position relative to the displayed animation. read more...

add a comment |category: |Views: 38

tags: another

Know About WP7 Page Orientation and Supported Orientations(www.kunal-chowdhury.com)

submitted by kunal2383kunal2383(1427) 7 months, 20 days ago

The root class of the Windows Phone 7 page includes two attributes called “Orientation” and “SupportedOrientations”. Those are actually enum values and provides you option to set the orientation of your page programmatically. Today in this post we will describe about it in depth. If you are new to Windows Phone 7 programming, you will find this tip handy to understand about the page orientation on Phone page. Read to know more about this. read more...

add a comment |category: |Views: 12

tags: another

Silverlight 5 Toolkit - September 2011 Released(www.kunal-chowdhury.com)

submitted by kunal2383kunal2383(1427) 7 months, 20 days ago

Silverlight 5 Toolkit is now available in CodePlex site. This is the first version of Silverlight 5 Toolkit targeting Silverlight 5 RC build. This is also a first release of Silverlight Toolkit after April 2010. It took more than one year to release this bits. No Silverlight 4 toolkit available yet. In this post, I am going to share the downloadable location as well as the new components available in this release. Read to know more about them. read more...

add a comment |category: |Views: 15

tags: another

LightSwitch: Building control extensions w/ the extensibility toolkit(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 21 days ago

In the previous article, Gill Cleeren looked at the extensibility hooks you get in LightSwitch applications. He's also constructed a LightSwitch extension by building a custom Silverlight control that he added to the LightSwitch application. In this part, he uses the extensibility toolkit to build extensions. read more...

1 comment |category: |Views: 14

tags: another

ABMHO --A SYNTAX HIGHLIGHTER THAT RUNS ONLINE AND OFFLINE(blog.typps.com)

submitted by alessandrokicksalessandrokicks(195) 7 months, 23 days ago

The first stable release of Abmho is out. It is by no means the first or only syntax highlighter on the web. There are quite a few out there but the vast majority aren't usable. Abmho can mix languages within the same code snippet, allows you to style your code with live preview and many more features. Perhaps one of the most interesting feature is that it is a silverlight application that runs both on the web and optionally installable as an OOB application. read more...

1 comment |category: |Views: 14

tags: another

WP7 Data Access Strategies: Connection detection and bandwidth(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 7 months, 28 days ago

When you write a data aware application, where data is not locally accessible but is available across a network connection, you have an additional requirement to ensure the network connection is available and also it is able to transport your data in a reliable way. Working with a mobile device like Windows Phone, these requirements are strong because of the continuous variations of the cellular network availability. read more...

add a comment |category: |Views: 14

tags: another