Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.

Slides:



Advertisements
Similar presentations
Windows Presentation Foundation Overview Greg Smalter Red Stapler Software, LLC.
Advertisements

Overview / Introduction to our work in Silverlight Developing with the Silverlight 2 Framework Design of the Concept / Storyboards Architecture Game Logic.
Brown University Swim Center
Win8 on Intel Programming Course Desktop : WPF Cédric Andreolli Intel Software
Silverlight Presenter: Kevin Grossnicklaus February 25 th, 2010.
Silverlight 2 CoreCLR Bringing the power of.NET to the net Andrew Pardoe, Common Language Runtime.
WPF vs Silverlight Stuart Haas. WPF  Windows Presentation Foundation  Included in Vista, Server 2008 and XP service pack 2  Deployed in desktop and.
The Designer Tools Landscape Andy Hood. AKQA PROVIDES DIGITAL BUSINESS SOLUTIONS We focus on providing our clients with a return on investment.
An Introduction To Silverlight Gergely Orosz
Michael Koester Designer Marketing Manager The World of Expression.
1 1 Silverlight is a web browser plug-in. 2 2 There are two versions September 2007~October 2008 V2 is backwards compatible & where you’d start today.
Windows Presetation Foundation (WPF) 1. Introduction.
Gustavo Cavalcanti tinyfit.com. About me... Programmer since mid-90s BS in Computer Science (Catholic University of Pernambuco, Brazil) MBA with emphasis.
Microsoft Visual Studio and C# Programming
The Microsoft’s solution for building cross-platform Rich Internet Applications.
WPF. Origins – Who, When, Where  Who? Microsoft  When? November 2006  Where? Windows Vista Windows Server 2003 Windows XP Service Pack 2.
LemGen (Linguistic EMulation and Generation ENgine) CS491 Project Chris Lemcke.
What’s new for Rich Clients? Martin Parry Developer & Platform Group Microsoft Ltd
The Designer-Developer Workflow Martin Tirion User Experience Evangelist Microsoft.
Windows Core OS Services JavaScript (Chakra) C C++ C# VB Metro style apps Communication & Data Application Model Devices & Printing WinRT APIs Graphics.
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
Brian Mpafe Microsoft DPE Intern Program.  The Visual Studio IDE  First Application (Hello World)  Second Application(News from Cameroon)
Leverage the new pubCenter Promote your apps Install the new ad SDKs.
Daniel Levy Solutions Consultant, Telerik Testing Tools Division.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
It’s always better live. MSDN Events INTRODUCTION TO SILVERLIGHT prepared by Joe Nov INTRODUCTION TO SILVERLIGHT prepared by Joe Nov
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
1 COS240 O-O Languages AUBG, COS dept Lecture 33 Building Apps Technologies C# (WPF part 1)
1. Development & Design Process › Thomas Stockwell – Lead Programmer › Derek Noel – Graphical Designer 2. Program Foundations/Innovative Technology 3.
Intro to Silverlight Kevin Grossnicklaus. Introductions Kevin Grossnicklaus – SSE - ( ) Chief Architect Software.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
A Jumpstart to WPF by Kevin Grossnicklaus ArchitectNow.
Windows Presentation Foundation. Goal The goal of Windows Presentation Foundation (WPF) is to provide these advances for Windows. Included in version.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
1 Metro Style Apps in C++ Karthick 8 th May 2012.
Windows Presentation Foundation (WPF) Declare Your Next User Interface.
Object Oriented Software Development 9. Creating Graphical User Interfaces.
Tony Goodhew Product Planner DEV328.
The Microsoft Technical Roadshow 2007 Rich Client Development in XAML Mark Johnston Developer & Platform Group Microsoft Ltd
Presentation advances in.NET Framework 3.0 Mark Johnston Developer & Platform Group, Microsoft Ltd
Jaime Rodriguez | Microsoft Principal Technical Evangelist Laurent Bugnion | IdentityMine Senior Director XAML Deep Dive for Windows & Windows Phone Apps.
FIRST FLOOR SOFTWARE Experts in XAML. Visual Studio Industry Partner FIRST FLOOR SOFTWARE NEXT STEPS Contact us at: First.
New Features Overview. Agenda Silverlight - Intro Silverlight 3 New Features Overview with Demos, Demos and Demos… RIA Services Overview Demos, Demos,
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
CHAPTER 15 WPF Windows Presentation Foundation Dr. John Abraham Professor, UTPA.
Silverlight 2 Andrew Pardoe Program Manager CLR Execution Engine
Chris J.T. Auld – Director, Intergen
Modern Design Principles (MS). Hubs & spoke navigation pattern Hierarchical pattern Best for large collections of related content Content is separated.
1 Välkommen till Sommarkollo Windows Presentation Foundation Per Östman ISV Developer Evangelist
Identify Windows Application Types Windows Development Fundamentals LESSON 1.1.
Part of the Microsoft.NET Framework 3.0 Tomer Shamam.NET Technologies Expert Sela Group
Daniel Moth Microsoft
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
Unit testing your metro style apps built using XAML
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
Introduction to ArcGIS API for Microsoft Silverlight
WPF vs Silverlight.
XAML User Interface Creation in C#
Using Biml to Automate the Generation of SSIS Packages
Building Awesome HTML Applications in Blend for Windows 8
Introduction to Silverlight
WPF AKEEL AHMED.
.NET and .NET Core 7. XAML Pan Wuming 2017.
Silverlight Technology
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Overview of Silverlight 2
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Silverlight 2 Mike Taulty Developer & Platform Group Microsoft Ltd
Visual Studio Tooling Developer’s Guide to Windows 10
Windows Presentation Foundation
Presentation transcript:

Ms. Expression Blend Intro Diliara Nasirova

WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs  A public API, allowing our programs access those DLLs  WPF separates the appearance (XAML) of UI from its behaviour(C# or VB).

XAML  XML- based  Declarative  Mark-up language to represent UI

WPF tools  Visual Studio – code and XAML  Expression Blend – graphics

Ms. Expression Blend

Change Detection Demo 