The Region Leader in Professional Hands-On IT TrainingProfessional On-Line IT TrainingYour Trusted Onsite Training Partner
Computer Training at Your Site
IT Training and Certification Guru
MCAD: Visual Basic, MCSA, MCP, MCSD, MCDBA
Courses  Training Videos: Full catalog > C#.NET

Developing Microsoft .NET Applications using C#.NET

Part of Microsoft ASP.NET Training Package
Product Code: RTK-C#NET

"...The training videos are excellent. The extra information - web site references, tips, techniques, and other general information - really made the difference. The classroom-like presentations are superb. I give this product a high endorsement. "
R. Bundy. CTO, Co-Founder
www.SocalNETug.org

The Best Alternative to In-Class Training:
  • Repeat as many times as you want;
  • Full Audio, Video, and Demonstration components;
  • Interactive Hands-on-lab Simulations;
  • Live Mentor;
  • Get answers by chatting with instructor;
  • Exam Simulation Software (get one more below);
  • No "dummy or annoying students" in a class;
  • Schedule at your own pace and time.
Shortcuts to:
  Save hundred of dollars with RTEK 2000!
BUY NOW for only $396.00!

Retail Price $495.00 (save $100!)
We invited the Best Microsoft.NET Trainers in the industry to help us develop the ultimate training & certification program which includes everything you will need to fully prepare for and pass your certification exams.

In this course you will learn how to program .NET applications with C#. The course begins with an introduction to the fundamentals of the language, and quickly moves on to demonstrate how to write object-oriented code using this exciting new language. The heart of the course is a detailed description of writing Windows and Web applications, including Web Services, and interacting with back end databases through ADO.NET. Building Windows Applications using Visual Studio.NET will guide developers in building windows applications in Microsoft's .NET environment. This will be an instrumental guide for any developer creating applications for their enterprise and will enhance any programmer's skills and abilities.

This course is a requirement for the following Exam:

  • MCSD Exam 70–316: Developing and Implementing Windows-based Applications with Microsoft Visual C#.NET and Microsoft Visual Studio .NET


Package Includes:

  • 18 CD-ROMs featuring live instructor-led classroom sessions with full audio, video and demonstration components
  • Printable courseware Save up to 25% on #1 Exam Preparation Software!
  • Exclusive LearningZone Live Mentor Click for Details (Value at $195)
  • Help Whenever you need it! Exclusive LearningZone - Chat Live with our Certified Instructors anytime around the clock (7x24)
  • Interactive Hands-on-lab Simulations. Try out one the labs (demo)...
  • Focused on practical solutions to real-world development problems
  • Proven technique- Actual Exam Secrets Review
  • Free 1 Year Upgrade Policy

The Expert Trainer:

S Borg Richard Hundhausen -Microsoft Regional Director (MCT, CTT+, MCSD, MCSE, MCDBA)
Richard Hundhausen is the founder of the Idaho Delphi and the Boise Visual Developers User Group (now the Boise Software Developer's Group). He has been a technical editor and has collaborated on numerous .NET developer study guides for Wiley Gearhead Press, Pinnacle Publishing and New Riders. He has been working in IT for about 20 years, the last 10 as an independent consultant.
Richard is currently a Microsoft Regional Director. He has been the Key Note Speaker and trainer for Microsoft Corp. He presented a series of Windows 2003 Server and .NET training seminars for Microsoft Asia. He has also presented Visual Studio .NET and the .NET architecture to academic audiences in Cambridge, MA (MIT, Harvard, and Boston University) and Houston, TX (Rice, University of Houston, University of Texas, Texas A&M).

 Course Features:
  • Main Menu
    Move through hours of in-depth content - quickly and easily due to the efficient and organized structure.
  • PowerPoint
    Utilizing PowerPoint presentations enhances the delivery by displaying a variety of visual information to the user. This type of representation allows the user to better interpret the material through charts, definitions, graphs, and more...
  • Controls
    Move forward, back, and repeat entire topics or just a section. A progress bar illuminates as you advance through exercises.
  • Exclusive Learning Zone
    Train around the clock, around the world. Our certified online instructors are located at global support centers in the U.S., U.K., Australia, and Singapore to provide real-time answers to technology- and soft-skill-related questions 24x7. This means access to a live subject matter expert no matter where you are - day or night. This level of student/instructor interaction provides real-time training specific support and extends training beyond content and instructor-led solutions by providing flexibility to accommodate individual needs and schedules.
  • Study Guides
    Printable study guides for the entire course are available. This allows all material to be viewed, reviewed, and printed for viewing at a later date.
  • Review Exercises
    Each section has a review quiz to aid in the learning process by validating the comprehension of the material covered before moving on to a new section.
  • Resume Option
    All courses are resumed to where you left off last session allowing you to learn when it is convenient for you without the hassle of remembering where you where.
  • Full Motion Video
    All courses feature full-motion videos of instructors teaching the information as if they are speaking directly to you. Our unique delivery simulates a one-on-one classroom environment creating a more personal lesson and learning experience.
  • Certificate of Completion
    Career Academy is recognized worldwide for its technology-based IT training curriculums. Upon successful completion of our program, you will be receiving a Career Academy Distance Education Certificate of Completion.
  • Live Demonstrations
    Demonstrations are a way for the instructor to show and tell the user how to perform a task by actually doing it on screen in front of them. In this format it gives the user the power to see things done by a professional in the intended environment as many times as they would like.
Course Outline:

Level 1
Course Introduction
1.0 Course Prerequisites
1.1 Course Overview
Survey of the .NET Platform
1.1 .NET Framework
1.2 Common Language Runtime
1.3 Base Classes
1.4 Languages
1.5 Review
1.6 Reference Websites
Survey of C# Programming
2.1 Demonstration – Console Application
2.2 .NET Tools
2.3 Demonstration – .NET Tools
Lab - C# Language Specifications – Brief History
Level 2
Exploring Variables
1.1 Common Type System
1.2 Declaring Variables
1.3 Demo - Declaring Variables
1.4 Operators
1.5 Demo - Operators
1.6 Enumerations & Structures
1.7 Demo - Enumerations & Structures
1.8 Demo - Data Conversion
1.9 Demo - Value & Reference Types
1.10 Review
Level 3
Exceptions & Statements
1.1 Demo - Statement Blocks
1.2 Demo - Selection Statements
1.3 Demo - Iteration Statements
1.4 Demo - Jump Statements
1.5 Exception Handling
1.6 Demo - Exception Handling
1.7 Review
Level 4
Parameters & Methods
1.1 Demo - Methods
1.2 Demo - Parameters
1.3 Demo - Recursive & Overloaded Methods
1.4 Review
Organizing with Arrays
2.1 Demo - Declaring Arrays
2.2 Demo - Passing & Returning Arrays
2.3 Demo - Console Application
2.4 Collections
2.5 Review
Level 5
Object-Oriented Programming
1.1 Classes & Objects
1.2 Demo - Object Browser
1.3 Encapsulation & Development
1.4 Encapsulation Defined
1.5 Demo - Building Classes
1.6 Demo -Keywords & Classes
1.7 Review
Level 6
Forming & Disposing Objects
1.1 Demo - Creating Objects
1.2 Demo - Object Constructors
1.3 Demo - Private & Static Constructors
1.4 Object Disposal
1.5 Demo - Object Disposal
1.6 Demo - Disposal Design Pattern
1.7 Review
Level 7
C# Inheritance
1.1 Inheritance
1.2 Demo - Inheritance
1.3 Interfaces & Abstract Classes
1.4 Demo - Interfaces
1.5 Demo - Abstract Classes
1.6 Demo - Polymorphism
1.7 Review
Level 8
Internal Scope & Namespaces
1.1 Demo - namespaces
1.2 Demo - Base Class Library
1.3 Demo - String Class
1.4 Internal Scope
1.5 Demo - Internal Scope & Factory Pattern
1.6 Review
Level 9
Operators and Delegates
1.1 Demo - Overloading Operators
1.2 Demo - Delegates
1.3 Review
Exploring Attributes
2.1 Demo - Attributes
2.2 Demo - Custom Attributes
2.3 Demo - Reflection
2.4 Review
2.5 Final Comments
Level 10
Windows Forms
1.1 Demo - Creating a Form
1.2 Form Lifecycle
1.3 Demo - Events
1.4 Demo - Inheritance
1.5 MDI Applications
1.6 Demo - MDI Applications
1.7 Review
Level 11
Using Controls
1.1 Events
1.2 Demo - Events
1.3 Controls
1.4 Demo - Controls
1.5 Dialog Boxes
1.6 Demo - Dialog Boxes
1.7 Run Time Control Modification
1.8 Demo - Run Time Controls
1.9 Menus
1.10 Demo - Menus
1.11 Validating User Input
1.12 Demo - Validating User Input
1.13 Review
1.14 Web Resources
Level 12
Creating Controls
1.1 Overview
1.2 Options for Building Controls
1.3 How to Test a Control
1.4 Demo - Creating a Composite Control
1.5 Demo - Creating a Custom Control
1.6 Design-Time Support
1.7 Licensing a Control
1.8 Review
Lab - Creating and Using Controls
Level 13
Windows Forms Applications
1.1 ADO.NET
1.2 Data Connections Objects
1.3 Demo - Typed Data Set
1.4 Demo - Updating Data
1.5 Data Binding
1.6 Demo - Data Binding
1.7 Formatting Controls & Parsing Data
1.8 XML Web Services
1.9 Web Service Structure
1.10 Demo - Accessing a Web Service
1.11 Persisting Data & Serialization
1.12 Demo - File I/O
1.13 Demo - Serialization & De-serialization
1.14 Isolated Storage
1.15 Demo - Isolated Storage
1.16 Persisting Application Settings
1.17 Review
1.18 MS Application Blocks
Lab - Using DataSets
Level 14
Interoperability
1.1 .NET vs COM
1.2 Role of RCW
1.3 Demo - .NET vs COM
1.4 .NET & Win32 API
1.5 Demo - .NET & Win32 API
1.6 Review
Lab - Interoperability with COM
Printing and Reporting
2.1 Demo - Print Document Objects
2.2 Adding Functionality
2.3 Demo - Print Dialog Boxes
2.4 Using GDI+
2.5 Demo - Using GDI+
2.6 Review
Lab - Creating a Crystal Report
Level 15
Asynchronous Programming
1.1 Demo - Asynchronous Programming
1.2 Asynchronous Design Pattern
1.3 Demo - Asynchronous Design Pattern
1.4 Demo - Asynchronous Calls
1.5 Keeping Code Safe
1.6 Demo - Thread Safety
1.7 Review
Level 16
Application Usability
1.1 Demo - Accessibility
1.2 Application Help
1.3 Demo - Application Help
1.4 Localization
1.5 Demo - Localization
Lab - Add Context-Sensitive Help
Level 17
Windows Forms Application
1.1 Demo - Private Assemblies
1.2 Demo -Strong Named Assemblies
1.3 Global Assembly Cache
1.4 Demo - GAC & .dll Files
1.5 Demo - Application Configuration Files
1.6 Additional Configuration Files
1.7 Packaging & Deploying .NET
1.8 Demo - Deploying Applications
1.9 Review
Lab - Windows-Based Application
Level 18
Security
1.1 Code Access Security
1.2 Declaring Security Level
1.3 Demo - MSCorCfg & Permissions
1.4 Demo - Code Access Security
1.5 Role Based Security
1.6 Demo - Role Based Security
1.7 Demo - Generic Principle
1.8 Review
1.9 Course Summary
Lab - Administrating Policy Settings
The superior technology-based course curriculum strictly adheres to all of the Microsoft exam objectives. It is presented to you by leading certification instructors who are concise and engaging in their delivery. You will learn both the theory and practical aspects of the technologies as well as gain insight into the industry with their expert instruction. Each class session is presented in full motion audio/video, with step by step demonstrations, hands on labs and testing modules, to insure that you fully understand the subject matter. You can review each subject as needed to reinforce your knowledge. Exam simulators are included to fully prepare you for the certification exams.

ASP.NET is Microsoft's development platform for building enterprise level Web applications. In this ASP.NET For Developers training series, expert instructor Scott Anderson will discuss how to use familiar tools to create and make use of Web services enabled by ASP.NET. At the conclusion of this course, you will understand how to develop and implement Web-based applications with Web forms, ASP.NET, and the Microsoft .NET Framework. You'll also be able to build dynamic Web pages, fetch data stored in databases, utilize ASP.NET's new server controls and take full advantage of other ASP.NET-enable Web services.

Contact Us:

If you have any question we encourage you to contact us!




Send your comments and questions through our Feedback Form. Designed by 800-webdesign.com