Browse by Tags

Tagged Content List
  • Wiki Page: Secure Silverlight Applications with Claims-Based Authentication in Windows Azure – Lessons Learned – Part 2

    In this second article of the series ( see first article here ), I’ll continue sharing security and Silverlight lessons learned while moving an application to Azure. Specifically let’s extend what we discussed in part one to include: · More details about securing the on-premise service...
  • Wiki Page: Secure Silverlight Applications with Claims-Based Authentication in Windows Azure – Lessons Learned – Part 1

    Part of Microsoft’s Windows Azure strategy is offering organizations the choice to port and run portions of their existing applications in the cloud while continuing to utilize on-premise software. This is a compelling strategy with many variations which are easy to implement using Windows Azure and...
  • Wiki Page: Connecting to SSAS Cube using Silverlight

    Some time back when I was watching a presentation of a third party reporting product, I saw some nice animated charts. I wanted to create something similar to those charts and when I checked on SSRS, unfortunately what I wanted isn't possible with SSRS. So I moved into Silverlight Charts and I...
  • Wiki Page: How to Programmatically Create a Silverlight Brush

    To create a Silverlight for Windows Embedded brush programmatically, you need to understand brush opacity so that you don’t inadvertently paint with a transparent brush. In the Mastermind code sample , created by using Silverlight for Windows Embedded, I chose to programmatically create the...
  • Wiki Page: Adding a Title Bar to an Application for Silverlight for Windows Embedded

    A Silverlight application does not have a title bar by default. To add a title bar, you modify the window style that App::GetWindowParameters() sets during application initialization. In the Mastermind code sample , I added a title bar and Minimize button. I developed the UI...
  • Wiki Page: Exam 70-506 - TS: Silverlight 4, Development

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English, French, German, Japanese, Portuguese (Brazil), Chinese (Simplified) Audiences(s) : Developers Technology: Silverlight Type...
  • Wiki Page: SharePoint 2010 & O365: Windows PowerShell Command Builder

    Announced at the SharePoint Conference 2011 is a new online Silverlight tool for IT Pros and Power Users for SharePoint 2010 and Office 365: "The Windows PowerShell Command Builder for SharePoint 2010 Products and Office 365 is a Silverlight application that enables IT pros and power users...
  • Wiki Page: MCPD: Silverlight Developer 4

    Table of Contents Community Related Forum Posts Other Languages Deutsch Norwegian The MCPD: Silverlight Developer 4 is for developers who build rich client applications for the Windows Forms platform by using Microsoft Silverlight 4. Required exams Exam 70-506 - TS: Silverlight 4, Development...
  • Wiki Page: SharePoint 2013: Paging with SharePoint Client Object Model

    Introduction: Paging list items in Client object model in SharePoint is very essential to ensure proper performance & usability for your custom application; although there are a lot of good resources on implementing paging on the server side ; I have not seen any full & easy to follow tutorial...
  • Wiki Page: How to setup Forefront Identity Manager 2010 - Exchange 2010 Global Address Synchronization

    The following article is to introduce a new silverlight application that shows people how to setup a basic global address synchronization between two Exchange 2010 organizations using Forefront Identity Manager 2010 Synchronization Service in a test environment. This is presented in a simple silverlight...
  • Wiki Page: Small Basic: How to Make a Turtle Maze Game

    Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
  • Wiki Page: WPF: TreeView SelectedItem TwoWay MVVM (plus expand to selected and close all others)

    Table of Contents Introduction Building the Sample Description Introduction This sample shows how to two-way-bind to the SelectedItem property of a WPF or Silverlight TreeView . It also shows how to expand nodes down to the selected item, and collapse all other nodes (to keep it tidy)....
  • Wiki Page: WCF Data Services Content Survey

    This topic enumerates the various sources of information about WCF Data Services and the Open Data Protocol ( OData ) . Table of Contents TechNet Wiki Topics MSDN Library Topics Windows Azure Library Guidance Topics Quickstarts WCF Data Services Developer Center Open Data Protocol Information...
  • Wiki Page: SharePoint 2010: Client Object Model with SilverLight

    Introduction SharePoint has been a worldwide success in its adoption as a tool of corporate Portals and Collaboration, this article is perspective view your demo as a development tool for enterprise solutions. In this article I will also give attention to one of the new services offered...
  • Wiki Page: Comparando Silverlight con aplicaciones Windows Store (es-ES)

    Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
  • Wiki Page: Silverlight for Windows Embedded (Windows Embedded Compact 7)

    Silverlight for Windows Embedded is a native (C++ based) user interface (UI) development framework for Windows Embedded Compact powered devices and is based on Microsoft Silverlight 3. You can use Silverlight to do the following: Define visual UI for applications in XAML . Collaborate with designers...
  • Wiki Page: WCF Data Services: Overview

    WCF Data Services (formerly known as "ADO.NET Data Services") is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST...
  • Wiki Page: WCF Data Services : Vue d'ensemble (fr-FR)

    WCF Data Services (anciennement « ADO.NET Data Services ») est un composant du .NET Framework qui vous permet de créer des services qui utilisent Open Data Protocol (OData) pour exposer et consommer des données sur le Web ou l'intranet à l'aide de la sémantique de representational state transfer...
  • Wiki Page: WCF Data Services: Ein Überblick (de-DE)

    WCF Data Services (vorher bekannt unter dem Namen "ADO.NET Data Services") gehört zum .NET Framework und ermöglicht es Services zu erstellen, die das Open Data Protocol (OData) nutzen um Daten über das Web oder ein Intranet durch die Verwendung von Representational State Transfer (REST) bereitzustellen...
  • Wiki Page: Obtaining Meaningful Error Messages When Troubleshooting XAML in a Silverlight for Windows Embedded Application (Windows Embedded Compact 7)

    When your Silverlight for Windows Embedded application encounters XAML issues during runtime, you might find that the warning and error messages in the Visual Studio output window do not provide specific information about the problem or where the problem occurred, making it difficult to interpret the...
  • Wiki Page: Silverlight 3 Beta - Lokal Mesajlaşma (Local Messaging) (tr-TR)

    Merhaba arkadaşlar, bu makalemizde Silverlight 3 Beta ile birlikte gelen Lokal Mesajlaşma (Local Messaging) işleminin nasıl yapıldığını inceleyeceğiz. Silverlight 3 Beta ile birlikte gelen Local Messaging(Lokal Mesajlaşma) özelliği ile iki Silverlight uygulaması arasında iletişim kurup birbirlerine...
  • Wiki Page: Silverlight Application With Federated Authentication

    Back to Windows Azure Active Directory Solutions For Developers Identity and Silverlight Applications Development
  • Wiki Page: Introduction To Windows Phone 7 Project Structure - [Part-2]

    In this article I am going to describe Silverlight Windows Phone7 project structure. Let me introduce, basic information about the Silverlight project for Windows Phone 7. Let’s get familiar with Silverlight Why Silverlight for Windows Phone 7? Silverlight is the application...
  • Wiki Page: Microsoft Silverlight Release History

    Microsoft Silverlight Release History Silverlight 5 Silverlight 5 Build 5.1.10411.0 Released May 8, 2012 Silverlight 5 Build 5.0.61118.0 Released December 9, 2011 Silverlight 5 RC Build 5.0.60818.0 Released September 1, 2011 Silverlight 5 Beta Build 5.0.60401.0 Released April 13, 2011 Silverlight...
  • Wiki Page: MCPD: Silverlight Developer 4 (nb-NO)

    Table of Contents Nettsamfunnet Relatert foruminnlegg Andre språk The MCPD: Silverlight Developer 4 er for utviklere som bygger rike klientapplikasjoner for Windows Forms -plattformen ved hjelp av Microsoft Silverlight 4 . Nødvendige eksamener Exam 70-506 - TS: Silverlight...
Page 1 of 2 (39 items) 12
Can't find it? Write it!