Home
Username:
Password:
Microsoft Visual C# .NET Training

CD Contents For This Title

 All the chapters and lesson contents of Microsoft Visual C# .NET are listed below.

To help you evaluate our training, we have made some of the tutorials for Microsoft Visual C# .NET freely available. Click on any of the linked lesson listings below to preview FREE!

Microsoft Visual C# .NET programming is part of the comprehensive tool set for creating XML Web services and Microsoft .NET-connected applications for Windows and the Web using the component-oriented C# development language. VTC Author Brian Maxx will guide you through the starting steps of C# development, as well as moving into more detailed projects as the course moves ahead. This title also comes with plenty of Work Files to use in sharpening your C# programming skills. To begin learning today, simply click on the Microsoft Visual C# .NET links.

Choose your media type:


QT To view the Free Tutorials listed below, you must have QuickTime installed. Please note that the online free samples have been compressed for quicker downloads. Purchased CDs have higher sound and video quality.
Monitor resolution needs to be set to at least 1024 by 768 to view the entire movie.

Introduction
  Introduction (04:54)
  About this Course (05:10)
  C# & .NET (05:57)
The .Net Solution
  About the .Net Framework (05:37)
  The Common Language Runtime (03:41)
  Assemblies (03:29)
  .NET Types (05:35)
  Working with Namespaces (06:03)
  Browsing .NET Namespaces (06:34)
  Working in Visual Studio.NET Pt.1 (06:51)
  Working in Visual Studio.NET Pt.2 (03:47)
  Using the Command-Line Compiler (06:32)
  Creating a Console Application (06:47)
Jumping Into C#
  A Minimum C# Class (04:10)
  Main() (04:19)
  Adding Classes to Projects (05:49)
  Aspects of an Application (05:59)
  Some Language Fundamentals (03:12)
  A Visual Studio .Net Example (04:34)
Data & Value Types
  Declaring & Initializing Variables (04:00)
  Declaring Member Access (04:07)
  Constants (03:43)
  Signed & Unsigned Types (03:26)
  CLS-Compliant Types (02:36)
  Literals (07:12)
  Type Converting (06:07)
  System.Convert Classes (05:36)
  System.Convert Shortcuts (04:46)
  Formatting Type Output (03:35)
  Arithmetic Operations (05:47)
Reference Types & More
  Value & Reference Types (05:55)
  Boxing & Unboxing (03:23)
  String Reference Types (02:32)
Classes & Objects
  Defining Classes Pt.1 (05:14)
  Defining Classes Pt.2 (03:15)
  Fields (05:29)
  Properties (06:33)
  Methods & Passing Parameters (07:16)
  Creating & Destroying Objects (05:48)
  Member Access Modifiers & Scope (05:03)
  Overloading Methods & Constructors (06:03)
  Static Methods & Fields Pt.1 (05:38)
  Static Methods & Fields Pt.2 (04:04)
Enums & Structures
  Enums (Enumerations) (05:51)
  Working with Enums Pt.1 (06:24)
  Working with Enums Pt.2 (03:04)
  Structs (04:30)
  Struct Constructors (04:31)
Core Programming
  Expressions (03:15)
  Statements & Blocks (05:06)
  for Loops (05:57)
  foreach/in Loops (04:18)
  while & do while Loops (05:02)
  Relational & Equality Operators (06:26)
  if/else Statements (03:41)
  Switch Statements (03:42)
  Exception Handling (05:47)
  try/catch & finally (06:45)
  Multipe Catches & More (04:04)
Working With Strings
  .NET Strings (04:18)
  Strings/Length & Case (04:49)
  Concatenate & StringBuilder (07:20)
  More StringBuilder (04:31)
  Clone/Copy & CopyTo (03:26)
  Substrings/Trim & Pad Pt.1 (05:03)
  Substrings/Trim & Pad Pt.2 (03:29)
  GetType/Equality & Compare (05:04)
  Regular Expressions Pt.1 (05:24)
  Regular Expressions Pt.2 (04:44)
  String.Format (03:40)
Delegates & Events
  Delegates (06:53)
  Events (05:05)
  A Complete Delegate Example (03:19)
Windows Applications
  Using System.Windows.Forms (03:40)
  Minimum Windows Applications Pt.1 (05:43)
  Minimum Windows Applications Pt.2 (07:16)
  A Visual Studio .NET Example Pt.1 (06:36)
  A Visual Studio .NET Example Pt.2 (06:19)
  Visual Studio.NET Design (06:16)
  Application Class Pt.1 (06:33)
  Application Class Pt.2 (07:17)
  The Digital Clock Example (06:38)
  Working with Flash Objects (05:52)
  Working with Windows Media (06:49)
  An Advanced Example (05:30)
Core Programming In Use
  Interfaces Pt.1 (04:46)
  Interfaces Pt.2 (05:22)
  Defining Arrays (04:37)
  Using Arrays (04:34)
  System.Collections (03:13)
  HashTable (03:40)
  Stacks & Queues (04:15)
Object Oriented Techniques
  Encapsulation (05:18)
  Inheritance (06:21)
  Polymorphism (06:08)
  Base Classes & Base Keyword (06:12)
  Abstract Clases (05:25)
  Object - The Root of all Classes (03:47)
  Nesting Classes (06:09)
File System I/O & Streams
  System.IO Overview (05:36)
  Directories & File Classes (05:13)
  StreamReader (06:04)
  StreamWriter (04:17)
Namespaces & Assemblies
  Using Assemblies & Namespaces (03:59)
  Class Library DLLs Pt.1 (06:17)
  Class Library DLLs Pt.2 (03:38)
  Private vs. Global Assemblies (04:17)
  Global Assembly Cache Pt.1 (05:34)
  Global Assembly Cache Pt.2 (03:19)
  Global Assembly Cache Pt.3 (06:47)
Data Access (ADO.NET & XML)
  ADO.NET Architecture (04:55)
  Accessing Data (04:47)
  Data Grids & More AD.NET (05:09)
  Working with XML Documents (05:06)
  Reading XML Documents (06:59)
  XMLTextReader Example Pt.1 (06:43)
  XMLTextReader Example Pt.2 (02:51)
  Writing XML Documents (04:25)
Web Applications
  ASP.NET Introduction (05:35)
  Setting Up ASPX Pages (06:20)
  Working with Web Forms (06:17)
  Embedded Scripts & Events (05:55)
  ViewState & Postbacks (06:32)
  Web Controls (Calender) (07:08)
  CodeBehind (06:35)
  Our CodeBehind Examples (04:22)
Web Services
  Introduction (03:24)
  Consuming Web Services (06:52)
  Building Web Services (05:49)
Graphics Programming
  System.Drawing Namespaces (04:04)
  Drawing Graphics (07:04)
  Our Graphic View Explained (03:48)
  Coding Out Graphic Viewer Pt.1 (06:33)
  Coding Out Graphic Viewer Pt.2 (05:54)
  Coding Out Graphic Viewer Pt.3 (03:14)
Wrap Up
  You Made It! (02:19)
Credits
  About this Author (02:48)

Title Information / Pricing

Title: Microsoft Visual C# .NET
Author: Brian Maxx
SKU: 33592
ISBN: 1-932808-39-6
Release Date: 2005-01-11
Price:
Duration: 8 hrs / 137 lessons
Work Files: Yes
Captions: No
Compatibility: Vista/XP/2000, OS X, Linux
QuickTime 7

Online University Access all our Training for only 30

The Online University provides unlimited 24/7 access to ALL of VTC's incredible training content for the low fixed price of just $30/month (USD)


Select Bandwidth

Click "High Bandwidth" if you want to view movies at the highest quality available. Click "Low Bandwidth" if on a slow dial-up connection. The low bandwidth movies are slightly more compressed and smaller in file size, allowing for faster streaming.

* Bandwidth selection only available for QuickTime versions of tutorials, not Flash.


Select:

Now Shipping

Autodesk Sketchbook Pro 6 for Desktop and iPad

Autodesk Sketchbook Pro 6 for Desktop and iPad

View the first three chapters of this tutorial FREE!


Client Testimonials

This site is exactly what I have been looking for. I am a 1 person consulting company that has been searching (for quite some time) for a way to...

John M