Stories recently tagged with 'Silverlight'

How to enable disable Bluetooth in Windows Phone using C# ?(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 6 months, 19 days ago

If you are a Developer and have an task to change or access the Bluetooth Settings via some user interaction , you can use the Launcher “ConnectionSettingsTask” to achieve it. Just use the ConnectionSettingsType to Bluetooth and call the show method of the read more...

add a comment |category: |Views: 7

tags: another

How to bind Data to ListBox in Windows Phone ?(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 6 months, 21 days ago

The below code demonstrates a really simple way of binding data to the Standard ListBox control in Windows Phone 7 using C# . Assuming , you have the Class Movie as described below read more...

add a comment |category: |Views: 4

tags: another

Magnifying Glass Effect in Silverlight (www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 6 months, 21 days ago

In this article check Magnifying Glass Effect in Silverlight read more...

add a comment |category: |Views: 2

tags: another

Telerik Silverlight - Best of Connections(blogs.telerik.com)

submitted by EvanHutnickEvanHutnick(5) 6 months, 22 days ago

Blog post highlighting Telerik Silverlight Controls winning the Best of DevConnections award for ASP.Net/Silverlight control suites. read more...

add a comment |category: |Views: 3

tags: another

FREE WPF and Silverlight Online Prism Training from PluralSight on Nov(blogs.msdn.com)

submitted by NoldorinNoldorin(829) 6 months, 22 days ago

Blaine Wastell highlights 3 hours of free training materials from PluralSight for Prism available between 12th and 14th November. The training will look at Prism 4’s use in WPF, Silverlight and Windows Phone applications. (from The Morning Brew) read more...

2 comments |category: |Views: 25

tags: another

Windows Phone Toolkit MultiselectList in depth| Part2: Data Binding(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 6 months, 23 days ago

Windows Phone 7 Toolkit MultiselectList in depth| Part2: Data Binding read more...

add a comment |category: |Views: 12

tags: another

How to get the list of Songs,Genres,Albums from the WP7 MediaLibrary(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 6 months, 24 days ago

You can get the Get the List of Songs / Albums from the Windows Phone using the MediaLibrary class defined in the Microsoft.Xna.Framework.Media Namespace . To access the MediaLibrary Class , you should add the reference of the Microsoft.xna.Framework dll to your Windows Phone Application and add the following Namespace Microsoft.Xna.Framework.Media; read more...

add a comment |category: |Views: 4

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

How to Dynamically Add Controls to Windows Phone Page ?(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 6 months, 25 days ago

Some times , we may need to create controls on the Windows Phone Page dynamically . In this example , i use the container Stack Panel and add the controls to the Stack Panel . The Stack panel in Windows Phone is a control used to stack controls on each other. 1. Create a new Windows Phone 7 Silverlight Application and Delete the Default read more...

add a comment |category: |Views: 4

tags: another

Getting Started with Windows Phone Alarms(windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 6 months, 25 days ago

Getting Started with Windows Phone 7 Alarms read more...

add a comment |category: |Views: 3

tags: another

Windows Phone Mango Local Database(SQL CE): How to Update data(windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 6 months, 29 days ago

Windows Phone 7 Mango Local Database(SQL CE): How to Update data read more...

add a comment |category: |Views: 5

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

How to disable Silverlight caching in IIS 7 with Web config(www.codegain.com)

submitted by codegaincodegain(2794) 7 months ago

In this, I am going to show that how to disable silverlight cache in IIS7, changes can be add in the web.config. read more...

add a 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

How to enable / disable Wifi in Windows Phone using C# ?(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 7 months, 1 day ago

If you are a Developer and have an task to change or view the Wifi Settings via some user interaction , you can use the Launcher "ConnectionSettingsTask" to achieve it. Just use the ConnectionSettingsType to Wifi and call the show method of the read more...

add a comment |category: |Views: 4

tags: another