(X) Hide this Sign up for the upcoming webinar: Switching on the Cloud for Silverlight by Gill Cleeren. March 23rd, 11 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 22 results for Out of Browser.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Page 
  • 1
  • 2
  • 3
Next
Order by Publish Date   Ascending Title   Rating  

  • Creating a Silverlight Out-of-Browser Splash Screen

    0 comments  /  posted by  Mike Wolf  on  Mar 04, 2011 (2 weeks ago)
    Tags: Out of Browser , Splash Screens , Michael Wolf

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterMichael Wolf has s blog post showing how to create a native style splash screen in Silverlight OOB applications.

    Source: Cynergy Blogs

    More and more we’re seeing the out-of-browser Silverlight functionality really take off. Lots of different customers are seeing OOB Silverlight as a great option not only for cross-platform desktop apps (even on Linux now with Moonlight 4 beta out), but also for a full Windows-based desktop and Slate apps. Progressively, we’re seeing more and more features added to Silverlight to enable building just about any full desktop app as a Silverlight OOB app, be it through the Silverlight Native Extensions or through all the new Silverlight 5 features. Yet single- or cross-platform, it doesn’t seem real unless it looks and feels real, and nothing helps bring that feeling like a splash screen.



  • 0 comments  /  posted by  Silverlight Show  on  Feb 21, 2011 (3 weeks ago)
    Tags: Out of Browser , Richard Costall
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) resources on TwitterGet the low down on Silverlight Out-Of-Browser in Richard Costall's Simple Talk article.

    Source: Simple-Talk

    Silverlight can now be used to write a complete business application that can be run outside the browser. Such an application will probably need to to automatically check, and react to, changes to the network status, as well as automatically download and install updates from the server. It will need to be easily installed from the browser. Richard Costall explains how, with a complete example.

  • 0 comments  /  posted by  Gill Cleeren  on  Feb 14, 2011 (1 month ago)
    SilverlightShow and Gill Cleeren start a series of materials aimed at helping you get prepared for taking Microsoft Silverlight Exam 70-506. Through this series we will try to structure the resources available on the internet, grouping them by topic covered in the exam. Any feedback would be much appreciated! Thanks! 

    This article is Part 5 of the series on Microsoft Silverlight Exam:

    Time flies when you’re having fun and meanwhile learning something. That certainly goes for me while I create these articles; I hope it’s the same for you when you read them. If you kept track, we have now arrived at part 5 already, so we are slowly approaching the end of the series. However, this very part is shaping up to be a large one, as you can see. It also covers a lot of interesting material in Silverlight, as we’ll soon see!

    Whereas all previous parts looked at features of Silverlight itself, this part is focusing on the things that happen around Silverlight so to say.

  • Getting the user credentials both in and out of the browser in Silverlight

    0 comments  /  posted by  Silverlight Show  on  Jan 17, 2011 (2 months ago)
    Tags: Security , Out of Browser , OOB , HTML , Matt Duffield

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterMatt Duffield has posted about his experince in writing Silverlight applications working both in and out of the browser.

    Source: Matt Duffield's Blog

    Silverlight is quite powerful and gives you a lot of flexibility. You can have your application run in the browser our you can opt for a more Windows like experience and run your application Out of the Browser. One of the frustrations that I have encountered in the past, is trying to write my code so that it supports both.

  • 0 comments  /  posted by  Silverlight Show  on  Jan 12, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDamian Schenkelman has an example on how to load modules that were packaged for remote module loading in a Silverlight OOB app.

    Source: Damian Schenkelman's Blog

    I created this sample a couple of months ago, and I thought might be useful for others. Here you can download the sample I put together using the Modularity QS from Prism 4. You can also download the necessary files separately (OOBModuleManager.cs and CachingXapModuleTypeLoader.cs)
  • 4 comments  /  Show #52  with  Gill Cleeren   /   92 minutes   /   Dec 16, 2010 (3 months ago)

    Watch a recording of Gill Cleeren's webinar 'Build a Silverlight 4 Application end-to-end' delivered on December 15th, 2010.

    Download the slides used during the webinar | Download the demos | Download the Q&A document

    Gill covered the following topics:

    1. SketchFlow
    2. WCF RIA Services
    3. Data binding & DataGrid
    4. MVVM
    5. MEF
    6. Commanding & behaviors
    7. Messaging, navigation & dialogs
    8. Custom controls & third party controls
    9. OOB
    10. Printing

    Since Data binding and MEF were already covered in previous webinars (recording of webinar on Data Binding, recording of webinar on MEF), these topics were reviewed only briefly in this webinar.

    Become a SilverlightShow Member to receive all webinar news and updates by email.

  • 9 comments  /  posted by  Kevin Dockx  on  Nov 18, 2010 (4 months ago)
    Tags: Assembly , XAP , Out of Browser , Caching , Kevin Dockx

    This article is compatible with the latest version of Silverlight.

    This is the first in a 3-part series of articles about caching & Silverlight.

    You can download the source code here.

    A lot can be written about this subject, and because of that, quite a few misunderstandings about Silverlight and caching exist.

    Let’s start with a general definition of caching: this is what Wikipedia has to say about this technique:

    In computer science, a cache is a component that improves performance by transparently storing data such that future requests for that data can be served faster.

  • 11 comments  /  posted by  Kunal Chowdhury  on  Oct 11, 2010 (5 months ago)
    This article is compatible with the latest version of Silverlight.

    Introduction

    One of the new features introduced in Silverlight 4 is the silent installation of Silverlight Out-of-Browser application. This means, without user intervention, you can directly install them to their machines. You don’t have to open the browser window to install the OOB app. This is perfect for CD-ROM distribution. You can even automate the process from the CD/DVD media; if the user already has permission to auto run external media.

    Here in this article, I will first create a simple OOB Silverlight application and then show you the steps to install it as OOB application silently.

  • 0 comments  /  posted by  Silverlight Show  on  Sep 20, 2010 (6 months ago)
    Jeremy Likness demonstrates how to put HTML into a Silverlight control on a web page.

    Source: C#er : Image

    While there is no easy solution to truly embed HTML inside of the Silverlight rendering engine, it is possible to render the HTML using the browser into a DIV element that is overlaid on your Silverlight application. In fact, because the rendering engine is powerful enough to provide you with all of the sizing events and triggers you need, you can create a very convincing experience displaying HTML in your application - even from the browser.

    To illustrate this in action, we'll build a sort of "Silverlight browser" that allows you to navigate to any web page. In reality, we'll load the URL into an IFRAME that lives inside a DIV. What will be important to note is that the DIV automatically moves and resizes when you resize the application, as if it were a part the application itself!

  • Silverlight Out of Browser Presentation at ONETUG

    0 comments  /  posted by  Silverlight Show  on  Sep 15, 2010 (6 months ago)
    Last week John Papa presented a session on Silverlight Out of Browser features at the Orlando .NET user group and now he wants to publish some of the most popular demos and the slide deck.

    Source: JohnPapa.net

    The session covered all of the fundamentals of out of browser, went into several examples, and showed a few tips and tricks. I packaged up the some of the more popular demos and the slide deck and you can download them all right here. The music player demo is a port from the presentation Joe Stegman did at the last PDC and the Puzzle is a port from the one Scott Gu did at the last PDC. The eBay Simple Lister app is live and available (no source included as its eBay’s property).


Page 
  • 1
  • 2
  • 3
Next