Trending

Monday, October 28, 2013

Dev Apps C# 2008: Enterprise, Mobile, and Security

LearnNowDev – Dev Apps C# 2008: Enterprise, Mobile, and Security
This course moves your development skills even further beyond the basics, starting with learning how to extend Visual Studio 2008 and handling issues you will encounter with multiple versions of assemblies and applications. You will learn to create and debug Windows services, and how to create and test applications for Windows Mobile devices. You will become expert working with XML, reading and writing data using the XML DOM and the XML reader/writer classes. Visual Studio 2008 adds new data-related features—you will learn about these new features, and also how to create new custom controls, secure applications, and create setup applications so you can deploy your solutions. You will finish by learning how to analyze code at runtime using attributes and reflection, and how to use the new Visual Studio 2008 client application services.

Table of content

Item Templates

·         Overview
·         Creating an Item Template
·         Demo: Create a Template
·         Managing Item Templates
·         Contents Of Item Template File
·         Modifying A Template
·         Demo: Modifying A Template

Project Templates

·         Templates
·         Creating a Project Template
·         Managing Project Templates
·         Contents of Template File
·         Organizing Project Templates
·         Demo: Project Template

Code Snippets

·         Snippets Overview
·         Using Code Snippets
·         Managing Code Snippets
·         Creating and Modifying
·         Demo: Snippets

Macros

·         Using Macros
·         Recoding a Macro
·         Running a Macro
·         Visual Studio Macros IDE
·         Demo: Macros
·         Properties In DTE Interface
·         TextSelection Interface
·         Saving Macros
·         Macro Projects
·         Demo: Saving Macros

Private Assemblies

·         Assemblies
·         Version Numbers
·         How CLR Locates Assemblies
·         Demo: Assembly Manifest
·         How CLR Locates Assemblies
·         Private Assemblies
·         Using Configuration Files
·         Demo: Private Assemblies

Strong Naming

·         Strong Naming Assemblies
·         Demo: Strong Naming
·         Demo: Sign the Assembly
·         Demo: Versioning

Shared Assemblies

·         Overview
·         Global Assembly Cache
·         References Assemblies
·         Demo: Shared Assemblies

Windows Services

·         Introducing Window Services
·         Windows Services and .NET
·         Things to Consider
·         Steps for Building Services
·         Demo: Simple Windows Serv

File Watcher Service

·         FileWatcher
·         FileSystemWatcher Class
·         Event-Handling Code
·         OnStart Event Procedure
·         Debugging Your Service
·         Demo: FileWatcher Service
·         Passing Parameters
·         Demo: Debugging Service
·         What’s Next?

Device Development

·         .NET Compact Framework
·         VS Devices Development
·         Device Emulators
·         Demo: Device Development
·         Compact Framework Classes
·         Demo: Status Namespace

Mobile Database Apps

·         Overview
·         SQL Server Compact 3.5
·         Mobile Database Applications
·         Demo: Mobile Database App

Reading XML

·         Getting Started
·         XML Document Object Model
·         Tree-Based XML Handling
·         Non-Cached XML Handling
·         What is the XML Dom?
·         Sample File
·         Demo: Sample XML File
·         Load XML Data
·         Node’s Children
·         Demo: Load XML Data
·         Iterate through All Nodes
·         Retrieve Element Nodes
·         Examining the Results
·         Retrieve Just Text Nodes
·         Demo: Visit All Nodes
·         Nodes Matching a Criterion
·         Getting Started with XPath
·         More About XPath
·         Demo: Searching Using XPath
·         Content Includes Namespace
·         Demo: XML Namespaces
·         Reference to Specific Node
·         Navigate to Related Nodes
·         Retrieve Attributes of a Node
·         Demo: Node Attributes

Writing XML

·         Create XML Programmatically
·         Adding Nodes
·         Add or Delete Elements
·         Remove All Nodes
·         Demo: Creating XML
·         Add or Delete Attributes
·         Modify Element’s Value
·         Modify Attribute’s Value
·         Demo: Modifying Values
·         XML Isn’t Well Formed
·         Handle XML Loading Errors
·         Demo: Bad XML

XML Reader

·         Reading XML With XmlReader
·         XmlReader Properties
·         XmlReader Methods
·         Demo: Reading XML
·         XmlReaderSettings Class
·         XML Schema
·         Validate XML Against Schema
·         Demo: Validate XML

XMLWriter

·         Writing XML With XmlWriter
·         XmlWriter Methods
·         XmlWriterSettings Class
·         Demo: Writing XML

Querying XML

·         XPathNodeIterator Class
·         XPath Expressions
·         Compiled XPath Queries
·         Demo: Querying XML

Hierarchical and Caching

·         Work with Related Data
·         TableAdapterManager
·         Demo: TableAdapterManager
·         View DataSet
·         View Relations
·         AutoIncrement Properties
·         Connected Scenarios
·         Synch Local Data
·         Synch Services for ADO.NET
·         SQL Server Compact 3.5
·         Set Up Synchronization
·         Demo: ADO.NET Synch
·         Add Local Database Cache
·         Configure Tables
·         Explore Solution Files
·         Rebind Data Controls
·         Synchronize Database
·         Test Synch/Remote Data
·         SyncStatistics Class
·         SyncDirection Property

Ntier Data

·         Overview: 2-Tier
·         Overview: N-Tier
·         Demo: Split DataSet Code
·         Create N-Tier App
·         Define 2-Tier DataSource
·         DataSet Project Property
·         Create Multi-Tier Form
·         Define N-Tier DataSource
·         Test N-Tier App
·         LINQ to SQL
·         LINQ to SQL Mappings
·         DataContext Class
·         Entity Classes
·         Object Relational Designer
·         Demo: LINQ to SQL
·         View Designer Class
·         Create Front End
·         Configure Behavior

Custom Controls Inheriting

·         Control Creation in Forms
·         Inherit Existing Control
·         Required Steps
·         TextBox with Required Input
·         Demo: Textbox Control
·         Adding Finishing Touches
·         Toolbox Bitmap
·         Hiding a Property
·         Property Category
·         Demo: Finished Sample

Custom Controls Drawing

·         Inherit Control Base Class
·         Required Steps
·         Control Properties
·         Drawing the Control
·         Demo: Resizable Checkbox
·         Default Values
·         Simple Types
·         Other Types
·         Raising Events
·         Hiding Properties
·         Ease-of-Use Features
·         Demo: Features

Custom Controls Composite

·         Creating Composite Controls
·         Required Steps
·         The Sample Control
·         Demo: Label/Textbox Control

Code Access Security

·         Overview of Security
·         Evidence
·         Security Zones
·         Security Policy
·         Security Policy Levels
·         Code Groups
·         Permission Sets
·         Security Policy Overview
·         Demo: Code Access Security
·         CLR Grants Permissions
·         Configuring Security Policy
·         Demo: Granting Permissions

Permissions

·         Checking For Permissions
·         Code Access Permissions
·         Using Declarative Syntax
·         Demo: Check Permissions

Role Based Security

·         Overview
·         Identity
·         WindowsIdentity Class
·         GenericIdentity Class
·         Principal
·         WindowsPrincipal Class
·         GenericPrincipal Class
·         PrincipalPermission
·         Demo: Role-based Security

Setup Projects

·         Windows Installer Deployment
·         Setup Project Properties
·         Demo: Setup Project

Customize Setup Projects

·         Deployment Editors
·         File System Editor
·         User Interface Editor
·         Demo: Customizing Setup
·         Launch Conditions Editor
·         Prerequisites
·         Demo: Add Launch Conditions

Custom Actions

·         Custom Actions Editor
·         Custom Actions
·         Demo: Add a Custom Action

Attributes

·         Introducing Attributes
·         Attributes in VB 6
·         Attributes in .NET
·         Attribute Syntax
·         Attributes as Classes
·         Abbreviate the Class Name
·         Attributes in Managed Code
·         DebuggerStepThrough Attr
·         Obsolete Attribute
·         Where are Attributes Applied?
·         Demo: Attributes
·         Custom Attributes
·         Custom Attributes Class
·         Follow the Rules
·         Demo: AuthorInfoAttribute
·         Retrieving Attribute Values
·         The System.Type Class
·         Reflection.MethodInfo
·         Attribute Class’s Methods
·         Demo: Dump Attribute Info

Reflection

·         Introducing Reflection
·         Assemblies, Modules, Types
·         Reflection Classes
·         Reference to an Assembly
·         Working with Types
·         Retrieving a Type Object
·         Retrieving Type Properties
·         Retrieving Type Members
·         Demo: Assembly Info
·         Perform Late Binding
·         Why Use Late Binding?
·         Why Not Use Late Binding?
·         Late Binding Sample
·         Demo: Late Binding

Client App Services

·         Manage Members / Roles
·         Configure Web Site Security
·         Demo: Web Site Security
·         Run aspnet_regsql
·         ASP.NET SQL Server Wizard
·         Create Web Site
·         Set Web Site Properties
·         Set up Security
·         Web Site Administration Tool
·         Create Roles
·         Add Users/Access Rules
·         Manage Roles
·         Windows Application Features
·         Role Based Security
·         Project Settings
·         Client Application Services
·         Authentication
·         Enable Client App Services
·         Configure Web Site to Listen
·         Use Authentication Service
·         Modify Login Form
·         Use Credentials Provider
·         Code to Logout

Roles Settings CustomProvs

·         Overview: Roles
·         Overview: Settings
·         Demo: Remote Roles/Profiles
·         Use Roles Service
·         Add/Define Settings
·         Bind Settings
·         Save Settings
·         Run Application
·         Use Profile Service
·         Load Web Settings
·         Test Web Settings
·         Custom Membership Providers
·         Custom Role Providers
·         Demo: Membership/Role Prov.
·         View User.xml/Roles.xml
·         Create Membership Provider
·         Create Role Provider

·         Test the Providers
  Rapidgator.net
  1. http://bit.ly/1h71VuV
  2. http://bit.ly/1hD4lVx
  3. http://bit.ly/1bT8suh
  4. http://bit.ly/1l72fh5 
 

No comments:

Post a Comment

About

Contact Form

Name

Email *

Message *

Copyright © 2013 TOTdownload.com
Designed By Blogger Templates