SlideShare a Scribd company logo
1 of 35
Introduction
 Windows 8 is an operating system produced by
Microsoft for use on personal computers, including
home and business desktops, laptops, tablets, and home
theater PCs.
 Windows 8 introduces significant changes to the
operating system's graphical user interface and
platform.
 such as a new interface design incorporating a new
design language used by other Microsoft products.
windows8
 Windows 8 introduces
significant changes to the
operating system's graphical
user interface and platform.
 such as a new interface design
incorporating a new design
language used by other
Microsoft products.
Hardware Requirements
3 2bit 64 bit
PROCESSOR 1 GHZ X-86 1 GHZ X-86
64 processor
RAM 1 GB 2 GB
GRAPHICS CARD DIRECT -X 9 GRAPHICS WITH WDDM 1.0
HDD 16 GB FREE 20 GB FREE SPACE
A multi-touch screen is also required to take advantage of touch
input. For Metro applications, a screen resolution of
1024x768 or higher is required.
Development & Platforms
• Windows 8 represents a reimagining of Windows from the
chipset to the experience. Since this is a week focused on
developers, we also detailed the bold underpinnings of the re-
imagination of the Windows platform, tools, and APIs We will
show the brand new tools that allow you to code Metro style
applications in HTML5/JavaScript, C/C++, and/or C#/XAML.
• Metro is an internal code name for a typography-based design
language created by Microsoft, originally for use in Windows
Phone 7. Early uses of the Metro principles, such as the
typography, began as early as Microsoft Windows 8. "Metro" is
based on the design principles of classic Swiss graphic design.
Windows Kernel Services
JavaScript
(Chakra)
C/C++ C#, VB
Metro style Apps
Communication
& Data
Application Model
Devices &
Printing
Windows Runtime APIs
Graphics &
Media
XAML HTML / CSS
HTML
JavaScript
C
C++
C#
VB
Desktop Apps
Win32
.NET
SL
Internet
Explorer
SystemServicesViewModelControllerKernel
Who To Use & What To Use
• Web developers can use their HTML5, CSS3, and JavaScript
skills to build native applications for Windows.
• NET Developers can use XAML, C#, and Visual Basic to build
beautiful Metro style apps.
• Game developers can use the power of DirectX 11.1 to build
amazing, immersive gaming experiences.
• Driver developers can use the new, integrated Microsoft
Visual Studio development environment to increase
productivity.
Features
 Windows Live ID Integration
With Windows 8 you could now move to clouds.
With this new feature you can integrate your local
account with Windows Live ID account and
synchronize your data online. Undoubtedly it’s one of
the remarkable features as it ensures that whether your
system crashes or you lose your device, all your data
will be safe and secure.
Picture/pattern password
Secure passwords are hard
to memorize.
You can perform gestures on
a picture of your choice to log
in or otherwise a pattern.
 The only problem I see is
that gestures are easy to spot
by someone at your back.
Faster Hybrid Boot
This feature will combine the shutdown and hibernate
process of earlier version of Windows thus booting Windows
in 8 to 10 seconds on supported machines.
Internet Explorer 10
Windows 8 is having a new kind of browsing application in its
package called Internet explorer 10.
Plug-in Free Browsing
 Not only does IE 10
significantly change the
UI, it also changes the way
you will be browsing. IE
10 is favoring HTML 5
over the traditional plug-in
architecture and will
actually run by default
with no plug-in.
Windows 8 is a new kind of device combining laptop, desktop
and tablet operating system together.
You can have 10-inch touch-only tablets, big screen in your
living room or massive gaming systems and business desktops.
http://www.cybervally.com/wp-content/uploads/2011/09/shut-down-windows-8.jpg
Metro style User Interface
Simpler Task Manager
Windows 8 will come with
a revolutionary new Task
Manager. The Task Manager
will have two kind of
views, simple and advanced.
In simple view you will be
able to see list of running
applications and an end task
button to simply kill a
running task.
All New Windows Explorer
 The first thing you will
notice when you launch
your Windows explorer is
the ribbon interface.
 The new ribbon menu will
bring all your frequently
used file operation
commands right in front of
you and thus next time.
You can put two apps on screen side by side or access
traditional Windows desktop for richer apps.
Better File Operations
What you’ll also notice is
the new pause feature.
Finally, you can pause a copy
operation in the middle of it
Firstly, when you copy
stuff around, especially when
you perform multiple copy
operations, all of the info is
consolidated into one dialog.
No more doing 10 copies and
having 10 different windows
pop up.
If you click More Details, you
can see the speed of the data
transfer the trend and the amount
of data left in the transfer.
 Windows 8 will feature enhanced
real-time information on how long it
will take to copy a file unlike the
crappy clocks of previous versions
of Windows.
Users will be able to see
operational graphs, transfer speeds
as well.
Refresh/Reset Your PC
 Two cool new features of Windows 8 are the refresh
and reset options.
 Reset will remove all your personal data, apps, and
settings and reinstall Windows.
 Refresh will keep all data, apps and settings and
reinstall Windows.
Built-in Antivirus
Moreover, Windows 8 has an antivirus present
inside the kernel of the operating system.
This means that your system won’t boot if a
corrupt USB device is plugged in.
It sounds impressive though I don’t know whether
it would pass the test of time…. and viruses
I genuinely believe that Microsoft is finally ready
to launch an OS which will take the world by storm!
 Along with the new UI interface, there have been many
improvements in Windows 8 for scaling to different
screen resolutions, screen sizes and pixel densities.
 Even though this may seem minor, you will be able to
use Windows 8 on everything from a small Windows
phone to a giant 30 inch screen with a 2560 1600
resolution
Scaling for Different Screen Sizes
Windows Store and Apps
 The Metro interface looks and feels like a Smartphone
or tablet OS, and following that theme is the inclusion
of the Windows Store in Windows 8.
 This online shop front is stuffed full of Windows apps -
each designed to run on x86 Windows PCs, laptops and
tablets, as well as ARM tablets and smart phones.
 Windows 8 apps follow the same design principle as
Metro - being constructed of cascading live tiles of
information, in primary colors.
Security, Cloud, Task manager
 There are a couple of other relatively minor, but
significant changes in Windows 8 that may make it
worth an upgrade for Windows 7 users.
 Windows 8 has a cloud focus to it which might be a
tempting feature.
 Microsoft stores all your settings and customizations in
the cloud so whenever you log on to a Windows 8
machine you will have it looking and working your
way.
Speed
 That's about it in terms of significant feature
changes, but Microsoft would have us believe that
Windows 8 is much faster than Windows 7 - it certainly
works on the same hardware, which removes one
barrier to upgrade.
Introduction to Windows App
Development
• Before you start...
• Choose C# and Visual Basic
• Part 1: Create a "Hello, world" app
• Step 1: Create a new project in Visual Studio
• Step 2: Start the app
• Step 3: Modify your start page
• Step 4: Create an event handler
• Part 5: Style the start page
Step 1: Create a new project in
Visual Studio
• Launch Visual Studio Express 2012 for Windows 8.
• The Visual Studio Express 2012 for Windows 8 start screen
appears.
• (Going forward, we'll refer to Visual Studio Express 2012
for Windows 8 as just "Visual Studio".)
• Select File>New Project.
• The New Project dialog appears. The left pane of the dialog
lets you select the type of templates to display.
• In the left pane, expand Installed > Templates, then expand
Visual Basic or Visual C# and pick the Windows Store
template type. The dialog's center pane displays a list of
project templates for Windows Store apps.
•In the Name text box, enter "HelloWorld".
Click OK to create the project
Although the Blank App is a minimal
template, it still contains a lot of files:
A manifest file (package.appxmanifest) that
describes your app (its
name, description, tile, start page, and so on)
and lists the files that your app contains.
A set of large and small logo images (logo.png
and smalllogo.png)to display in the start screen.
XAML and code files for the app (App.xaml
and App.xaml.cs/.vb) .
A start page (MainPage.xaml) and an
accompanying code file (MainPage.xaml.cs/.vb)
that run when your app starts.
Step 2: Start the app
• At this point, you created a very simple app.
• The splash screen disappears, and then your
app appears. It contains a black screen and the
title "My Application".
• <Application
• x:Class="HelloWorld.App"
• xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
• xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
• xmlns:local="using:HelloWorld"
• RequestedTheme="Light">
•
• <Application.Resources>
• <ResourceDictionary>
• <ResourceDictionary.MergedDictionaries>
• <!--
• Styles that define common aspects of the platform look and feel
• Required by Visual Studio project and item templates
• -->
•
App.xaml
• <ResourceDictionarySource="Common/StandardStyles.xaml"/>
• </ResourceDictionary.MergedDictionaries>
• <Stylex:Key="BigGreenTextStyle" TargetType="TextBlock">
• <SetterProperty="Foreground" Value="Green"/>
• <SetterProperty="FontSize" Value="36"/>
• <SetterProperty="FontFamily"
Value="{StaticResourceContentControlThemeFontFamily}"/>
• <SetterProperty="TextTrimming" Value="WordEllipsis"/>
• <SetterProperty="TextWrapping" Value="Wrap"/>
• <SetterProperty="Typography.StylisticSet20" Value="True"/>
• <SetterProperty="Typography.DiscretionaryLigatures" Value="True"/>
• <SetterProperty="Typography.CaseSensitiveForms" Value="True"/>
• </Style>
•
• </ResourceDictionary>
• </Application.Resources>
• </Application>
Conclusion
 These ten features only touch the surface of what is
available to developers for building applications that
target the new Windows 8 Metro platform. Microsoft
has created a platform that allows you to develop
using the language and design tool of your
choice, implements complex interfaces in a simple
way, and creates unprecedented interoperability
between different applications
Windows 8
Windows 8

More Related Content

What's hot (20)

Windows 7 review
Windows 7 reviewWindows 7 review
Windows 7 review
 
Windows7
Windows7Windows7
Windows7
 
Main file win 8
Main file win 8Main file win 8
Main file win 8
 
Windows 8
Windows 8Windows 8
Windows 8
 
Windows8 vs windows7 (2)
Windows8 vs windows7 (2)Windows8 vs windows7 (2)
Windows8 vs windows7 (2)
 
Windows 8 vs windows 7 ppt
Windows 8 vs windows 7 pptWindows 8 vs windows 7 ppt
Windows 8 vs windows 7 ppt
 
Windows 8
Windows 8Windows 8
Windows 8
 
Windows 8.1
Windows 8.1Windows 8.1
Windows 8.1
 
Windows 8 introduction
Windows 8 introductionWindows 8 introduction
Windows 8 introduction
 
Windows 8.1 seminar presentation
Windows 8.1 seminar presentationWindows 8.1 seminar presentation
Windows 8.1 seminar presentation
 
Ppt on windows 8
Ppt on windows 8Ppt on windows 8
Ppt on windows 8
 
Windows 8
Windows 8Windows 8
Windows 8
 
Windows 8.1
Windows 8.1Windows 8.1
Windows 8.1
 
Report windows 8.1 presentation
Report windows 8.1 presentationReport windows 8.1 presentation
Report windows 8.1 presentation
 
The microsoft windows desktop
The microsoft windows desktopThe microsoft windows desktop
The microsoft windows desktop
 
Changelog
ChangelogChangelog
Changelog
 
windows7 vs windows8 ppt
windows7 vs windows8 ppt windows7 vs windows8 ppt
windows7 vs windows8 ppt
 
Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8
 
Windows 8 ppt
Windows 8 pptWindows 8 ppt
Windows 8 ppt
 
Windows 7
Windows 7Windows 7
Windows 7
 

Similar to Windows 8

Similar to Windows 8 (20)

WINDOWS 8
WINDOWS 8WINDOWS 8
WINDOWS 8
 
Operating system presentation
Operating system  presentationOperating system  presentation
Operating system presentation
 
About Windows 8
About Windows 8About Windows 8
About Windows 8
 
Punto 15 del sena
Punto 15 del senaPunto 15 del sena
Punto 15 del sena
 
windows8 vs windows10
windows8 vs windows10windows8 vs windows10
windows8 vs windows10
 
Windows8
Windows8Windows8
Windows8
 
Windows 8
Windows 8 Windows 8
Windows 8
 
Ali Saruhan
Ali SaruhanAli Saruhan
Ali Saruhan
 
Windows10
Windows10Windows10
Windows10
 
Windows 8 product guide business english
Windows 8 product guide business englishWindows 8 product guide business english
Windows 8 product guide business english
 
Your GUIDE TO Windows 8 !!
Your GUIDE TO Windows 8 !!Your GUIDE TO Windows 8 !!
Your GUIDE TO Windows 8 !!
 
Windows 7
Windows 7 Windows 7
Windows 7
 
Windows 8 CP
Windows 8 CPWindows 8 CP
Windows 8 CP
 
Operating Systems ( Os )
Operating Systems ( Os )Operating Systems ( Os )
Operating Systems ( Os )
 
windows7-140115092130-phpapp01.pptx
windows7-140115092130-phpapp01.pptxwindows7-140115092130-phpapp01.pptx
windows7-140115092130-phpapp01.pptx
 
Emmanuel's Technical Slides 2015
Emmanuel's Technical Slides 2015Emmanuel's Technical Slides 2015
Emmanuel's Technical Slides 2015
 
About Windows 8
About Windows 8About Windows 8
About Windows 8
 
Windows10
Windows10Windows10
Windows10
 
Win8
Win8Win8
Win8
 
Windows 10-ppt
Windows 10-pptWindows 10-ppt
Windows 10-ppt
 

Recently uploaded

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 

Windows 8

  • 1.
  • 2. Introduction  Windows 8 is an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops, tablets, and home theater PCs.  Windows 8 introduces significant changes to the operating system's graphical user interface and platform.  such as a new interface design incorporating a new design language used by other Microsoft products.
  • 3. windows8  Windows 8 introduces significant changes to the operating system's graphical user interface and platform.  such as a new interface design incorporating a new design language used by other Microsoft products.
  • 4. Hardware Requirements 3 2bit 64 bit PROCESSOR 1 GHZ X-86 1 GHZ X-86 64 processor RAM 1 GB 2 GB GRAPHICS CARD DIRECT -X 9 GRAPHICS WITH WDDM 1.0 HDD 16 GB FREE 20 GB FREE SPACE A multi-touch screen is also required to take advantage of touch input. For Metro applications, a screen resolution of 1024x768 or higher is required.
  • 5. Development & Platforms • Windows 8 represents a reimagining of Windows from the chipset to the experience. Since this is a week focused on developers, we also detailed the bold underpinnings of the re- imagination of the Windows platform, tools, and APIs We will show the brand new tools that allow you to code Metro style applications in HTML5/JavaScript, C/C++, and/or C#/XAML. • Metro is an internal code name for a typography-based design language created by Microsoft, originally for use in Windows Phone 7. Early uses of the Metro principles, such as the typography, began as early as Microsoft Windows 8. "Metro" is based on the design principles of classic Swiss graphic design.
  • 6. Windows Kernel Services JavaScript (Chakra) C/C++ C#, VB Metro style Apps Communication & Data Application Model Devices & Printing Windows Runtime APIs Graphics & Media XAML HTML / CSS HTML JavaScript C C++ C# VB Desktop Apps Win32 .NET SL Internet Explorer SystemServicesViewModelControllerKernel
  • 7. Who To Use & What To Use • Web developers can use their HTML5, CSS3, and JavaScript skills to build native applications for Windows. • NET Developers can use XAML, C#, and Visual Basic to build beautiful Metro style apps. • Game developers can use the power of DirectX 11.1 to build amazing, immersive gaming experiences. • Driver developers can use the new, integrated Microsoft Visual Studio development environment to increase productivity.
  • 8. Features  Windows Live ID Integration With Windows 8 you could now move to clouds. With this new feature you can integrate your local account with Windows Live ID account and synchronize your data online. Undoubtedly it’s one of the remarkable features as it ensures that whether your system crashes or you lose your device, all your data will be safe and secure.
  • 9. Picture/pattern password Secure passwords are hard to memorize. You can perform gestures on a picture of your choice to log in or otherwise a pattern.  The only problem I see is that gestures are easy to spot by someone at your back.
  • 10. Faster Hybrid Boot This feature will combine the shutdown and hibernate process of earlier version of Windows thus booting Windows in 8 to 10 seconds on supported machines.
  • 11. Internet Explorer 10 Windows 8 is having a new kind of browsing application in its package called Internet explorer 10.
  • 12. Plug-in Free Browsing  Not only does IE 10 significantly change the UI, it also changes the way you will be browsing. IE 10 is favoring HTML 5 over the traditional plug-in architecture and will actually run by default with no plug-in.
  • 13. Windows 8 is a new kind of device combining laptop, desktop and tablet operating system together. You can have 10-inch touch-only tablets, big screen in your living room or massive gaming systems and business desktops. http://www.cybervally.com/wp-content/uploads/2011/09/shut-down-windows-8.jpg Metro style User Interface
  • 14. Simpler Task Manager Windows 8 will come with a revolutionary new Task Manager. The Task Manager will have two kind of views, simple and advanced. In simple view you will be able to see list of running applications and an end task button to simply kill a running task.
  • 15. All New Windows Explorer  The first thing you will notice when you launch your Windows explorer is the ribbon interface.  The new ribbon menu will bring all your frequently used file operation commands right in front of you and thus next time.
  • 16. You can put two apps on screen side by side or access traditional Windows desktop for richer apps.
  • 17. Better File Operations What you’ll also notice is the new pause feature. Finally, you can pause a copy operation in the middle of it Firstly, when you copy stuff around, especially when you perform multiple copy operations, all of the info is consolidated into one dialog. No more doing 10 copies and having 10 different windows pop up.
  • 18. If you click More Details, you can see the speed of the data transfer the trend and the amount of data left in the transfer.  Windows 8 will feature enhanced real-time information on how long it will take to copy a file unlike the crappy clocks of previous versions of Windows. Users will be able to see operational graphs, transfer speeds as well.
  • 19. Refresh/Reset Your PC  Two cool new features of Windows 8 are the refresh and reset options.  Reset will remove all your personal data, apps, and settings and reinstall Windows.  Refresh will keep all data, apps and settings and reinstall Windows.
  • 20. Built-in Antivirus Moreover, Windows 8 has an antivirus present inside the kernel of the operating system. This means that your system won’t boot if a corrupt USB device is plugged in. It sounds impressive though I don’t know whether it would pass the test of time…. and viruses I genuinely believe that Microsoft is finally ready to launch an OS which will take the world by storm!
  • 21.  Along with the new UI interface, there have been many improvements in Windows 8 for scaling to different screen resolutions, screen sizes and pixel densities.  Even though this may seem minor, you will be able to use Windows 8 on everything from a small Windows phone to a giant 30 inch screen with a 2560 1600 resolution Scaling for Different Screen Sizes
  • 22. Windows Store and Apps  The Metro interface looks and feels like a Smartphone or tablet OS, and following that theme is the inclusion of the Windows Store in Windows 8.  This online shop front is stuffed full of Windows apps - each designed to run on x86 Windows PCs, laptops and tablets, as well as ARM tablets and smart phones.  Windows 8 apps follow the same design principle as Metro - being constructed of cascading live tiles of information, in primary colors.
  • 23. Security, Cloud, Task manager  There are a couple of other relatively minor, but significant changes in Windows 8 that may make it worth an upgrade for Windows 7 users.  Windows 8 has a cloud focus to it which might be a tempting feature.  Microsoft stores all your settings and customizations in the cloud so whenever you log on to a Windows 8 machine you will have it looking and working your way.
  • 24. Speed  That's about it in terms of significant feature changes, but Microsoft would have us believe that Windows 8 is much faster than Windows 7 - it certainly works on the same hardware, which removes one barrier to upgrade.
  • 25. Introduction to Windows App Development • Before you start... • Choose C# and Visual Basic • Part 1: Create a "Hello, world" app • Step 1: Create a new project in Visual Studio • Step 2: Start the app • Step 3: Modify your start page • Step 4: Create an event handler • Part 5: Style the start page
  • 26. Step 1: Create a new project in Visual Studio • Launch Visual Studio Express 2012 for Windows 8. • The Visual Studio Express 2012 for Windows 8 start screen appears. • (Going forward, we'll refer to Visual Studio Express 2012 for Windows 8 as just "Visual Studio".) • Select File>New Project. • The New Project dialog appears. The left pane of the dialog lets you select the type of templates to display. • In the left pane, expand Installed > Templates, then expand Visual Basic or Visual C# and pick the Windows Store template type. The dialog's center pane displays a list of project templates for Windows Store apps.
  • 27. •In the Name text box, enter "HelloWorld". Click OK to create the project
  • 28. Although the Blank App is a minimal template, it still contains a lot of files: A manifest file (package.appxmanifest) that describes your app (its name, description, tile, start page, and so on) and lists the files that your app contains. A set of large and small logo images (logo.png and smalllogo.png)to display in the start screen. XAML and code files for the app (App.xaml and App.xaml.cs/.vb) . A start page (MainPage.xaml) and an accompanying code file (MainPage.xaml.cs/.vb) that run when your app starts.
  • 29. Step 2: Start the app • At this point, you created a very simple app. • The splash screen disappears, and then your app appears. It contains a black screen and the title "My Application".
  • 30. • <Application • x:Class="HelloWorld.App" • xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" • xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" • xmlns:local="using:HelloWorld" • RequestedTheme="Light"> • • <Application.Resources> • <ResourceDictionary> • <ResourceDictionary.MergedDictionaries> • <!-- • Styles that define common aspects of the platform look and feel • Required by Visual Studio project and item templates • --> • App.xaml
  • 31. • <ResourceDictionarySource="Common/StandardStyles.xaml"/> • </ResourceDictionary.MergedDictionaries> • <Stylex:Key="BigGreenTextStyle" TargetType="TextBlock"> • <SetterProperty="Foreground" Value="Green"/> • <SetterProperty="FontSize" Value="36"/> • <SetterProperty="FontFamily" Value="{StaticResourceContentControlThemeFontFamily}"/> • <SetterProperty="TextTrimming" Value="WordEllipsis"/> • <SetterProperty="TextWrapping" Value="Wrap"/> • <SetterProperty="Typography.StylisticSet20" Value="True"/> • <SetterProperty="Typography.DiscretionaryLigatures" Value="True"/> • <SetterProperty="Typography.CaseSensitiveForms" Value="True"/> • </Style> • • </ResourceDictionary> • </Application.Resources> • </Application>
  • 32.
  • 33. Conclusion  These ten features only touch the surface of what is available to developers for building applications that target the new Windows 8 Metro platform. Microsoft has created a platform that allows you to develop using the language and design tool of your choice, implements complex interfaces in a simple way, and creates unprecedented interoperability between different applications