(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 7 results for Walter Ferrari.
Date between: <not defined> and <not defined>
Search in: Articles

Order by Publish Date   Ascending Title   Rating  

  • 2 comments  /  posted by  Walter Ferrari  on  Oct 18, 2010 (1 week ago)
    Sharepoint 2010 is a powerful platform for organisations that want to manage their data in a more efficient way. Some of the key features include document management and collaboration tools, content management and social networking and so on. Since it is essentially a browser-based web platform, why not use Silverlight to offer the users a better experience? The same question probably came up to the Microsoft engineers’ mind when they deliberated the new features of Sharepoint 2010; in fact, with this release a new Client Object Model has been included to allow client applications like Silverlight to interact with Sharepoint data.


  • 3 comments  /  posted by  Walter Ferrari  on  Sep 17, 2010 (1 month ago)

    This article is Part 2 of the series Building a DataGrid Control for Silverlight for Windows Phone:

    1. Building a DataGrid Control for Silverlight for Windows Phone - Part 1
    2. Building a DataGrid Control for Silverlight for Windows Phone - Part 2

    Introduction

    In my previous article I introduced three possible ways to build and use a DataGrid Control on the Windows Phone 7 platform. Then I showed how to create a “Windows Phone 7 ready” DataGrid starting from the source code of the control included in the Silverlight toolkit. I used the last edition available for Silverlight 3 since some features of Silverlight 4 are missing in Windows Phone at the moment. This time I will focus on the porting of the AgDataGrid free version by DevExpress.

  • 2 comments  /  posted by  Walter Ferrari  on  Aug 16, 2010 (2 months ago)

    This article is Part 1 of the series Building a DataGrid Control for Silverlight for Windows Phone:

    1. Building a DataGrid Control for Silverlight for Windows Phone - Part 1
    2. Building a DataGrid Control for Silverlight for Windows Phone - Part 2

    Introduction

    As you probably know there is no DataGrid available under the Silverlight for Windows Phone platform at the moment. One could object that a DataGrid in Windows Phone is not so much requested for a lot of reasons, size of the screen, user input mode etc. This is true but it is also true that new projects regarding local databases appear day by day on the horizon (i.e. Perst for WP7 , Windows Phone 7 Database) and this opens the space for the development of a class of business applications, even for small devices.

  • 9 comments  /  posted by  Walter Ferrari  on  May 05, 2010 (5 months ago)

    Introduction

    One of the things I found frustrating in the previous versions of Silverlight was the lack of the Right Mouse Click support. Now we know that this functionality has turned real with Silverlight 4. Furthermore, we know that the April 2010 Silverlight toolkit release comes with a ContextMenu Control to be used in combination with the right click. So it’s time to put these new things in practice and try to use them in our projects. In this article we will see how to create and use a ContextMenu, how it is made and then we will extend it in a peculiar way.

  • 1 comments  /  posted by  Walter Ferrari  on  Mar 10, 2010 (7 months ago)

    Introduction

    This is the second and conclusive article about an example of a Bing Maps extension using Silverlight. Let me briefly recall the objective: in the first article I wrote about the need which may arise when planning an itinerary, I underlined that knowing the elevation profile would be useful. Having this functionality using the Maps Silverlight Control is not difficult. In the following sections we will see how to get elevation data as well as to plot them on a graph. You can enjoy a demo here and download the code here.

  • 5 comments  /  posted by  Walter Ferrari  on  Mar 08, 2010 (7 months ago)

    Introduction

    One of the things I found missing in the current Bing Maps product is the possibility to create an elevation surface profile of routes. Perhaps this feature may not seem much on demand but actually affects more people than expected. Think for example about sports events like marathons and cycling races: to see a preview of the elevation profile of the trail would be of great benefit to the participants. But even if you're just simple hikers you might want to know what is the difference in level of your walking or bicycle trip to better understand the effort that it would entail.

  • 15 comments  /  posted by  Walter Ferrari  on  Jan 25, 2010 (9 months ago)

    Introduction

    Let’s imagine a scenario in which you have a series of Excel files (.xlsx) on your computer but you don’t have any Microsoft Office installed. What can we do if we want to examine the content of these files?
    In this article we will describe a small Silverlight application allowing you to open and view these files and also create line series graphs. I used this exercise as laboratory to familiarize myself with some of the new features of Silverlight 4 like, for instance, drag&drop of files from local folders to the application, drag&drop between controls in the application, right click event handling, theming and so on.