SlideShare uma empresa Scribd logo
1 de 57
Baixar para ler offline
한국마이크로소프트
김영욱 차장
.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

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque

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
 

Destaque (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
 

Semelhante 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
 

Semelhante 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

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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
 

Último (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 

S#01 김영욱