(X) Hide this Upcoming webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services. February 2nd, 10 am PST (see your local time)
Full webinar info | Register | Read WCF RIA Services Article series by Brian Noyes
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 13 results for Andrej Tozon.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

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

  • 0 comments  /  posted by  Silverlight Show  on  Dec 29, 2010 (1 week ago)

    Andrej Tozon has published the source code of his Silverlight 4 sample project and discusses some of the features that you'll find in this code.

    Source: Andrej Tozon's Blog

    What’s new in Silverlight 4? Isn’t Silverlight 4, like, old news by now?

    Well yes, as the matter of fact, this is one of those long overdue posts that have a hard time getting out. As I’ve been showing these demos since Silverlight 4 Beta came out, this is really the high time I release the source code… Especially when we’re looking to get a fresh preview of Silverlight 5 in the near future.



  • Reactive Extensions: Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Oct 14, 2010 (2 months ago)
    Following the theme from his previous two posts (Part 1 and Part 2), this next post of Andrej Tozon is about using Reactive Extensions on Windows Phone 7.

    Source: Andrej Tozon's blog

    I'll use a similar scenario as before – gradually load a few tiles into an ItemsControl. Let’s get started.


  • Turn an existing enumerable collection into a time-based observable sequence

    0 comments  /  posted by  Silverlight Show  on  Oct 07, 2010 (3 months ago)
    In this post, Andrej Tozon extended the code sample from his previous post by creating a new extension method that puts an existing observable sequence on a timeline, with delayed item notification.

    Source: Andrej Tozon's Blog

    In my last blog post I wrote about using Reactive Extensions together with layout states in Silverlight to gradually introduce collections of data to a ListBoxes. One small problem with code from that post is that I’m generating the sequence of data myself, whereas in real-world scenario would be pulling it from some data source like database or web service. It’s easy to turn an existing collection to an Observable by using the ToObservable() operator, but the generated sequence wouldn’t be time-based, as it would have been if we had used the GenerateWithTime() constructor.

  • Silverlight Layout States with Reactive Extensions

    0 comments  /  posted by  Silverlight Show  on  Oct 06, 2010 (3 months ago)
    In this post, Andrej Tozon shows how to use Reactive Extensions in Silverlight to gradually fill a ListBox, with a bonus of a nice item entry animation, provided by the layout states.

    Source: Andrej Tozon's blog

    I’ve been working on several applications where I needed to display several items in a ListBox (or an ItemsControl) at startup, but they had to appear on the screen one by one, with a short delay, not all at once. Using ListBoxItem’s layout states took care of handling how an individual item would appear in the list, but I still needed to handle a short pause between each item being added to the list. Usually I resorted to using a Timer, which sorted out that needed delay for me, but that really felt like hacking that had nothing to do with the real problem. Reactive Extensions, however, offer a much elegant solution.

  • Reactive Extensions

    0 comments  /  posted by  Silverlight Show  on  Oct 05, 2010 (3 months ago)
    Andrej Tozon discussed Reactive Extensions with a few people after his Rx talk and wanted to share some of the thoughts in this blog post.

    Source: Andrej Tozon's blog

    One thing to know about Reactive Extensions is that simply going from pull model (enumerating) to push model (observing) doesn’t give you immediate background thread processing – everything is still happening on the same thread.


  • 0 comments  /  posted by  Svetla Stoycheva  on  Apr 15, 2010 (9 months ago)
    Andrej Tozon is the next article author we would like to introduce you to the SilverlightShow community. Having authored 5 articles already, all on quite hot topics, Andrej is one of the most active contributors to posting quality content on SilverlightShow. Andrej's articles are fresh, entertaining, with provoking titles and colorful examples. Meet Andrej!
     

    Q. Andrej - please briefly introduce yourself and your experience with Silverlight. 
    A.
    Hi, my name is Andrej Tozon, I’m from Slovenia and currently work for my own company, specializing in Silverlight and WPF development and consulting.
  • 0 comments  /  posted by  Silverlight Show  on  Mar 22, 2010 (9 months ago)
    Andrej Tozon discusses the optional parameters that are now available in Silverlight 4.

    Named & optional parameters are a new C# language feature coming up with .NET FX 4.0 and guess what… it’s in Silverlight 4 as well!

    Optional parameters will come very useful when defining complex APIs where you would usually have to provide several overloads for the same method for it to make sense to wide variety of usages.

  • 5 comments  /  posted by  Andrej Tozon  on  Jan 11, 2010 (more than a year ago)

    The first part of the article was about getting familiar with MEF (Managed Extensibility Framework) – to get to know the basics, define its core principles and apply those to an existing Gallery application to make it configurable through themes. This part will dig deeper into the framework.

    MEF as an IoC Container?

    MEF is not a replacement for an IoC container - they both address different scenarios and can be used in the same application. However, MEF sure can be used for dependency injection without having to resort to a proper IoC container.

  • 9 comments  /  posted by  Andrej Tozon  on  Jan 06, 2010 (more than a year ago)
    One of my early experiments with Bing Maps Silverlight Control eventually turned into a Halloween Live Gallery. This photo viewer application is based on the CircularPanel3D control from Expression Blend’s Wall3D sample that shipped with the product. It pulls geotagged Halloween photos from Flickr service and displays them in a 3D photo wall that can be rotated, zoomed in, etc. A detailed view of the photo includes a zoomable Bing Maps control, pinpointing the location of where that photo was shot.
  • 4 comments  /  posted by  Andrej Tozon  on  Dec 16, 2009 (more than a year ago)

    Whenever a new version of Silverlight is released, I start examining its features from two perspectives: how would my current (and planned) LOB applications benefit from using these new features, and what cool new things can I build to entertain my children.

    This article will guide you through the process of creating a doodling application (you know, for kids ;)), while covering some of the most visible (or not) new features, coming with Silverlight 4. But this is not just about new features, it’s about how they are prepared and served.


Page 
  • 1
  • 2
Next