0% found this document useful (0 votes)
46 views

Course:Windows Development - C# Module:Programming Invisualc#

This document contains the table of contents for three courses on Windows development using C#: 1. Programming in Visual C# - covers C# syntax, methods, exceptions, GUI applications, classes, inheritance, files, databases and remote data. 2. Essentials of Developing Windows Store Apps Using C# - covers Windows 8 platform, XAML, data presentation, controls, files, navigation, contracts, tiles and notifications. 3. Advanced Windows Store App Development Using C# - covers animations, globalization, branding, advanced data, reusable components, contracts, push notifications, media, background tasks, sensors, monetization, security and profiling.

Uploaded by

aparnajanwalkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

Course:Windows Development - C# Module:Programming Invisualc#

This document contains the table of contents for three courses on Windows development using C#: 1. Programming in Visual C# - covers C# syntax, methods, exceptions, GUI applications, classes, inheritance, files, databases and remote data. 2. Essentials of Developing Windows Store Apps Using C# - covers Windows 8 platform, XAML, data presentation, controls, files, navigation, contracts, tiles and notifications. 3. Advanced Windows Store App Development Using C# - covers animations, globalization, branding, advanced data, reusable components, contracts, push notifications, media, background tasks, sensors, monetization, security and profiling.

Uploaded by

aparnajanwalkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 9

HCL CDC Table of Contents

Course:Windows Development C#
Module:Programming inVisualC#

1. Review of Visual C# syntax


15 Writing applications in Visual C# - Overview
15 DataTypes
15 Operators andExceptions
15 LanguageConstructs
2. Creating Methods, Handling Exceptions and
Monitoring Applications
15 Creating and InvokingMethods
15 OverloadedMethods UsingOptional andOutput
Parameters
15 MonitoringApplications
3. Developing the Code for a Graphical Application
15 Structs andEnums Overview
15 OrganizingData intoCollections
15 HandlingEvents
4. CreatingClasses andImplementing Type Safe
Collections
15 CreatingClasses
15 InterfaceImplementation
15 TypeSafe Collections
5. Creating a Class Hierarchy byUsingInheritance
15 ClassHierarchies
o .NETFrameworkClasses
15 Extending .NET FrameworkClasses
6. Reading and Writing Local Data
15 Files Introduction
o Reading and Writing Files
15 Serializing and De-Serializing Data
7. Accessing a Database
15 Entity Data Models Creation

15 QueryingDatabyUsingLINQ
8. AccessingRemote Data
15 Accessing Data Across the Web
HCL Infosystems

Page 1 of

HCL CDC Table of Contents

15 Accessing Data in theCloud


9. Designing the User Interface for a
Graphical Application
15 XAML toDesign a UI
15 BindingControls to Data
15 Styling a UI
10. Improving Application Performance and
Responsiveness
15 Multitasking Introduction
15 Implementation Multitasking
15 Operations Asynchronously
11. Integrating with Unmanaged Code
15 Creating andUsingDynamicObjects
15 Managing theLifetimeofObjects
15 ControllingUnmanaged Resources
12. CreatingReusable
TypesandAssemblies
o
ExaminingObjectMetadata
o
CustomAttributes

Creation
o Generating
ManagedCod
o
Assemblies Versioning, Signing and
Deploying
13. Encrypting and Decrypting Data
o Symmetric Encryption
o Implementing Symmetric Encryption
o Asymmetric Encryption

HCL Infosystems
of 6

Page 2

HCL CDC Table of Contents

Course:Windows Development C#
Module:Essentials of Developing Windows
Store Apps Using C#

1. Overview of the Windows 8 Platform and


Windows Store Apps o Windows8.1 Platform
Overview
o Windows8.1UIPrinciples
o Winrt andLanguageProjections
2. Creating User InterfacesUsingXAML
o XAMLBasics
15 XAMLCode Behind
15 Advanced XAML
3. Presenting Data
15 Workingwith Data Presentation Controls
15 GridviewControl
4. Implementing Layout Using Windows 8.1 Built-In
Controls
15 Winrt Controls
o Appbar Control
o WindowingModes
5. Handling Files in Window
Store Apps o Windows
StoreApp Overview
o
HandlingFiles and Streams
o Workingwith FileUIComponents
6. Windows Store App Process Lifetime
Management
o
ProcessLifetime
Management
o
WindowsStore
App
Activation
and
Background Tasks
o
StateManagement
Strategy

7. Working withResources, Styles and Templates


o SharedResources
15 CreatingStyles and Templates
8. Designing and Implementing Navigation in a
Windows Store App
15 NavigationConcepts in Windows Store App
15 Semantic Zoom
9. Implementing Windows 8.1 Contracts
HCL Infosystems

Page 3 of

HCL CDC Table of Contents

o Charms andContracts
15 Search
Contract
and
the
SearchBoxControl
15 ShareContractand Managing AppSettings
10. Implementing Tiles and User Notifications
15 Implementing Tiles
15 Live
Tiles,Secondary
Tilesand
BadgeNotifications
15 ToastNotifications Implementation
11. Designing and Implementation a Data
Access Strategy
15 Evaluating Data Access Strategies
15 Working with Remote Data
12. Responding to Mouse and Touch
15 PointerEvents Introduction
15 Working with PointerEvents
15 GestureEvents Implementation
13. Planning
for
Windows
Store
App
Deployment
15 Windows Store App Manifest
o Windows Store App Certification

HCL Infosystems
of 6

Page 4

HCL CDC Table of Contents

Course:Windows Development C#
Module:Advanced Windows Store App
Development Using C#

1. Windows Store App Essentials


15 Windows Store App Essentials
15 Review
2. ImplementingAnimations and Transitions
15 Animations Usage
15 Transitions andTransformations
3. Implementing Globalization and Localization
15 Resource Files
15 Implementing Culture-Specific Formatting
4. Branding and a Seamless UI
15 Branding
15 Customizing the Splash Screen
15 BrandingAPPs UI
5. Advanced Data Scenarios in aWindows Store
App
15 Windows Store App Storage Options
15 Implementing Data Caching
15 Advanced File Functionality
6. Creating ReusableControlsandComponents
15 CustomControls
15 TemplateControls
15 Winrt Components
15 Reusable controls andComponents
7. Implementing Advanced Contract Scenarios
15 Play toContract
o PrintContract
o Contacts and Calendars
15 Support PDFFilesandScreenshots
8. The Windows Push Notification Service

15 Push Notification Service


o Communicating with the WNS
HCL Infosystems

Page 5 of

HCL CDC Table of


Contents

9. Capturing Media
o CameraCaptureUI Usage
15 Capture pictures, Videos or Audio
15 MediaCapture concepts
10. Background Tasks
15 Background Tasks Creation
15 BackgroundTasks Implementation in Windows
Store App
11. Working with Sensors and Devices
15 Sensors Overview
o Devices Overview
15 Working with Sensors and Devices
12. Generating revenue with Windows Store app
15 TrialFunctionality in Windows Store App
15 Implementing In-AppPurchases
15 Generating Revenue with App
13. Securing Windows Store App Data
15 ManagingWindows Authentication
15 ManagingWeb Authentication
15 Encryption inWindows Store App
14. Tracing and Profiling Windows Store Apps
15 Analyzing aWindows Store App
o Tracing andProfiling Windows Store App

HCL Infosystems
of 6

Page 6

You might also like