Skip Navigation LinksHome / Articles

Articles

+
Page 
Items Resolution

  • 0 comments  /  posted by  Anton Polimenov  on  Sep 01, 2010 (1 day ago)

     

    This is part 7 of the Windows Phone 7 series:

    1. What is Windows Phone 7
    2. Hardware requirements for Windows Phone 7 Part 1 – Buttons, Screen, Cameras, Keyboards, Wireless, Bluetooth, CPU
    3. Hardware requirements for Windows Phone 7 Part 2 – Light Sensors, A-GPS, Approximate Sensors, Compass, Accelerometer
    4. UI Concepts of Windows Phone 7
    5. Software Distributions and Content Restrictions in Windows Phone 7
    6. Screen Considerations for Developers
    7. Windows Phone 7 Application Platform
    8. Silverlight for Windows Phone 7
    9. XNA for Windows Phone 7
    10. Getting Started With Windows Phone 7 Development

     

    The Windows Phone 7 Application Platform is made with the presumption to help developers to create their applications.

    Share


  • 0 comments  /  posted by  Levente Mihály  on  Aug 29, 2010 (4 days ago)
    Windows Phone 7 platform provides two different frameworks for developing applications: Silverlight and XNA. XNA is a game-specific framework. If you want to write a 3D game, or a loop-based game with a lot of effects, textures and motion, you should choose XNA. So why should a SilverlightShow reader care about XNA? Because the two platforms are more-or-less compatible with each other, meaning you can use XNA assemblies in your Windows Phone 7 Silverlight applications. Here’s a brief introduction to the Silverlight-XNA integration.
    Share
  • 3 comments  /  posted by  Brian Noyes  on  Aug 26, 2010 (1 week ago)

    This article is Part 6 of the series WCF RIA Services:

    1. Getting Started with WCF RIA Services
    2. Querying Data Through WCF RIA Services
    3. Updating Data Through WCF RIA Services
    4. WCF RIA Services and MVVM
    5. Metadata Classes and Shared Code in WCF RIA Services
    6. Validating Data with WCF RIA Services
    7. Authenticating and Authorizing Calls in WCF RIA Services
    8. Debugging and Testing WCF RIA Services Applications
    9. Structuring WCF RIA Services Applications
    10. Exposing Additional Domain Service Endpoints for Other Clients

     

    Introduction

    In Part 5 I discussed metadata classes and shared code, and one of the example uses of metadata classes I showed was using a [Required] validation attribute to cause some validation on both the client and server side.

    Share
  • 2 comments  /  posted by  Anton Polimenov  on  Aug 18, 2010 (2 weeks ago)

     

    This is part 6 of the Windows Phone 7 series:

    1. What is Windows Phone 7
    2. Hardware requirements for Windows Phone 7 Part 1 – Buttons, Screen, Cameras, Keyboards, Wireless, Bluetooth,  CPU
    3. Hardware requirements for Windows Phone 7 Part 2 – Light Sensors, A-GPS, Approximate Sensors, Compass, Accelerometer
    4. UI Concepts of Windows Phone 7
    5. Software Distributions and Content Restrictions in Windows Phone 7
    6. Screen Considerations for Developers
    7. Windows Phone 7 Application Platform
    8. Silverlight for Windows Phone 7
    9. XNA for Windows Phone 7
    10. Getting Started With Windows Phone 7 Development.
    Share
  • 6 comments  /  posted by  Brian Noyes  on  Aug 16, 2010 (2 weeks ago)

    This article is Part 4 of the series WCF RIA Services:

    1. Getting Started with WCF RIA Services
    2. Querying Data Through WCF RIA Services
    3. Updating Data Through WCF RIA Services
    4. WCF RIA Services and MVVM
    5. Metadata Classes and Shared Code in WCF RIA Services
    6. Validating Data with WCF RIA Services 
    7. Authenticating and Authorizing Calls in WCF RIA Services
    8. Debugging and Testing WCF RIA Services Applications
    9. Structuring WCF RIA Services Applications
    10. Exposing Additional Domain Service Endpoints for Other Clients

     

    Introduction

    In this article, I am going to quickly cover the metadata and shared code facilities of WCF RIA Services.

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

    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.

    Share
  • 0 comments  /  posted by  Braulio Diez  on  Aug 13, 2010 (2 weeks ago)

     This article is Part 2 of the series Sketchflow from a developer point of view:

    1. SketchFlow from a developer point of view - Part I - Basics 
    2. SketchFlow from a developer point of view - Part II - Dev Stuff

    More Sketchflow questions, scenarios and advanced Sketchflow issues will be covered by Braulio Diez in his upcoming webinar: Sketchflow in Real Scenarios.

    Intro

    In the first part of this article we learnt why was so important to add to our lifecycle a quick and dirty prototyping stage, and learnt as well how to perform that basic sketch prototyping using Sketchflow.

    So far so good… till now the sensation you can have can be something like: Ok, Sketchflow is just another prototyping toolin this second part of the series we are going to check what makes Sketchflow an advanced prototyping tool: sketching some static images or canned / styled controls with some basic navigation is not bad but not good enough !! We need to validate with the client animations, gestures, behaviors….

    Share
  • 2 comments  /  posted by  Anton Polimenov  on  Aug 03, 2010 (1 month ago)

     This is part 5 of the Windows Phone 7 series:

    1. What is Windows Phone 7
    2. Hardware requirements for Windows Phone 7 Part 1 – Buttons, Screen, Cameras, Keyboards, Wireless, Bluetooth,  CPU
    3. Hardware requirements for Windows Phone 7 Part 2 – Light Sensors, A-GPS, Approximate Sensors, Compass, Accelerometer
    4. UI Concepts of Windows Phone 7
    5. Software Distributions and Content Restrictions in Windows Phone 7
    6. Screen Considerations for Developers 
    7. Windows Phone 7 Application Platform
    8. Silverlight for Windows Phone 7
    9. XNA for Windows Phone 7
    10. Getting Started With Windows Phone 7 Development.

     

    Software Distribution in Windows Phone 7

    There will be only one way for distributing our applications and it’s called Market Place. This means that there will be no more cab files or anything else. Market Place is an application, which comes with Windows Phone 7 OS. All the applications for Windows Phone 7 will be available for purchase and download thru Market Place. There will be two methods to pay for an application – with credit card and thru your mobile operator (by adding an application fee to your monthly bill).

    Share
  • 6 comments  /  posted by  Brian Noyes  on  Aug 02, 2010 (1 month ago)

     

    This article is Part 4 of the series WCF RIA Services:

    1. Getting Started with WCF RIA Services
    2. Querying Data Through WCF RIA Services
    3. Updating Data Through WCF RIA Services
    4. WCF RIA Services and MVVM
    5. Metadata Classes and Shared Code in WCF RIA Services
    6. Validating Data with WCF RIA Services 
    7. Authenticating and Authorizing Calls in WCF RIA Services
    8. Debugging and Testing WCF RIA Services Applications
    9. Structuring WCF RIA Services Applications
    10. Exposing Additional Domain Service Endpoints for Other Clients

     

    Introduction

    The Model-View-ViewModel pattern (MVVM) is a very popular approach for building more loosely coupled Silverlight and WPF applications.

    Share
  • 9 comments  /  posted by  Pencho Popadiyn  on  Aug 01, 2010 (1 month ago)

    1. The Problem

    In this article I’ll show you a simple solution for navigation between pages in different Xaps, by using Managed Extensibility Framework (MEF). Recently I hit the following issue, while playing with MEF. Suppose that you have a Silverlight Navigation Application. Your application is partitioned in different modules (plugins, extensions, add-ons or whatever). Let's imagine that 
    your application has three plugins – Orders plugin, Products plugin and Suppliers plugin, as shown on the snapshot below.

    Share

Page 
Join the free SilverlightShow webcast 'Running Silverlight Outside the Browser and with Elevated Trust'. Sept 7th, 8 am - 9 am PDT.
In this live session Chris Anderson will cover configuring and debugging OOB mode, toast notifications, elevated trust, direct file access and much more.
Learn more | Register | See more webinars (hide this)