SlideShare a Scribd company logo
National Institute Of Information of Technology .Net Framework
Introduction of .Net frame work
Difference of .Net framework 1.1 & 2.0
Features of .Net framework 2.0
Conclusion
• CLR
• Classlibrary
• .Net framework remoting
• Globalization
• Manifest-based activation
• New window-based form
control
National Institute Of Information of Technology .Net Framework
.Net framework is a code execution platform –the environment which
.Net programs run.
.Net is a platform that provides a standardized set of services. It’s just
like windows, expect distributed over the internet. It exports a
common interface so that it’s programs can be run on any system
that support. .NET. A specific software framework includes a
common runtime.
.Net framework mainly two components.
 CLR
 Classlibary
.Net Framework
National Institute Of Information of Technology .Net Framework
Common language runtime is that when ever you can create any
application will build that time .Net source code will be converted into MSIL
code that code will converted into machine language by using JIT compilers.
The following are the components of CLR
 Class loader
 Compiler(jit)
 Garbage collector
 Security engine
 Code manager
 Type checker
 Thread support
 Exception manager
 Debug engine
 COM support the above functionalities achieved by all these components . Each
component is responsible for specific funtionality.
CLR
(Common Language Runtime)
National Institute Of Information of Technology .Net Framework
The .NET framework includes a set of standard class
libraries. The class library is organized in a hierarchy of
namespaces. Most of the built in apis are part of either system. *
Or Microsoft .* Namespaces. These class libraries implement a
large number of common functions, such as file reading and
writing, graphic rendering, database interaction, and XML
document manipulation, among others. The .NET class libraries
are available to all .Net languages.
The .Net framework class library is divided into two parts
 Base class library
 Framework class library
Classlibrary
National Institute Of Information of Technology .Net Framework
o asp.Net 2.0 has added a number of special directories
where 1.1 had only the one required bin directory.
o The new generation of 66-bit computers enables the
creation of applications that can run faster and take
advantage of more memory the is available to 32-bit
applications.
o This feature provides new support for loading and
activating applications through the use of a manifest
Difference
National Institute Of Information of Technology .Net Framework
You can use .Net remoting to enable
communication between different
application regardless of whether they
reside on same computer or different
operating systems and still communicate
with each other using .Net remoting.
Features
.Net Framework remoting
National Institute Of Information of Technology .Net Framework
.Net framework remoting
.Net framework remoting now supports
ivp6 addresses and the exchange of generic types.
Obtaining information about local network
configuration and usage
Using classes in the system. Net.
Networkinformation namespace, applications can
access IP, ipv4, ipv6, TCP, and UDP network traffic
statistics.
Features
.Net Framework remoting
National Institute Of Information of Technology .Net Framework
Ping
The ping class allows an application to
determine whether a remote computer is
accessible over the network.
Processing http requests from within applications
You can use the http listener class to create a
simple web server that responds to http
requests.
Features
.Net Framework remoting
National Institute Of Information of Technology .Net Framework
Globalization is the process of creating an
application that meets the needs of users from
multiple cultures. This process involves more than
just translating the user interface elements of an
application into multiple languages and also includes
using the correct currency, date and time format,
calendar, writing direction sorting rules, and other
issues.
Globalization
National Institute Of Information of Technology .Net Framework
This feature provides new support for loading and activating
applications through the use of a manifest.
Manifest-based activation is essential for supporting
click once applications.
Applications are activated through a reference to an
assembly that contains the application’s entry point.
For example, clicking an application’s .exe file from
within the windows shell causes the shell to load the
common language runtime (clr) and call a well-known entry
point within that .exe file’s assembly.
The assembly manifest contains assembly metadata
assembly manifest can be stored in either a PE file
(an .exe or .dll file).
National Institute Of Information of Technology .Net Framework
The datagridview
control provides a powerful and
flexible way to display data in a tabular format.
Toolstrip controls are toolbars that can host menus, controls,
and user controls in your windows forms applications. The toolstrip class
and its associated classes enable you to create toolbars and other user
interface elements in a style that is consistent with Microsoft Windows
XP, Microsoft Office, and Microsoft Internet explorer.
The maskedtextbox control uses a mask definition to distinguish
between valid and invalid user input.
The windows forms soundplayer class enables you to easily
include sounds in your applications. The soundplayer class can play
sound files in the .wav format, either from a resource or from universal
naming conventions (UNC) or HTTP locations. Additionally, the
soundplayer class enables you to load or play sounds asynchronously.
New Window-Based Form Control
National Institute Of Information of Technology .Net Framework
The windows forms splitcontainer control can be
thought of as a composite, it is two panels separated by a
movable bar. When the mouse pointer hovers over the bar,
the cursor changes to show that the bar is movable.
The listview control now supports three features
provided by window xp and the windows servers 2003
family, tile view, grouping, and drag-and-drop item
repositioning.
New Window-Based Form
Control
C
O
N
T
I
N
U
E
National Institute Of Information of Technology .Net Framework
The listview, treeview, and tooltip controls
now support owner drawing functionally similar to the
owner drawing support for the
combobox, listbox, menuitem, and tabcontrol controls in
the previous release.
The webbrowser control lets you host web pages in
your windows forms applications. You can use the
webbrowser control to provide integrated html-based help
or internet web browsing capabilities in your application.
New Window-Based Form
Control
C
O
N
T
I
N
U
E
National Institute Of Information of Technology .Net Framework
 The flowlayoutpanel control arranges its contents in
a horizontal or vertical direction.
 The tableayoutpanel control arranges its contents in
a grid. Because the layout is performed both at design
time and run time, it can change dynamically as the
application environment changes.
 The backgroundworker component enables you to
perform operations in the background that can take a
long time to execute, such as image downloads and
database transactions.
National Institute Of Information of Technology .Net Framework
The .Netframework is nothing but you can build
a dynamic applications,
With this I am concluding my topic here. I think I
was able to give you an insight to almost all main areas
in .NET framework 2.0.
Conclusion
National Institute Of Information of Technology .Net Framework
Any Questions ????Thank - You
National Institute of Information of Technology .Net Framework

More Related Content

PPSX
An isas presentation on .net framework 2.0 by vikash chandra das
DOCX
C# Unit5 Notes
PPT
Working in Visual Studio.Net
PPTX
Introduction to asp.net
PPTX
VB.NET:An introduction to Namespaces in .NET framework
PPT
.Net introduction by Quontra Solutions
PDF
PPT
Module 1: Introduction to .NET Framework 3.5 (Slides)
An isas presentation on .net framework 2.0 by vikash chandra das
C# Unit5 Notes
Working in Visual Studio.Net
Introduction to asp.net
VB.NET:An introduction to Namespaces in .NET framework
.Net introduction by Quontra Solutions
Module 1: Introduction to .NET Framework 3.5 (Slides)

What's hot (20)

PPS
dot NET Framework
PPT
introduction to_mfc
PPT
Visual Studio.NET
PDF
Lesson 1 Understanding Dot Net Framework
PDF
Net framework
PDF
Bt0082 visual basic
PPTX
Architecture in .net
PDF
Using-The-Common-Space-DUG-Datatel-Miko
PPT
Architecture of .net framework
PPTX
csc103 software review
DOC
.Net assembly
PPTX
Apple continuity
PDF
BCA IPU VB.NET UNIT-I
PPT
Flex 3 - Introduction
PPT
ASP.NET 01 - Introduction
PPTX
Introduction to vb.net
PPTX
Linking in MS-Dos System
PPTX
.Net framework architecture
PPT
Migrating To Visual Studio 2008 & .Net Framework 3.5
PPT
Attributes & .NET components
dot NET Framework
introduction to_mfc
Visual Studio.NET
Lesson 1 Understanding Dot Net Framework
Net framework
Bt0082 visual basic
Architecture in .net
Using-The-Common-Space-DUG-Datatel-Miko
Architecture of .net framework
csc103 software review
.Net assembly
Apple continuity
BCA IPU VB.NET UNIT-I
Flex 3 - Introduction
ASP.NET 01 - Introduction
Introduction to vb.net
Linking in MS-Dos System
.Net framework architecture
Migrating To Visual Studio 2008 & .Net Framework 3.5
Attributes & .NET components
Ad

Viewers also liked (20)

PPT
.Net framework
PPT
.net framework
PPTX
A Sneak Peek At Visual Studio 2010 And .Net Framework 4.0
PPTX
Introduction to .NET Framework
PPTX
Introduction to .net FrameWork by QuontraSolutions
PPTX
Introduction of .net framework
PPTX
Using MongoDB with the .Net Framework
PPTX
Find out Which Versions of the .NET Framework are Installed on a PC.
KEY
Using The .NET Framework
PPT
Inside .net framework
PPTX
.net framework from 1.0 -> 4.0
PPT
Session 9
PDF
dotnet_remoting
PPTX
14 Programación Web con .NET y C#
PPT
Top 9 Features Of a Successful Android Application
PPTX
Dotnet Frameworks Version History
DOC
Serialization in .NET
PPT
Session 6
PPT
Dot NET Remoting
PPTX
Overview of .Net Framework 4.5
.Net framework
.net framework
A Sneak Peek At Visual Studio 2010 And .Net Framework 4.0
Introduction to .NET Framework
Introduction to .net FrameWork by QuontraSolutions
Introduction of .net framework
Using MongoDB with the .Net Framework
Find out Which Versions of the .NET Framework are Installed on a PC.
Using The .NET Framework
Inside .net framework
.net framework from 1.0 -> 4.0
Session 9
dotnet_remoting
14 Programación Web con .NET y C#
Top 9 Features Of a Successful Android Application
Dotnet Frameworks Version History
Serialization in .NET
Session 6
Dot NET Remoting
Overview of .Net Framework 4.5
Ad

Similar to .Net framework (20)

PPTX
Net Fundamentals
PPT
dotNET frameworks
DOCX
Online lg prodect
PDF
.NET TECHNOLOGIES
PPTX
ASP.Net Technologies Part-1
PPTX
Kushal
PPTX
PDF
PPT
Microsoft.Net
PDF
Chapter1
PPTX
Dot net-interview-questions-and-answers part i
PDF
Dot net-interview-questions-and-answers part i
PPTX
.Net framework
PDF
Dotnet interview qa
DOC
.Net framework interview questions
PPTX
Asp.net
PPT
Net framework
DOCX
Automatic answer checker
PPTX
.Net slid
Net Fundamentals
dotNET frameworks
Online lg prodect
.NET TECHNOLOGIES
ASP.Net Technologies Part-1
Kushal
Microsoft.Net
Chapter1
Dot net-interview-questions-and-answers part i
Dot net-interview-questions-and-answers part i
.Net framework
Dotnet interview qa
.Net framework interview questions
Asp.net
Net framework
Automatic answer checker
.Net slid

Recently uploaded (20)

PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPT
Teaching material agriculture food technology
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
NewMind AI Weekly Chronicles - August'25 Week I
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
“AI and Expert System Decision Support & Business Intelligence Systems”
Teaching material agriculture food technology
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Unlocking AI with Model Context Protocol (MCP)
Encapsulation_ Review paper, used for researhc scholars
The Rise and Fall of 3GPP – Time for a Sabbatical?
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Mobile App Security Testing_ A Comprehensive Guide.pdf
NewMind AI Monthly Chronicles - July 2025
NewMind AI Weekly Chronicles - August'25 Week I
The AUB Centre for AI in Media Proposal.docx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Electronic commerce courselecture one. Pdf
Understanding_Digital_Forensics_Presentation.pptx
Network Security Unit 5.pdf for BCA BBA.

.Net framework

  • 1. National Institute Of Information of Technology .Net Framework
  • 2. Introduction of .Net frame work Difference of .Net framework 1.1 & 2.0 Features of .Net framework 2.0 Conclusion • CLR • Classlibrary • .Net framework remoting • Globalization • Manifest-based activation • New window-based form control National Institute Of Information of Technology .Net Framework
  • 3. .Net framework is a code execution platform –the environment which .Net programs run. .Net is a platform that provides a standardized set of services. It’s just like windows, expect distributed over the internet. It exports a common interface so that it’s programs can be run on any system that support. .NET. A specific software framework includes a common runtime. .Net framework mainly two components.  CLR  Classlibary .Net Framework National Institute Of Information of Technology .Net Framework
  • 4. Common language runtime is that when ever you can create any application will build that time .Net source code will be converted into MSIL code that code will converted into machine language by using JIT compilers. The following are the components of CLR  Class loader  Compiler(jit)  Garbage collector  Security engine  Code manager  Type checker  Thread support  Exception manager  Debug engine  COM support the above functionalities achieved by all these components . Each component is responsible for specific funtionality. CLR (Common Language Runtime) National Institute Of Information of Technology .Net Framework
  • 5. The .NET framework includes a set of standard class libraries. The class library is organized in a hierarchy of namespaces. Most of the built in apis are part of either system. * Or Microsoft .* Namespaces. These class libraries implement a large number of common functions, such as file reading and writing, graphic rendering, database interaction, and XML document manipulation, among others. The .NET class libraries are available to all .Net languages. The .Net framework class library is divided into two parts  Base class library  Framework class library Classlibrary National Institute Of Information of Technology .Net Framework
  • 6. o asp.Net 2.0 has added a number of special directories where 1.1 had only the one required bin directory. o The new generation of 66-bit computers enables the creation of applications that can run faster and take advantage of more memory the is available to 32-bit applications. o This feature provides new support for loading and activating applications through the use of a manifest Difference National Institute Of Information of Technology .Net Framework
  • 7. You can use .Net remoting to enable communication between different application regardless of whether they reside on same computer or different operating systems and still communicate with each other using .Net remoting. Features .Net Framework remoting National Institute Of Information of Technology .Net Framework
  • 8. .Net framework remoting .Net framework remoting now supports ivp6 addresses and the exchange of generic types. Obtaining information about local network configuration and usage Using classes in the system. Net. Networkinformation namespace, applications can access IP, ipv4, ipv6, TCP, and UDP network traffic statistics. Features .Net Framework remoting National Institute Of Information of Technology .Net Framework
  • 9. Ping The ping class allows an application to determine whether a remote computer is accessible over the network. Processing http requests from within applications You can use the http listener class to create a simple web server that responds to http requests. Features .Net Framework remoting National Institute Of Information of Technology .Net Framework
  • 10. Globalization is the process of creating an application that meets the needs of users from multiple cultures. This process involves more than just translating the user interface elements of an application into multiple languages and also includes using the correct currency, date and time format, calendar, writing direction sorting rules, and other issues. Globalization National Institute Of Information of Technology .Net Framework
  • 11. This feature provides new support for loading and activating applications through the use of a manifest. Manifest-based activation is essential for supporting click once applications. Applications are activated through a reference to an assembly that contains the application’s entry point. For example, clicking an application’s .exe file from within the windows shell causes the shell to load the common language runtime (clr) and call a well-known entry point within that .exe file’s assembly. The assembly manifest contains assembly metadata assembly manifest can be stored in either a PE file (an .exe or .dll file). National Institute Of Information of Technology .Net Framework
  • 12. The datagridview control provides a powerful and flexible way to display data in a tabular format. Toolstrip controls are toolbars that can host menus, controls, and user controls in your windows forms applications. The toolstrip class and its associated classes enable you to create toolbars and other user interface elements in a style that is consistent with Microsoft Windows XP, Microsoft Office, and Microsoft Internet explorer. The maskedtextbox control uses a mask definition to distinguish between valid and invalid user input. The windows forms soundplayer class enables you to easily include sounds in your applications. The soundplayer class can play sound files in the .wav format, either from a resource or from universal naming conventions (UNC) or HTTP locations. Additionally, the soundplayer class enables you to load or play sounds asynchronously. New Window-Based Form Control National Institute Of Information of Technology .Net Framework
  • 13. The windows forms splitcontainer control can be thought of as a composite, it is two panels separated by a movable bar. When the mouse pointer hovers over the bar, the cursor changes to show that the bar is movable. The listview control now supports three features provided by window xp and the windows servers 2003 family, tile view, grouping, and drag-and-drop item repositioning. New Window-Based Form Control C O N T I N U E National Institute Of Information of Technology .Net Framework
  • 14. The listview, treeview, and tooltip controls now support owner drawing functionally similar to the owner drawing support for the combobox, listbox, menuitem, and tabcontrol controls in the previous release. The webbrowser control lets you host web pages in your windows forms applications. You can use the webbrowser control to provide integrated html-based help or internet web browsing capabilities in your application. New Window-Based Form Control C O N T I N U E National Institute Of Information of Technology .Net Framework
  • 15.  The flowlayoutpanel control arranges its contents in a horizontal or vertical direction.  The tableayoutpanel control arranges its contents in a grid. Because the layout is performed both at design time and run time, it can change dynamically as the application environment changes.  The backgroundworker component enables you to perform operations in the background that can take a long time to execute, such as image downloads and database transactions. National Institute Of Information of Technology .Net Framework
  • 16. The .Netframework is nothing but you can build a dynamic applications, With this I am concluding my topic here. I think I was able to give you an insight to almost all main areas in .NET framework 2.0. Conclusion National Institute Of Information of Technology .Net Framework
  • 17. Any Questions ????Thank - You National Institute of Information of Technology .Net Framework

Editor's Notes

  • #2: Custom animation effects: object spins on end(Advanced)To reproduce the background effects on this slide, do the following:On the Home tab, in theSlides group, click Layout, and then click Blank.Right-click the slide background area, and then click Format Background. In the Format Background dialog box, click Fill in the left pane, and then select Solid fill in the Fill pane. Click the button next to Color, and then under Theme Colors click White, Background 1 (first row, first option from the left).To reproduce the rectangle on this slide, do the following:On the Home tab, in the Drawing group, click Shapes, and then under Rectangles click Rounded Rectangle (second option from the left). On the slide, drag to draw a rounded rectangle.Select the rectangle. Drag the yellow diamond adjustment handle to the left to decrease the amount of rounding on the corners. With the rounded rectangle still selected, under Drawing Tools, on the Format tab, in the Size group, do the following:In the Shape Height box, enter 3.5”.In the Shape Width box, enter 0.25”.Under Drawing Tools, on the Format tab, in the bottom right corner of the Shape Styles group, click the Format Shape dialog box launcher. In the Format Shape dialog box, click Fill in the left pane. In the Fill pane, select Solid fill, click the button next to Color, and then under Theme Colors click White, Background 1, Darker 15% (third row, first option from the left).Also in the Format Shape dialog box, click Line Color in the left pane. In the Line Color pane, select No line. Also in the Format Shape dialog box, click Shadow in the left pane. In the Shadow pane, click the button next to Presets, under Outer select Offset Bottom (first row, second option from the left), and then do the following:In the Transparency box, enter 0%.In the Sizebox, enter 100%.In the Blur box, enter 8.5 pt.In the Angle box, enter 90°.In the Distance box, enter 1 pt.Also in the Format Shape dialog box, click 3-D Format in the left pane. In the 3-D Format pane, do the following:Under Bevel, click the button next to Top, and then under Bevel click Circle (first row, first option from the left). Next to Top, in the Width box, enter 5 pt, and in the Height box, enter 5 pt.Under Surface, click the button next to Material, and then under Standard clickMatte (first row, first option from the left).Click the button next to Lighting, and then under Neutral click Soft (first row, third option from the left).On the slide, select the rounded rectangle. On the Home tab, in the Clipboard group, click the arrow under Paste, and then click Duplicate.Select the duplicate rectangle. On the Home tab, in the Drawing group, do the following:Click the arrow next to Shape Fill, and then click No Fill.Click the arrow next to Shape Outline, and then click No Outline.Drag the second rectangle above the first rectangle until the lower edge overlays the top edge of the first rectangle. (Note: When the spinning animation effect is created later for these rectangles, the spin will center where the edges of the rectangles meet.)Press and hold CTRL, and then select both rectangles. On the Home tab, in the Drawing group, click Arrange, and do the following:Point to Align, and then click Align Selected Objects.Point to Align, and then click Align Center.Click Group. On the slide, drag the group until it is centered horizontally on the left edge of the slide (straddling the edge).On the Home tab, in the Drawing group, click Arrange, point to Align, and then do the following:Click Align to Slide.Click Align Middle.To reproduce the dashed arc on this slide, do the following:On the Home tab, in the Drawing group, click Shapes, and then under Basic Shapes click Arc (third row, 12th option from the left). On the slide, drag to draw an arc.Select the arc. Under Drawing Tools, on the Format tab, in the Size group, do the following:In the Shape Height box, enter 7.5”.In the Shape Width box, enter 7.5”.With the arc still selected, on the Home tab, in the Drawing group, click the arrow next to Shape Outline,and then do the following:Under Theme Colors, click White, Background 1, Darker 15% (third row, first option from the left).Point to Dashes, and then click Dash (fourth option from the top).On the slide, drag the yellow diamond adjustment handle on the right side of the arc to the bottom of the arc to create a half circle.Drag the arc until the yellow diamond adjustment handles are on the left edge of the slide.With the arc still selected, on the Home tab, in the Drawing group, click Arrange, point to Align, and then do the following:Click Align to Slide. Click Align Middle. To reproduce the half circle on this slide, do the following:On the slide, select the arc. On the Home tab, in the Clipboard group, click the arrow under Paste, and then click Duplicate.Select the duplicate arc. Under Drawing Tools, on the Format tab, in the Size group, do the following:In the Shape Height box, enter 3.33”.In the Shape Width box, enter 3.33”.With the second arc still selected, under Drawing Tools, on the Format tab, in the Shape Styles group, click the arrow next to Shape Fill, and then under Theme Colors click White, Background 1, Darker 5% (second row, first option from the left).Under Drawing Tools, on the Format tab, in the Shape Styles group, click the arrow next to Shape Outline,and then click No Outline.Under Drawing Tools, on the Format tab, in the Shape Styles group, click Shape Effects, point to Shadow, and then click ShadowOptions. In the Format Shape dialog box, click Shadow in the left pane. In the Shadow pane, click the button next to Presets, under Inner click Inside Right (second row, third option from the left), and then do the following:In the Transparency box, enter 86%.In the Blur box, enter 24 pt.In the Angle box, enter 315°.In the Distance box, enter 4 pt.On the slide, drag the second arc until the yellow diamond adjustment handles are on the left edge of the slide. On the Home tab, in the Drawing group, click Arrange, and then do the following:Point to Align, and then click Align to Slide. Point to Align, and then click Align Middle. Click Send to Back.To reproduce the button shapes on this slide, do the following:On the Home tab, in the Drawing group, click Shapes, and then under Basic Shapes click Oval (first row, second option from the left). On the slide, drag to draw an oval.Select the oval. Under Drawing Tools, on the Format tab, in the Size group, do the following:In the Shape Height box, enter 0.34”.In the Shape Width box, enter 0.34”.Under Drawing Tools, on the Format tab, in the Shape Styles group, click More, and then click Light 1 Outline, Colored Fill – Dark 1 (third row, first option from the left).Under Drawing Tools, on the Format tab, in the bottom right corner of the Shape Styles group, click the Format Shape dialog box launcher. In the Format Shape dialog box, click Fill in the left pane. In the Fill pane, select Solid Fill. Click the button next to Color, and then under Theme Colors click Olive Green, Accent 3, Lighter 80°(second row, seventh option from the left).Also in the Format Shape dialog box, click Line Color in the left pane. In the Line Color pane, select No line. Also in the Format Shape dialog box, click Shadow in the left pane. In the Shadow pane, click the button next to Presets, under Outer click Offset Bottom (first row, second option from the left), and then do the following:In the Transparency box, enter 0%.In the Size box, enter 100%.In the Blur box, enter 8.5 pt.In the Angle box, enter 90°.In the Distance box, enter 1 pt.Also in the Format Shape dialog box, click 3-D Format in the left pane, and then do the following in the 3-D Format pane:Under Bevel, click the button next to Top, and then under Bevel click Art Deco (third row, fourth option from the left). Next to Top, in the Width box, enter 5 pt, and in the Height box, enter 5 pt.UnderContour, click the button next to Color, and then under Theme Colors click White, Background 1 (first row, first option from the left). In the Size box, enter 3.5 pt.Under Surface, click the button next to Material, and then under Standard click Matte (first row, first option from the left). Click the button next to Lighting, and then under Neutral click Soft (first row, third option from the left).On the slide, select the oval. Under Drawing Tools, on the Format tab, in the bottom right corner of the Size group, click the Size and Position dialog box launcher. In the Size and Position dialog box, on the Position tab, do the following:In the Horizontal box, enter 2.98”.In the Vertical box, enter 1.5”.Select the oval. On the Home tab, in the Clipboard group, click the arrow under Paste, and then click Duplicate.Select the duplicate oval. Under Drawing Tools, on the Format tab, in the bottom right corner of the Size group, click the Size and Position dialog box launcher. In the Size and Position dialog box, on the Position tab, do the following:In the Horizontal box, enter 3.52”.In the Vertical box, enter 2.98”. Repeat step 9 two more times, for a total of four ovals. Under Drawing Tools, on the Format tab, in the bottom right corner of the Size group, click the Size and Position dialog box launcher. In the Size and Position dialog box, on the Position tab, do the following to position the third and fourth ovals:Select the third oval on the slide, and then enter 3.52” in theHorizontal box and 4.27” in the Vertical box.Select the fourth oval on the slide, and then enter 2.99” in theHorizontal box and 5.66” in the Vertical box.To reproduce the text on this slide, do the following:On the Insert tab, in the Text group, click Text Box, and then on the slide, drag to draw the text box. Enter text in the text box and select the text. On the Home tab, in the Font group, do the following: In the Font list, select Corbel.In the Font Size list, select 22.Click the arrow next to Font Color, and then under Theme Colors click White, Background 1, Darker 50% (sixth row, first option from the left).On the Home tab, in the Paragraph group, click Align Text Left to align the text left in the text box.On the slide, drag the text box to the right of the first oval.Select the text box. On the Home tab, in the Clipboard group, click the arrow under Paste, and then click Duplicate. Click in the text box and edit the text. Drag the second text box to the right of the second oval.Repeat steps 5-7 to create the third and fourth text boxes, dragging them to the right of the third and fourth ovals. To reproduce the animation effects on this slide, do the following:On the Animations tab, in the Animations group, click Custom Animation.On the Home tab, in the Editing group, click Select, and then click Selection Pane. In the Selection and Visibility pane, select the rectangle group. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Spin. Select the animation effect (spin effect for the rectangle group). Under Modify: Spin, do the following:In theStart list, selectWith Previous. In the Amount list, in the Custom box, enter 123°,and then press ENTER. Also in the Amount list, clickCounterclockwise.In the Speedlist, select Fast. On the slide, select the first oval. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Change Fill Color. Select the second animation effect (change fill color effect for the first oval). Under Modify: Change Fill Color, do the following:In the Startlist, select After Previous. In the Fill Color list, click More Colors. In the Colors dialog box, on the Custom tab, enter values for Red: 130, Green: 153, Blue: 117. In the Speedlist, select Very Fast.On the slide, select the first text box. In the CustomAnimation task pane, do the following:Click Add Effect, point to Entrance,and then click More Effects. In the Add Entrance Effect dialog box, under Subtle, clickFade. Select the third animation effect (fade effect for the first text box). Under Modify: Fade, do the following:In theStart list, selectWith Previous.In the Speed list, select Very Fast. In the Selection and Visibility pane, select the rectangle group. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Spin. Select the fourth animation effect (spin effect for the rectangle group). Under Modify: Spin, do the following:In theStart list, selectOn Click. In the Amount list, in the Custom box, enter 22°, and then press ENTER. Also in the Amount list, click Clockwise.In the Speed list, select Very Fast.On the slide, select the second oval. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Change Fill Color. Select the fifth animation effect (change fill color effect for the second oval). Under Modify: Change Fill Color, do the following:In the Startlist, select After Previous. In the Fill Color list, click More Colors. In the Colors dialog box, on the Custom tab, enter values for Red: 130, Green: 153, Blue: 117. In the Speedlist, select Very Fast.On the slide, select the second text box. In the CustomAnimation task pane, do the following:Click Add Effect, point to Entrance and then click More Effects. In the Add Entrance Effect dialog box, under Subtle, clickFade. Select the sixth animation effect (fade effect for the second text box). Under Modify: Fade, do the following:In theStart list, selectWith Previous.In the Speed list, select Very Fast. On the slide, select the third oval. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Change Fill Color. Select the seventh animation effect (change fill color effect for the third oval). Under Modify: Change Fill Color, do the following:In the Startlist, select After Previous. In the Fill Color list, click More Colors. In the Colors dialog box, on the Custom tab, enter values for Red: 130, Green: 153, Blue: 117. In the Speedlist, select Very Fast.On the slide, select the third text box. In the CustomAnimation task pane, do the following:Click Add Effect, point to Entrance and then click More Effects. In the Add Entrance Effect dialog box, under Subtle, clickFade. Select the eighth animation effect (fade effect for the third text box). Under Modify: Fade, do the following:In theStart list, selectWith Previous.In the Speed list, select Very Fast. On the slide, select the fourth oval. In the CustomAnimation task pane, do the following:Click AddEffect, point to Emphasis, and then click More Effects. In the Add Emphasis Effect dialog box, under Basic, click Change Fill Color. Select the ninth animation effect (change fill color effect for the fourth oval). Under Modify: Change Fill Color, do the following:In the Startlist, select After Previous. In the Fill Color list, click More Colors. In the Colors dialog box, on the Custom tab, enter values for Red: 130, Green: 153, Blue: 117. In the Speedlist, select Very Fast.On the slide, select the fourth text box. In the CustomAnimation task pane, do the following:Click Add Effect, point to Entrance,and then click More Effects. In the Add Entrance Effect dialog box, under Subtle, clickFade. Select the 10th animation effect (fade effect for the fourth text box). Under Modify: Fade, do the following:In theStart list, selectWith Previous.In the Speed list, select Very Fast.