(X) Hide this Join our next live webcast on December 15th, 10 am PDT - Building a Silverlight 4 application end-to-end. Presenter: Gill Cleeren
Check the webinar agenda | Register for the webinar
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for Deep Linking.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 4: SEO, Export to Excel and Out of Browser

    0 comments  /  posted by  Silverlight Show  on  Jul 15, 2009 (more than a year ago)
    In the forth part of his series on business applications with Silverlight 3, Brad Abrams talks about different views of the application logic.

    Now, let’s take take a look at putting different views on this same application.  One of the key elements to supporting different views is deeplinking. 



  • 21 comments  /  posted by  Martin Mihaylov  on  Mar 29, 2009 (more than a year ago)

    Introduction

    With the beta release of Silverlight 3 a lot of new goodies were introduced and one of them was the navigation framework and in the final release additional features were added. It allows us to easily implement navigation between the newly introduced Page controls in a Silverlight application, interacts with the Browser History journal and provides us with Uri mapping. To learn more about these features read on the article.

    For this article the demo will be the Mini SilverlightShow application, which I used not a long time ago as a demo to my article about the Telerik's RadPageNavigation control.

  • Silverlight 3 - Deep Linking

    1 comments  /  posted by  Silverlight Show  on  Mar 23, 2009 (more than a year ago)

    Matt Casto has published part 1 of his Silverlight 3 Feature By Feature series of blog posts and it is concentrated on deep linking.

    The Good:  The Navigation Framework is a really great addition to Silverlight!

    The Bad:  I’d rather be able to manually add items to the browser history and display pages based on the URL, but this solution will be fine for now. I think there might be a way to do that, but I could not find any other documentation and I ran out of time to look through everything with Reflector.

    The Beautiful:  I finally have something to point to when Flash developers ask what Silverlight has to offer that Flash/Flex does’t.

  • 0 comments  /  posted by  Silverlight Show  on  Jan 22, 2009 (more than a year ago)
    Tags: Deep Linking , Browser History Navigation , Silverlight

    In this article Robby Ingebretsen is talking about deep linking and browser history navigation in Silverlight :

    "Deep linking is a strange term and the first time I heard it was while I was giving a talk.  Someone asked me if Silverlight supported deep linking and I sort stumbled around until I found my way to a big “I don’t know.”  Well, now I do and the answer is, um, kind of.  Technically, it’s a no, but, as with most things, there is always a way.  Last week I spent a couple of evenings trying to track one down."
  • Page navigation and browser history in Silverlight

    2 comments  /  posted by  Martin Mihaylov  on  Oct 09, 2008 (more than a year ago)

    Telerik's RadPageNavigation control meets Mini SilverlightShow

    In the Q3 Release of the RadControls for Silverlight, which is compatible with the RC0, you can find the RadPageNavigation control. It provides Silverlight applications with navigation, navigation history and possibility to use the browser's back and forward buttons. These three features are great and via them we are able to give the users greater experience when using Silverlight applications. For example we can create a standard web site scenario using several Xaml pages and the RadPageNavigation control and I've done it. This article describes the whole process I went through in order to implement the functionality of the control, but before write it, I needed a project. After quite a wondering I decided to implement part of the functionality of SilverlightShow into a Silverlight application and soon the name of the project was also revealed - Mini SilverlightShow. I choose that name because the Silverlight implementation of the site will have less functionality and will be smaller in size. Creative, isn't it?

    Here you can find the Mini SilverlightShow live demo and source code. Now let's get the things explained!

    Read more ...