SlideShare una empresa de Scribd logo
1 de 57
Descargar para leer sin conexión
한국마이크로소프트
김영욱 차장
.NET Evangelist
http://YoungWook.com
Mobile Market
Why is Microsoft in the Mobile Business?
                                     1,388

       1,176                        290 (21%)

       145 (12%)
                       WM Capable                  WM Capable



         741                          888
        (63%)                        (64%)




         290                                       374
        (25%)           277           210
                                     (15%)



                2008                        2011
Windows Mobile



                                                                  • Windows Mobile   • Windows Mobile
• Hand Held PC          • Pocket PC 2002     • Windows Mobile 5
                                                                  6.1                6.5
• 500, 000 units sold   • Smart Phone 2002   • Push e-mail
                                                                  • 18m units sold   • MyPhone, Market Place
3 Screens and a Cloud




    MBS Online
5
Integrated Experiences


PEOPLE
OFFICE
PICTURES
MUSIC+VIDEO
MARKETPLACE
GAMES
Windows                      Common
                                        Consistent   Quality
 Phone                       Hardware
                                         Platform    Focus
Hardware                     Elements



Consistent set of hardware
capabilities defined by Microsoft
One resolution at launch
Second resolution added later
Same touch input
Consistent processor / GPU
Same available RAM
Optional keyboard
Windows Phone 7
           Design Story
Metro
Start




        Glance & Go   Get Me There
Metro
Gestures
Touch

Recommended touch target size is 9mm

Minimum touch target size is 7mm

Minimum spacing between
elements is 2mm

Visual size is 60-100% of the touch
target size
Common controls
Hubs vs. Single-Page Apps
Iconography

Icons in the application menu
should be consistent

Test icons with users
(pay attention to context)
notification types

              15
              14
        New photos online!




Seattle, WA: Sunny and 85 degrees
GPS
               location
                           + Accuracy
                           - Power
                           - Speed
                           - Indoors




- Accuracy
+ Power
+ Speed
- Wilderness

                           +/- Accuracy
                           +/- Power
                Location   +/- Speed
                services   +/- Urban areas
Manage App & Game Updates
                Notifications of app updates
                on the Marketplace hub




                       View the details of
                       a specific update


                        Update all apps at
                      Choose to update
                        once or view the
                      a updateapp or of a
                        single details
                      game app or game
                        single
Windows Phone 7
   Development Tools
Two Flavors of Applications
Developer Portal

Learn…

Build…

Publish…

Earn…



             http://developer.windowsphone.com
Getting Started

Get the Windows Phone Developer Tools

Build your Silverlight or XNA Framework
application

Register to publish

Distribute your application
Common Capabilities
Input                                  .NET
•   Touch                              •   Superset of Silverlight 3.0
•   Hardware buttons                   •   Windows Communication Foundation
                                            •   SOAP and REST services


Media
                                       Phone Access
•   Digital media capture & playback
•   Media library access               •   Integrated access to phone UI
                                       •   Sensors
                                       •   Picker for contacts and photos
Data
•   Isolated Storage                   Integrated With Cloud Services
•   LINQ (Objects and XML)
                                       •   App Deployment & Updates
                                       •   Notifications
                                       •   Location
                                       •   Xbox LIVE
Application Model
                        .NET Common
                      Language Runtime

Goal: Great User
  Experiences
                                             Process Model
   Predictable
      Safe
High performance
   Innovative
                         Service Based
                    Application Deployment
Windows Phone Developer Tools
                                       Tools


                                     Phone Emulator
                                         Samples      Documentation
One download                Guides                 Community
                            Packaging and Verification Tools
Free
CTP available today!
http://developer.windowsphone.com
Windows Phone Developer Tools
    Tools

Phone Emulator
    Samples        Documentation
    Guides            Community
  Packaging and Verification Tools

                                     Windows Phone
                                             device

        myapp.xap




                                               Windows Phone
                                               Emulator
Application Marketplace
Enhanced Discovery
• Easy to find great
  applications, games
• Fun to browse the
  marketplace
Simple, Reliable
Acquisition
• Try before you buy
• Buying and downloading
  content is a breeze
• Payment flexibility
  (MO billing
  and credit card)
• Easy application updates
Windows Phone 7
   Apps Programming
XAML


 eXtensible          Application            Markup   Language

 XML

 Declarative Markup
<Grid>
    <TextBlock FontSize="48" Text="Hello world" />
</Grid>
Code



XAML maps to code

Anything in XAML can be done in code
The Basics

DEMO - XAML + CODE
Shapes

Vector-Based

Importable from Photoshop or Illustrator
Brushes

Determines how objects are painted and outlined

Solid, Gradient, Image, Media
Pretty Shapes

DEMO – SHAPES + BRUSHES
Controls

Encapsulates functionality

Give it a x:Name

Same properties as in XAML

<Button x:Name="MyButton"
        Content="Center"
        Width="150"
        Height="50" />
Events

Can be created in XAML & Code

Tools create handler for you


public void myButton_Click(object sender, RoutedEventArgs e)
{
    // todo: add code
}
Make it Do Something

DEMO – CONTROLS + EVENTS
Styling

Apply consistent formatting

Per-page or per-application

<Style TargetType="TextBlock"
       x:Key="SubHeadingText">
    <Setter Property="FontSize"
            Value="42" />
    <Setter Property="Foreground"
            Value="Blue" />
</Style>
Layout

Flexible Layout system

Canvas | Fixed-position

StackPanel | “Stacks” dynamically

Grid | Rows & columns, very flexible
Transforms
Alters any element     Transforms        Projections


     Controls            Rotate               Plane
       Text               Scale              Matrix
      Media               Skew      Apply 3D to a 2D element
                        Translate
                         Matrix
Animations
Animate a property value over time

Basics

  Storyboard             Animation              Keyframe




Expression Blend is the best tool for designing animations
Make it Look Great

DEMO –TRANSFORMS,
ANIMATIONS
Databinding
Powerful Concept

Two types


Property binding     List binding



Based on change notification
Make it Real

DEMO – DATABINDING
Code Reuse
Reuse UI


 User Control      Custom Control



Reuse Code

                   Across platforms
Across projects     (Web, Windows
                       Phone)
Call to action
• 개발툴 지금 다운로드 받으세요
 – http://silverlight.net
 – http://developer.windowsphone.com
• 멋전 앱과 게임을 지금부터 개발하세요
Thank you!
      개발자를 위한 IT블로그

     영욱닷컴
    http://YoungWook.com

Más contenido relacionado

La actualidad más candente

LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERSLUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERSMicrosoft Mobile Developer
 
Creating Mobile Content Using Flash
Creating Mobile Content Using FlashCreating Mobile Content Using Flash
Creating Mobile Content Using Flashpaultrani
 
Adobe AIR Mobile development for Android and PlayBook
Adobe AIR Mobile development for Android and PlayBookAdobe AIR Mobile development for Android and PlayBook
Adobe AIR Mobile development for Android and PlayBookMihai Corlan
 
Platform update and super apps ON BB App World
Platform update and super apps ON BB App World Platform update and super apps ON BB App World
Platform update and super apps ON BB App World Prashant Singh
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIIC_Barcelona
 
Multi channel advantage
Multi channel advantageMulti channel advantage
Multi channel advantageDipesh Mukerji
 
The Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityThe Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityDavid Pallmann
 
Android os(comparison all other mobile os)
Android os(comparison all other mobile os)Android os(comparison all other mobile os)
Android os(comparison all other mobile os)DivyaKS12
 
IBM Mobile portal experience
IBM Mobile portal experienceIBM Mobile portal experience
IBM Mobile portal experienceVincent Perrin
 
Pariksha mobile applications
Pariksha mobile applicationsPariksha mobile applications
Pariksha mobile applicationsparikshalabs.com
 
Monetizing Your Windows Phone App
Monetizing Your Windows Phone AppMonetizing Your Windows Phone App
Monetizing Your Windows Phone AppDave Bost
 
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony, Inc.
 
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Jeremy Siewert
 
Mikehall FutureWorld 2010 - enabling connectivity
Mikehall FutureWorld 2010 - enabling connectivityMikehall FutureWorld 2010 - enabling connectivity
Mikehall FutureWorld 2010 - enabling connectivityMicrosoft Windows Embedded
 
PCTY 2012, Mobile Device Management v. Martin Vittrup
PCTY 2012, Mobile Device Management v. Martin VittrupPCTY 2012, Mobile Device Management v. Martin Vittrup
PCTY 2012, Mobile Device Management v. Martin VittrupIBM Danmark
 
HTML5 Mobile Application Framework
HTML5 Mobile Application FrameworkHTML5 Mobile Application Framework
HTML5 Mobile Application FrameworkThanh Nguyen
 

La actualidad más candente (20)

Getting Started with BB Development..
Getting Started with BB Development..Getting Started with BB Development..
Getting Started with BB Development..
 
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERSLUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
 
Creating Mobile Content Using Flash
Creating Mobile Content Using FlashCreating Mobile Content Using Flash
Creating Mobile Content Using Flash
 
Adobe AIR Mobile development for Android and PlayBook
Adobe AIR Mobile development for Android and PlayBookAdobe AIR Mobile development for Android and PlayBook
Adobe AIR Mobile development for Android and PlayBook
 
Platform update and super apps ON BB App World
Platform update and super apps ON BB App World Platform update and super apps ON BB App World
Platform update and super apps ON BB App World
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical Overview
 
Multi channel advantage
Multi channel advantageMulti channel advantage
Multi channel advantage
 
Magic xpa total mobility experience
Magic xpa  total mobility experienceMagic xpa  total mobility experience
Magic xpa total mobility experience
 
The Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityThe Modern Web, Part 1: Mobility
The Modern Web, Part 1: Mobility
 
Android os(comparison all other mobile os)
Android os(comparison all other mobile os)Android os(comparison all other mobile os)
Android os(comparison all other mobile os)
 
IBM Mobile portal experience
IBM Mobile portal experienceIBM Mobile portal experience
IBM Mobile portal experience
 
IBM Worklight-Overview
IBM Worklight-OverviewIBM Worklight-Overview
IBM Worklight-Overview
 
Pariksha mobile applications
Pariksha mobile applicationsPariksha mobile applications
Pariksha mobile applications
 
Monetizing Your Windows Phone App
Monetizing Your Windows Phone AppMonetizing Your Windows Phone App
Monetizing Your Windows Phone App
 
Windows phone
Windows phoneWindows phone
Windows phone
 
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail MobilityKony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
Kony-Cognizant Webinar: Finding the Silver Bullet in Retail Mobility
 
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
 
Mikehall FutureWorld 2010 - enabling connectivity
Mikehall FutureWorld 2010 - enabling connectivityMikehall FutureWorld 2010 - enabling connectivity
Mikehall FutureWorld 2010 - enabling connectivity
 
PCTY 2012, Mobile Device Management v. Martin Vittrup
PCTY 2012, Mobile Device Management v. Martin VittrupPCTY 2012, Mobile Device Management v. Martin Vittrup
PCTY 2012, Mobile Device Management v. Martin Vittrup
 
HTML5 Mobile Application Framework
HTML5 Mobile Application FrameworkHTML5 Mobile Application Framework
HTML5 Mobile Application Framework
 

Destacado

Etapas del desarrollo cognitivo- Piaget
Etapas del desarrollo cognitivo- PiagetEtapas del desarrollo cognitivo- Piaget
Etapas del desarrollo cognitivo- PiagetHermila A
 
Etapas del desarrollo cognitivo piaget
Etapas del desarrollo cognitivo piagetEtapas del desarrollo cognitivo piaget
Etapas del desarrollo cognitivo piagetHermila A
 
Osi manjarres torres larry 661399
Osi manjarres torres larry  661399Osi manjarres torres larry  661399
Osi manjarres torres larry 661399Larry-97
 
La busqueda del material (2)
La busqueda del material (2)La busqueda del material (2)
La busqueda del material (2)sariosge
 
Performance testing methodologies
Performance testing methodologiesPerformance testing methodologies
Performance testing methodologiesDhanunjay Rasamala
 
EEOOII. PEL Adultos Pasaporte. Beatriz Rocha
EEOOII. PEL Adultos Pasaporte. Beatriz RochaEEOOII. PEL Adultos Pasaporte. Beatriz Rocha
EEOOII. PEL Adultos Pasaporte. Beatriz Rochamluisao
 
Todo sobre la leyenda
Todo sobre la leyendaTodo sobre la leyenda
Todo sobre la leyendaMarcolopez071
 
Innovacion docente y uso de las tic en
Innovacion docente y uso de las tic enInnovacion docente y uso de las tic en
Innovacion docente y uso de las tic enpipoca5
 
The long term impact of chronic stress
The long term impact of chronic stressThe long term impact of chronic stress
The long term impact of chronic stressBrenda McCreight
 
Ventilacion
VentilacionVentilacion
Ventilacionmeslob
 
Innovación docente y uso de las tic en la enseñanza universitaria
Innovación docente y uso de las tic en la enseñanza universitariaInnovación docente y uso de las tic en la enseñanza universitaria
Innovación docente y uso de las tic en la enseñanza universitariaFidel19
 

Destacado (20)

Etapas del desarrollo cognitivo- Piaget
Etapas del desarrollo cognitivo- PiagetEtapas del desarrollo cognitivo- Piaget
Etapas del desarrollo cognitivo- Piaget
 
Redes y comunicación
Redes y comunicaciónRedes y comunicación
Redes y comunicación
 
Etapas del desarrollo cognitivo piaget
Etapas del desarrollo cognitivo piagetEtapas del desarrollo cognitivo piaget
Etapas del desarrollo cognitivo piaget
 
1ros auxilios
1ros auxilios1ros auxilios
1ros auxilios
 
Sinergia
SinergiaSinergia
Sinergia
 
Iris
IrisIris
Iris
 
Osi manjarres torres larry 661399
Osi manjarres torres larry  661399Osi manjarres torres larry  661399
Osi manjarres torres larry 661399
 
La busqueda del material (2)
La busqueda del material (2)La busqueda del material (2)
La busqueda del material (2)
 
Activitat 02
Activitat 02Activitat 02
Activitat 02
 
Steady Returns with Social Impact
Steady Returns with Social ImpactSteady Returns with Social Impact
Steady Returns with Social Impact
 
Bv
BvBv
Bv
 
Performance testing methodologies
Performance testing methodologiesPerformance testing methodologies
Performance testing methodologies
 
EEOOII. PEL Adultos Pasaporte. Beatriz Rocha
EEOOII. PEL Adultos Pasaporte. Beatriz RochaEEOOII. PEL Adultos Pasaporte. Beatriz Rocha
EEOOII. PEL Adultos Pasaporte. Beatriz Rocha
 
Bv
BvBv
Bv
 
Todo sobre la leyenda
Todo sobre la leyendaTodo sobre la leyenda
Todo sobre la leyenda
 
Innovacion docente y uso de las tic en
Innovacion docente y uso de las tic enInnovacion docente y uso de las tic en
Innovacion docente y uso de las tic en
 
Pasaporte
PasaportePasaporte
Pasaporte
 
The long term impact of chronic stress
The long term impact of chronic stressThe long term impact of chronic stress
The long term impact of chronic stress
 
Ventilacion
VentilacionVentilacion
Ventilacion
 
Innovación docente y uso de las tic en la enseñanza universitaria
Innovación docente y uso de las tic en la enseñanza universitariaInnovación docente y uso de las tic en la enseñanza universitaria
Innovación docente y uso de las tic en la enseñanza universitaria
 

Similar a S#01 김영욱

Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Sura Gonzalez
 
Client Continuum Dec Fy09
Client Continuum Dec Fy09Client Continuum Dec Fy09
Client Continuum Dec Fy09Martha Rotter
 
ArcReady - Architecting For The Client Tier
ArcReady - Architecting For The Client TierArcReady - Architecting For The Client Tier
ArcReady - Architecting For The Client TierMicrosoft ArcReady
 
Zadar Developers Hub - Windows Phone Development
Zadar Developers Hub - Windows Phone DevelopmentZadar Developers Hub - Windows Phone Development
Zadar Developers Hub - Windows Phone DevelopmentNiko Vrdoljak
 
Developing windows phone 7 application with silverlight
Developing windows phone 7 application with silverlightDeveloping windows phone 7 application with silverlight
Developing windows phone 7 application with silverlightTung Nguyen Thanh
 
Magic mobile webinar_Jan2013
Magic mobile webinar_Jan2013Magic mobile webinar_Jan2013
Magic mobile webinar_Jan2013Magic Software
 
Windows phone app development overview
Windows phone app development overviewWindows phone app development overview
Windows phone app development overviewAlan Mendelevich
 
Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010Tom Deryckere
 
Windows Phone Application development
Windows Phone Application developmentWindows Phone Application development
Windows Phone Application developmentvkalve
 
What's new and next for mobile development with .NET
What's new and next for mobile development with .NETWhat's new and next for mobile development with .NET
What's new and next for mobile development with .NETJames Montemagno
 
Real World Architectures Using Windows Azure Mobile Services
Real World Architectures Using Windows Azure Mobile ServicesReal World Architectures Using Windows Azure Mobile Services
Real World Architectures Using Windows Azure Mobile ServicesKristof Rennen
 
Windows Phone Development
Windows Phone DevelopmentWindows Phone Development
Windows Phone DevelopmentPuja Pramudya
 
A lap around mango
A lap around mangoA lap around mango
A lap around mangoAndy Chiang
 
Understanding Native, Hybrid, and Web Mobile Architectures
Understanding Native, Hybrid, and Web Mobile ArchitecturesUnderstanding Native, Hybrid, and Web Mobile Architectures
Understanding Native, Hybrid, and Web Mobile ArchitecturesSalesforce Developers
 
App forum2015 London - RhoMobile Update
App forum2015 London - RhoMobile UpdateApp forum2015 London - RhoMobile Update
App forum2015 London - RhoMobile Updaterobgalvinjr
 
What's New, Hot, & Awesome for Xamarin Developers!
What's New, Hot, & Awesome for Xamarin Developers!What's New, Hot, & Awesome for Xamarin Developers!
What's New, Hot, & Awesome for Xamarin Developers!James Montemagno
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBIZZ
 

Similar a S#01 김영욱 (20)

Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?
 
Client Continuum Dec Fy09
Client Continuum Dec Fy09Client Continuum Dec Fy09
Client Continuum Dec Fy09
 
ArcReady - Architecting For The Client Tier
ArcReady - Architecting For The Client TierArcReady - Architecting For The Client Tier
ArcReady - Architecting For The Client Tier
 
Zadar Developers Hub - Windows Phone Development
Zadar Developers Hub - Windows Phone DevelopmentZadar Developers Hub - Windows Phone Development
Zadar Developers Hub - Windows Phone Development
 
Windows phone 7
Windows phone 7Windows phone 7
Windows phone 7
 
Developing windows phone 7 application with silverlight
Developing windows phone 7 application with silverlightDeveloping windows phone 7 application with silverlight
Developing windows phone 7 application with silverlight
 
Magic mobile webinar_Jan2013
Magic mobile webinar_Jan2013Magic mobile webinar_Jan2013
Magic mobile webinar_Jan2013
 
Windows phone app development overview
Windows phone app development overviewWindows phone app development overview
Windows phone app development overview
 
Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010
 
Windows Phone Application development
Windows Phone Application developmentWindows Phone Application development
Windows Phone Application development
 
TechDays 2013 Developer Keynote
TechDays 2013 Developer KeynoteTechDays 2013 Developer Keynote
TechDays 2013 Developer Keynote
 
What's new and next for mobile development with .NET
What's new and next for mobile development with .NETWhat's new and next for mobile development with .NET
What's new and next for mobile development with .NET
 
Windows Phone
Windows PhoneWindows Phone
Windows Phone
 
Real World Architectures Using Windows Azure Mobile Services
Real World Architectures Using Windows Azure Mobile ServicesReal World Architectures Using Windows Azure Mobile Services
Real World Architectures Using Windows Azure Mobile Services
 
Windows Phone Development
Windows Phone DevelopmentWindows Phone Development
Windows Phone Development
 
A lap around mango
A lap around mangoA lap around mango
A lap around mango
 
Understanding Native, Hybrid, and Web Mobile Architectures
Understanding Native, Hybrid, and Web Mobile ArchitecturesUnderstanding Native, Hybrid, and Web Mobile Architectures
Understanding Native, Hybrid, and Web Mobile Architectures
 
App forum2015 London - RhoMobile Update
App forum2015 London - RhoMobile UpdateApp forum2015 London - RhoMobile Update
App forum2015 London - RhoMobile Update
 
What's New, Hot, & Awesome for Xamarin Developers!
What's New, Hot, & Awesome for Xamarin Developers!What's New, Hot, & Awesome for Xamarin Developers!
What's New, Hot, & Awesome for Xamarin Developers!
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with Worklight
 

Último

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 

S#01 김영욱