DotNetShoutout - Latest published stories in Silverlight
2
shouts

Developing for a multitude of clients Part 1: Strategies for code reuse and keeping costs in check

published 19 hours, 25 minutes ago posted by KMilKMil 1 day, 2 hours, 30 minutes ago
Thursday, February 09, 2012 10:15:54 PM GMT Thursday, February 09, 2012 3:10:58 PM GMT
In this article series, we're going to try and tackle a problem (or opportunity, depending on how you want to put it) a lot of business face today: customers expect to be able to use your applications on a multitude of devices, with different form factors, supporting different technologies. (more)
category: Silverlight | clicked: 1 | comment | | source: www.silverlightshow.net
6
shouts

Using the Live SDK in Windows 8 XAML/C# Metro Applications

published 8 days, 34 minutes ago posted by KMilKMil 11 days, 3 hours, 35 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 2:05:20 PM GMT
The Microsoft’s Live SDK (or commonly referred to as Live Connect), provides a set of controls and APIs that enables applications to integrate single sign-on (SSO) functionality using Windows Live ID. You can also use it to access data in SkyDrive, Hotmail, and Windows Live Messenger. The library supports multiple platforms, including Windows Phone 7 Mango and Windows 8 Metro Style applications using either C#, Visual Basic or JavaScript. In this article, we will build our first metro style application... (more)
category: Silverlight | clicked: 25 | 1 comment | | source: www.silverlightshow.net
tags: metro, SDK, Windows 8, XAML
4
shouts

Working with Prism 4 Part 3: Composite Command and Pub/Sub Events

published 12 days, 18 hours, 36 minutes ago posted by KMilKMil 16 days, 5 hours, 47 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Wednesday, January 25, 2012 11:53:22 AM GMT
In this article, you will see how to define multiple modules that can communicate with each other through a combination of CompositeCommands and Prism events. CompositeCommands let you have handlers registered or unregistered in a loosely coupled fashion, and allows you to have multiple handlers (child commands) that will be used by the CompositeCommand. Prism events are for situations that are not necessarily an action->reaction kind of set up where enablement and disablement is needed. You simply defin... (more)
category: Silverlight | clicked: 38 | 1 comment | | source: www.silverlightshow.net
tags: Prism
1
shouts

Windows Phone and PhoneGap - Article #10 - Beep sound

published 15 days, 10 hours, 20 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 23 days, 23 hours, 32 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Tuesday, January 17, 2012 6:08:56 PM GMT
Well , this is something simple which can be done in 1 line of code if you are using PhoneGap for Windows Phone . If you are using Windows Phone SDK and developing App in Silverlight or XNA , you might end up using the SoundEffect class to load the sound from the stram and play it for a beep sound . (more)
category: Silverlight | clicked: 13 | comment | | source: windowsphonerocks.com
tags: phoneGap, Windows Phone
3
shouts

Asim Sajjad: Silverlight RichTextBox Control For Beginners

published 15 days, 10 hours, 20 minutes ago posted by asimsajjadasimsajjad 19 days, 14 hours, 19 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Sunday, January 22, 2012 3:22:01 AM GMT
Problem:                Need to use the RichTextBox control of the Silverlight 4 and need ways to bind the RichTextBox control to the view model properties. Solution:                This post is for the absolute beginner who want to use the RichTextBox control of the Silverlight in their application. So in this post I will show how you can use MVVM pattern to bind the RichTextBox to the properties of the view models and what properties of the RichTextBox are used for binding.You can see in the Imag... (more)
category: Silverlight | clicked: 26 | 1 comment | | source: asimsajjad.blogspot.com
tags: Silvelight 4
4
shouts

Windows Phone 7.5: Using sockets

published 23 days, 42 minutes ago posted by KMilKMil 25 days, 1 hour, 51 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 3:49:53 PM GMT
The new OS 7.5 have made Sockets available to developers, opening the way to a wide series of applications that uses this low-level communication way. Sockets are for sure difficult from the programming side, but they offer a connected/disconnected, fast and reliable way of exchange data that is unreplaceable for many purposes. (more)
category: Silverlight | clicked: 6 | comment | | source: www.silverlightshow.net
tags: sockets, windows phone 7.5, wpdev
3
shouts

Windows Phone 7 – Browsing your Photos via Bing Maps | Colin Eberhardt's Adventures in .NET

published 23 days, 42 minutes ago posted by FantasticMrFishFantasticMrFish 25 days, 4 hours, 6 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 1:34:40 PM GMT
The Windows Phone 7 camera gives you the option to record the location where a picture was taken (under Settings => applications => pictures+camera). With this feature turned on, each application has their latitude, longitude and altitude stored as part of the standard EXIF data. I thought it would be fun to combine the previous blog post I wrote on pushpin clustering with the photos on my camera, to allow me to explore them via a Bing Maps control. With not much more than 100 lines of code I came up wit... (more)
category: Silverlight | clicked: 6 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7
4
shouts

Breakdown of Windows Phone App Download Statistics

published 26 days, 5 hours, 46 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 27 days, 21 hours, 44 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 7:56:43 PM GMT
In this blog post Rene Schulte shares the download graph of his quite successful Windows Phone app Pictures Lab and his conclusions. (more)
category: Silverlight | clicked: 21 | comment | | source: kodierer.blogspot.com
tags: WP7, wp7dev, wpdev
1
shouts

Windows Phone and PhoneGap - Article #8 - Retreive Device Information

published 26 days, 5 hours, 46 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 27 days, 23 hours, 41 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 5:59:22 PM GMT
The Windows Phone SDK provides the DeviceStatus class to retreive the Device specific information like 1.DeviceFirmwareVersion 2.DeviceHardwareVersion 3.DeviceManufacturer 4.DeviceName 5.and more... (more)
category: Silverlight | clicked: 7 | comment | | source: windowsphonerocks.com
tags: phoneGap, Windows Phone
3
shouts

Windows Phone 7.5 - Using advanced tiles API

published 30 days, 21 hours, 14 minutes ago posted by KMilKMil 32 days, 3 hours, 55 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 1:46:05 PM GMT
There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique. As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new... (more)
category: Silverlight | clicked: 15 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7
3
shouts

Retrieving a WebPage Title and Sharing it with the ShareLinkTask in WP7 - Michael Crump

published 30 days, 21 hours, 14 minutes ago posted by mbcrumpmbcrump 32 days, 2 hours, 28 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 3:12:29 PM GMT
Retrieving a WebPage Title and Sharing it with the ShareLinkTask in WP7Jan 72012  Introduction The ShareLinkTask introduced in Windows Phone SDK 7.1 enables users to share a link on various social networks like Twitter, Facebook and LinkedIn. The only thing that I wish that it had was a way to grab the page title for the link before posting. I found myself typing the page title and thought I’d write some simple code and share with everyone. Below is a snapshot of a post to Facebook that automatically... (more)
category: Silverlight | clicked: 8 | comment | | source: michaelcrump.net
tags: Window Phone 7
3
shouts

[WP7] Quick tip : how to set 32 bits per pixel for your app. | Jonathan ANTOINE's thoughts on WPF, Silverlight, WinRT, NUI...

published 30 days, 21 hours, 14 minutes ago posted by jmix90jmix90 33 days, 2 hours, 35 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Sunday, January 08, 2012 3:05:17 PM GMT
Something new which came with Mango is the ability for the developers to set the number of bits per pixel our app use. By doing this, your app will have shiny graphics! This increase the color depth and then the gradient are rendered really more smoothly. I have found a really great example picture on this web forum to show this... (more)
category: Silverlight | clicked: 5 | comment | | source: www.jonathanantoine.com
tags: WP7.1, wp7dev
1
shouts

How to create and consume WCF Service in Silverlight?

published 30 days, 21 hours, 14 minutes ago posted by dotnetfundadotnetfunda 32 days, 11 hours, 56 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 5:45:05 AM GMT
In this article, we are going to learn about how to work with Services in Silverlight. Working with Services in Silverlight As we know that Silverlight (being a sandbox technology) doesn’t support working directly with ADO.NET, it implies that you can’t use ADO.NET code like SqlConnection, SqlCommand or SqlDataAdapter to connect to the database and fetch records or manipulate records. So the only option left is to interact with the services (either web or wcf). (more)
category: Silverlight | clicked: 6 | comment | | source: www.dotnetfunda.com
tags: consume, Silverlight
1
shouts

How to create a WCF RIA application that supports data filteration and paginations?

published 30 days, 21 hours, 14 minutes ago posted by dotnetfundadotnetfunda 32 days, 10 hours, 1 minute ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 7:39:15 AM GMT
In this article, we are going to learn how to work with WCF RIA Services in Silverlight. Working with WCF RIA Services in Silverlight As Silverlight application presentation tier exists on the client side, WCF RIA Services helps us to easily build N-tier RIA application by bridging the gap between the presentation tier and the middle or data tier. WCR RIA Services is a technology built upon WCF. (more)
category: Silverlight | clicked: 8 | comment | | source: www.dotnetfunda.com
tags: .NET, RIA, WCF
2
shouts

Completely FREE Ebook: 10 Laps around Silverlight 5

published 33 days, 3 hours, 57 minutes ago posted by mbcrumpmbcrump 35 days, 3 hours, 32 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 2:08:37 PM GMT
More ebooks we recommend: Getting Ready for Microsoft Silverlight Exam 70-506Silverlight in the Azure CloudProducing and Consuming OData in a Silverlight and WP7 App All SilverlightShow Ebooks10 Laps around Silverlight 5Author: Michael Crump This FREE ebook is sponsored by Telerik   Format: PDF, Word, EPUB, MOBI. Number of pages: 60 Release date: January 2012   This ebook collects all 10 parts of the article series 10 Laps around Silverlight 5 series, in 4 convenient formats: Word, PDF, MOBI (K... (more)
category: Silverlight | clicked: 24 | comment | | source: www.silverlightshow.net
3
shouts

Let me out - Facebook Logout in a Windows Phone App

published 33 days, 3 hours, 57 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 35 days, 20 hours, 58 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, January 05, 2012 8:42:25 PM GMT
This post describes how to logout from Facebook using the Facebook API, which isn't as straightforward as one might think it is. (more)
category: Silverlight | clicked: 10 | comment | | source: kodierer.blogspot.com
tags: WP7, wpdev
1
shouts

Windows Phone and PhoneGap - Article #5 - Displaying MessageBox in PhoneGap - Part 2

published 33 days, 3 hours, 57 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 34 days, 23 hours, 37 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 6:03:49 PM GMT
In my previous post , i explained about displaying MessageBox in Windows Phone using PhoneGap that had only the OK button . In this blog post , i will show you how to create a MessageBox with confirmation ( OK and Cancel ) using PhoneGap (more)
category: Silverlight | clicked: 9 | comment | | source: windowsphonerocks.com
tags: phoneGap, Windows Phone
1
shouts

How to create and consume Web Service in Silverlight?

published 35 days, 1 hour, 50 minutes ago posted by dotnetfundadotnetfunda 36 days, 13 hours, 7 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Thursday, January 05, 2012 4:33:41 AM GMT
As we know that Silverlight doesn’t support working directly with ADO.NET, it means you can’t use ADO.NET code like SqlConnection, SqlCommand or SqlDataAdapter to connect to the database and fetch records or manipulate records. So the only option left is to interact with the services (either web or wcf). (more)
category: Silverlight | clicked: 10 | comment | | source: www.dotnetfunda.com
tags: silver light
1
shouts

Windows 8 and the future of XAML: Part 1: An overview of the Windows 8 platform

published 36 days, 23 hours, 56 minutes ago posted by KMilKMil 38 days, 1 hour, 20 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Tuesday, January 03, 2012 4:20:19 PM GMT
Welcome to this first part of a whole series on Windows 8 articles, which I’ll be writing over the coming weeks and months. It’s my goal in this series to introduce you to what we know at this point about Windows 8 and how we as (XAML) developers will need to adapt to the new platform. Since you’re probably a XAML developer like I am, we are going to see things from a XAML point-of-view. In some of the upcoming articles, I’m going to describe you how you can leverage what you already know in XAML when Wi... (more)
category: Silverlight | clicked: 25 | 1 comment | | source: www.silverlightshow.net
tags: metro, Win8, Windows 8, WinRT, XAML
2
shouts

what are the different types of DataBinding and how to validate Data in SilverLight?

published 38 days, 22 hours, 3 minutes ago posted by dotnetfundadotnetfunda 39 days, 7 hours, 55 minutes ago
Monday, January 02, 2012 7:37:30 PM GMT Monday, January 02, 2012 9:45:48 AM GMT
In this article, we are going to learn about Different types of Data Binding Techniques in Silverlight and how to validate Data in SilverLight. (more)
category: Silverlight | clicked: 9 | 1 comment | | source: www.dotnetfunda.com
tags: DataBinding
Previous 1 2 3 4 5 6 7 8 9 10 ... 73 74 Next