Sunday, August 28, 2011

Video tutorials for Visual Studio



Video tutorials for Visual Studio
FLV | 3,05 GB

Content:

. NET Framework Basics

Installing Assemblies to the GAC

. NET Framework Class Library

Using the StringBuilder Class
System.Environment Namespace
Detecting File Changes in a Folder

. NET Framework Threading

Threading Concepts
A Simple Threading Application Example
A More Complex Threading Application Example
Working with a Threads Lifecycle
Debugging Threaded Applications

. NET Remoting Series

Introduction to. NET Remoting
Creating a Simple Remoted Component Example
MarshalByReference Server Activated SingleCall
MarshalByReference Server Activated Singleton
MarshalByValue
Configuring Remoted Hosts and Clients
Hosting Remoted Components in IIS
Hosting Remoted Components in a Windows Service
Creating a Remoted Surrogate for a COM + Serviced Component
Using the SOAPSuds Tool

ADO.NET

SQL Data Connection Object
SQL Data Command Object
Using the Data Command's Parameter Collection
Sql DataReader Object
SqlDataAdapter
Dataset Concepts
Strongly Typed Datasets via DataAdapter
Strongly Typed Datasets via XML Schema Designer
Creating Untyped Datasets at Runtime
Creating Untyped Datasets using VS.NET Editors
Using Access in ADO.NET
Understanding Concurrency
Optimistic Concurrency
A "Home Grown" Pessimistic Concurrency Example
Pessimistic Concurrency Using Transactions
ADO.NET Connection Pooling
ADO.NET DataView
Persisting a Dataset to XML
Optimizing DataReader Data Access
Understanding DataRow States and Versions
DataColumns.Expression

ASP.NET 2.0 "Atlas" and Ajax

Introduction to Atlas and Ajax
Downloading, Installing and Inspecting Atlas
Installing and Using Fiddler to Monitor Async Data Transfer
Introduction to the Atlas UpdatePanel
Extending Existing Controls with the UpdatePanel
Using the ScriptManager ErrorTemplate

ASP.NET 2.0 Architecture Series

01 - Architecture Series Introduction
02 - ASP.NET 2.0 Request Pipeline Processing
03 - ASP.NET 2.0 Page Compilation, Control Tree and Rendering
04 - ASP.NET 2.0 Page Lifecycle

ASP.NET 2.0 Data Access and Data-Binding

2001 - ADO.NET 2.0 Introductory Video
02 - Configuring a Local Microsoft SQL Server Connection String
03 - Configuring a Microsoft Access Connection String
04 - Configuring a Remote Microsoft SQL Server Connection String
05 - Returning Tabular Data Using an SqlDataSource Control
06 - Returning Tabular Data Using an AccessDataSource Control
07 - Using the SiteMapDataSource to Generate Navigation
08 - Binding XML Data to DataBound Controls Using the XmlDataSource
09 - Returning Tabular Data Using an ObjectDataSource
10 - Filtering and Binding Tabular Data Using the SqlDataSource
11 - Performing CRUD (Create, Retrieve, Update, Delete) Operations Using the ObjectDataSource
12 - Performing CRUD Operations on Disconnected DataTables and Updating the Source
1913 - Using an ADO.NET 2.0 SqlDataAdapter to Fill DataSets
1914 - Loading XML Data Into DataSets and DataTables
15 - Using the SqlCommand Object to Retrieve Data (Part 1 of 2)
16 - Using the SqlCommand Object to Retrieve Data (Part 2 of 2)
1917 - Using DataRelations in Untyped DataSets
1918 - Using DataRelations in Typed DataSets

ASP.NET Data Binding in VS.NET

Walkthrough: Creating a Databound DataGrid
Creating a DataConnection
Creating and Configuring a Data Adapter
Using the Query Builder
Creating, Testing and Using a DataSet from a DataAdapter
Creating a Master / Detail Application
Binding Related Tables in the DataGrid
Editing Related Tables in the DataGrid
Creating a Hierarchical Drilldown DataGrid
Creating an NTier Multipage Master / Detail App
Formatting Data in a DataGrid
Adding Paging to DataGrids
Edit Rows in ASP.NET DataGrid
DropDown in ASP.NET DataGrid

ASP.NET Server Controls

Building a Simple Server Control
Rendering Server Controls
Fundamental Server Control Concepts
More About Server Control Properties
Understanding Server Control Events
Understanding Server Control Postback Data

ASP.NET Web Form Controls

Common Appearance Properties
Common Behavior Properties
Common Data Properties
Common Layout and Misc Properties
Required Field Validator Control
Compare Validator Control
Range Validator Control
Regular Expression Validator Control
Custom Validator Control
Validation Summary Control
DropDownList Control
Repeater Control
DataList Control
Selecting and Editing Items in a DataList
ASP.NET Calendar Control
Using the PlaceHolder and LoadControl Together
Populating a Drop Down Listbox
Intro to the ASP.NET TreeView Control
Checkbox List Control
RadioButtonList Control
TextBox and HTMLEncode

ASP.NET Web Forms

Walkthrough: Creating an ASP.NET Web Forms App
Understanding Code Behind
Understanding Events, Postback and Page State
Understanding Request and Response Objects
Using the Application Object
Using the Session Object
Using Cascading Style Sheets
Previewing the Cascading Style Sheet
Creating a Style Rule
Creating a Frameset
Walkthrough: Creating a User Control
Tracing Using the Trace.AXD
ASP.NET Internals
Caching with ASP.NET
Creating an HTTP Handler
Setting Password Values ??in ASP.NET Text Boxes
Sending an Email in ASP.NET
Handling Exceptions Globally in ASP.NET
Fragment Caching with User Controls
Adding Data to Session
Beware of Absolute Positioning
Absolute Positioning Revisited
Passing Values ??Between Pages in ASP.NET
Creating Skins for your ASP.NET Apps
Creating a Scrollable Area in ASP.NET
Accepting PayPal Payments
Updating the Browser Capabilities Info

ASP.NET Web Matrix

Introduction to ASP.NET Web Matrix
ASP.NET Web Matrix Data Page Template Walkthrough
ASP.NET Web Matrix Data Page Template Walkthrough Part 2

ASP.NET Web Services

Walkthrough: Creating a Web Service
Walkthrough: Consuming a Web Service
Understanding the Web Service Help Page
Creating a Web Reference
Modifying Web References
Understanding Proxies
Setting the Namespace
Creating Web References to Web Services in VS.NET 2003

Beginning C #

C # Hello World and Creating Console Applications
C # If Statement
C # Switch Statement
C # For Loop
C # While Loop
C # Do Loop
C # Foreach Loop
C # Classes
Basics of Overloading and Inheritance with C #
Defining and Using Arrays in C #
C # Variables, Variable Scope and Modifier
C # Constants
C # Structs
C # Enumerations
C # Type Conversions
C # Checked and Unchecked Statements
C # Delegate Basics
Operator Overloading
Structured Exception Handling
Coding Exception Handling into your App

Beginning VB.NET

Getting Started
VB.NET Hello World and Creating Console Apps
Beginning Variables and Data Types
Operators, Expressions and Statements
What Just Went Wrong?
More About Console Applications
If, Then, Else
Select Case
While Statement
Do ... Loop Statements
For ... Next Statements
Structured Exception Handling in VB.NET
Coding Exception Handling into your Application
Introduction to Collections in VB.NET
Array Collection
ArrayList Collection
Queue Collection
Sorting IList Collections
Working with Multiple Elements of IList Collections
ListDictionary Collection
HashTable Collection
HybridDictionary Collection
SortedList Collection
Enumerating Through IDictionary Collections
Implementing IEnumerable and IEnumerator in Collections
Conditional Compilation
Setting Option Strict
Creating a Windows Service
VB.NET 2003 Loop Variable Declaration

C # 2.0 Advanced Language Features

Introduction to Anonymous Delegates
Introduction to Generics
Using List

C # for Beginners to Programming Workbook and Videos

Workbook QUESTIONS
Workbook ANSWERS
Lesson 1 - What is Computer Programming?
Lesson 2 - Computer Programming Workflow
Lesson 3 - Obtaining the Tools You'll Need
Lesson 4 - Creating a User Interface
Lesson 4 - Exercise
BEGIN2 - Orientation
Lesson 5 - Handling Events
Lesson 5 - Exercise
Lesson 6 - Setting Properties in Code
Lesson 6 - Exercise
Lesson 7 - Data Type Variable Declaration
Lesson 7 - Exercise
Lesson 8 - Statements
Lesson 9 - Program Flow
Lesson 9 - Exercise
Lesson 10 - Methods
Lesson 10 - Exercise
Lesson 11 - Object Oriented Programming with Classes
Lesson 12 - Fields, Properties and Methods
Lesson 12 - Exercise
Lesson 13 - Object Lifetime
Lesson 13 - Exercise
Lesson 14 - What is the. NET Framework?
Lesson 15 - Keeping Track of Data with Arrays
Lesson 15 - Exercise
Lesson 16 - Obtaining Data from a Text File
Lesson 16 - Exercise
Lesson 17 - Obtaining Data from a Database
Lesson 18 - Databinding Data to User Interface Controls
Lesson 18 - Exercise
Lesson 19 - Inserting, Updating and Deleting Data in a Database
Lesson 20 - Handling Exceptions
Lesson 21 - Debugging Applications
Lesson 22 - Building an ASP.NET Application
Lesson 22 - Exercise
BEGIN2 - Source Code
BEGIN2 - Loading Source Code

Configuration, Deployment and Security

Retrieving Application Settings from the web.config
Using Dynamic Properties
Walkthrough: Creating a Custom Login using Forms Authentication in ASP.NET
Introduction to Deploying. NET Apps
Walkthrough: Deploying WinForms Apps
Walkthrough: Deploying WebForms using Copy Project
Using Roles to Secure Content
Setting Authentication on Entire Folders in Web Forms
Writing to the System Registry
Reading from the System Registry
Building a Trace Listener
Using Resource Files
Security Baseline Analyzer
IIS Lockdown Tool
IIS Settings (Web Permissions)
Dangers of Copy Project

Crystal Reports

Starting with Crystal Reports
Crystal Reports for VS.NET Architecture
Walkthrough: Building a Report from Scratch
Walkthrough: Creating a Form Letter in CR for VS.NET

Getting Started with SQL Server 2005 Express Edition

Lesson 1: What is a database?
Lesson 2: Understanding Database Tables and Records
Lesson 3: More about Column Data Types and Other Properties
Lesson 4: Designing Relational Database Tables
Lesson 5: Manipulating Database Data
Lesson 6: More Structured Query Language
Lesson 7: Understanding Security and Network Connectivity
Lesson 8: Connecting your Web Application to SQL Server 2005 Express Edition
Lesson 9: Using SQL Server Management Studio
Lesson 10: Getting Started with Reporting Services
Lesson 11: Building and Customizing Reports in Business Intelligence Development Studio
Lesson 12: Creating and Using Stored Procedures
Lesson 13: Enabling Full-Text Search in your Text Data

Getting Started with Visual Web Developer 2005 Express Edition

Getting Started with Visual Web Developer 2005 Express Edition
Creating a Web Forms User Interface
Understanding More About Events and Postback
Understanding Web Application State
Debugging and Tracing your Website
Working with Stylesheets and Master Pages
Databinding to User Interface Controls
Working with the GridView and FormView
Securing your Web site with Membership and Login Controls
Configuring, Building and Deploying a Web site
ASP.NET 2.0 Quiz Engine Project - Designing and Planning
ASP.NET 2.0 Quiz Engine Project - Early Development
ASP.NET 2.0 Quiz Engine Project - Refining application Functionality
ASP.NET 2.0 Quiz Engine Project - Enabling Themes, Handling Exceptions and Deploying

IBuySpy Portal Series

Understanding the IBuySpy Portal
Downloading and Installing the IBuySpy Portal
Using the IBuySpy Portal
IBuySpy Internals
Creating an IBuySpy User Control
Creating Edit Pages for IBuySpy User Controls
V-lvsvtb.iso
IDE Proficiency Series for Visual Studio.NET 2003

Overview of the IDE
Working with Windows
Working with Toolbars
Creating, Opening and Closing a Project
Understanding Solutions and Projects
Adding a Project to a Solution
File Management within Projects
Setting Project Properties
Setting IDE Properties
Effective Code Window Techniques
Effective Debugging Techniques
Effective Tasklist Techniques
Searching through your Code
Using the Server Explorer
Utilizing Help

Object Oriented VB.NET

Understanding Classes and Objects
Creating Methods
Understanding Overloaded Methods
Constructors and Destructors
Creating and Referencing Assemblies
Understanding Namespaces
Inheritance Basics
VB.NET Delegate Basics
XML Object Serialization
Inheritance Basics
Polymorphism Basics
Favor Composition Over Inheritance
Find What Varies and Encapsulate It
Strategy Design Pattern
Interface Basics
Program to Interfaces and not to Implementations
More About Scoping and Interfaces
Abstract Factory Design Pattern
GRASP: High Cohesion
GRASP: Low Coupling
GRASP: Controller
GRASP: Expert
GRASP: Pure Fabrication
GRASP: Creator
GRASP: Indirection
GRASP: Dont Talk to Strangers
Model-View Seperation Pattern
GoF Creation Patterns: Singleton
GoF Creation Patterns: Builder
GoF Creation Patterns: Prototype
GoF Structural Patterns: Adapter
GoF Structural Patterns: Bridge
GoF Structural Patterns: Composite
GoF Structural Patterns: Decorator
GoF Structural Patterns: Facade
GoF Structural Patterns: Flyweight
GoF Structural Patterns: Proxy
GoF Behavioral Patterns: Chain of Responsibility
GoF Behavioral Patterns: Command
GoF Behavioral Patterns: Interpreter
GoF Behavioral Patterns: Iterator

Plank.NET eCommerce Project

Episode 1 - Introduction to the Plank.NET Project
Episode 2 - Plank.NET: Microsoft Solutions Framework
Episode 3 - Plank.NET: Gathering Information and Organizing it with Use Cases
Episode 4 - Plank.NET: Creating the Use Case Diagram
Episode 5 - Plank.NET: Assembling the Team and Creating Informal Requirements
Episode 6 - Plank.NET: Beginning the Vision / Scope Document

SDKs, Tools, Utilities and 3rd Party Components

Using FxCop
Using SMTP, POP3, MIME and MX Validation in ASP.NET
MSN Style Popup Box
Dotfuscator in VS.NET 2003

VB.NET for Beginners to Programming Workbook and Videos

Workbook QUESTIONS
Workbook ANSWERS
BEGIN1 - Orientation
Lesson 1 - What is Computer Programming?
Lesson 2 - Computer Programming Workflow
Lesson 3 - Obtaining the Tools You'll Need
Lesson 4 - Creating a User Interface
Lesson 4 - Exercise
Lesson 5 - Handling Events
Lesson 5 - Exercise
Lesson 6 - Setting Properties in Code
Lesson 6 - Exercise
Lesson 7 - Data Types, Variables and Variable Declaration
Lesson 7 - Exercise
Lesson 8 - Statements
Lesson 9 - Procedures - Sub-Routines and Functions
Lesson 9 - Exercise
Lesson 10 - Program Flow
Lesson 10 - Exercise
Lesson 11 - Re-Using Code in Modules
Lesson 11 - Exercise
Lesson 12 - Object Oriented Programming with Classes
Lesson 13 - Fields, Properties and Methods
Lesson 13 - Exercise
Lesson 14 - Object Lifetime
Lesson 14 - Exercise
Lesson 15 - What is the. NET Framework?
Lesson 16 - Keeping Track of Data with Arrays
Lesson 16 - Exercise
Lesson 17 - Obtaining Data from a Text File
Lesson 17 - Exercise
Lesson 18 - Obtaining Data from a Database
Lesson 18 - Exercise
Lesson 19 - Data-binding Data to User Interface Controls
Lesson 19 - Exercise
Lesson 20 - Inserting, Updating and Deleting Data in a Database
Lesson 21 - Handling Exceptions
Lesson 22 - Debugging Applications
Lesson 23 - Building an ASP.NET Application
Lesson 23 - Exercise
Source Code for BEGIN1 Series
Loading Source Code for the BEGIN1 Series

Visual Basic 2005 Express Edition for Beginners

Getting Started with Visual Studio 2005 Express Editions
Creating a Windows Application User Interface
Writing Code to Handle Events and Set Properties
Working with Variables, Expressions, Statements, and Operators
Using Branching and Recursion
Object Oriented Programming Fundamentals - Part 1
Object Oriented Programming Fundamentals - Part 2
Getting to Know the. NET Framework
Obtaining Data from a SQL Server 2005 Express Edition Database
Databinding Data to User Interface Controls
Working with XML
Handling Exceptions
The RSS Reader Project - Designing and Planning
The RSS Reader Project - Building the UI
The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
The RSS Reader Project - Expanding and Refining Application Functionality
The RSS Reader Project - Fortifying, Testing and Deploying the Application
Supplimental Readings

Visual Basic 2005 Express Edition Study Guide

Study Guide Exercise Solution for Lesson 01 (vb 2005)
Study Guide Exercise Solution for Lesson 02 (vb 2005)
Study Guide Exercise Solution for Lesson 03 (vb 2005)
Study Guide Exercise Solution for Lesson 04 (vb 2005)
Study Guide Exercise Solution for Lesson 05 (vb 2005)
Study Guide Exercise Solution for Lesson 06 (vb 2005)
Study Guide Exercise Solution for Lesson 07 (vb 2005)
Study Guide Exercise Solution for Lesson 08 (vb 2005)
Study Guide Exercise Solution for Lesson 09 (vb 2005)
Study Guide Exercise Solution for Lesson 10 (vb 2005)
Study Guide Exercise Solution for Lesson 11 (vb 2005)
Study Guide for Visual Basic 2005 Express Edition for Absolute Beginners

Visual C # 2005 Express Edition for Beginners

Getting Started with Visual C # 2005 Express Edition
Creating a Windows Application User Interface
Writing Code to Handle Events and Set Properties
Working with Variables, Expressions, Statements, and Operators
Using Iteration and Selection Statements
Object Oriented Programming Fundamentals - Part 1
Object Oriented Programming Fundamentals - Part 2
Getting to Know the. NET Framework
Obtaining Data from a SQL Server 2005 Express Edition Database
Databinding Data to User Interface Controls
Working with XML
Handling Exceptions
The RSS Reader Project - Designing and Planning
The RSS Reader Project - Building the UI
The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
The RSS Reader Project - Expanding and Refining Application Functionality
The RSS Reader Project - Fortifying, Testing and Deploying the Application
Supplimental Readings

Visual C # 2005 Express Edition Study Guide

Study Guide Exercise Solution for Lesson 01 (C # 2005)
Study Guide Exercise Solution for Lesson 02 (C # 2005)
Study Guide Exercise Solution for Lesson 03 (C # 2005)
Study Guide Exercise Solution for Lesson 04 (C # 2005)
Study Guide Exercise Solution for Lesson 05 (C # 2005)
Study Guide Exercise Solution for Lesson 06 (C # 2005)
Study Guide Exercise Solution for Lesson 07 (C # 2005)
Study Guide Exercise Solution for Lesson 08 (C # 2005)
Study Guide Exercise Solution for Lesson 09 (C # 2005)
Study Guide Exercise Solution for Lesson 10 (C # 2005)
Study Guide Exercise Solution for Lesson 11 (C # 2005)
Study Guide for Visual C # Express Edition for Absolute Beginners

Visual Source Safe Series

Installing and Setting Up Visual Source Safe
Basic VSS Workflow
VSS Integration in VS.NET

Visual Studio Team System Features

Static Analysis of Unmanaged C / C + + Code
Code Coverage
Static Analysis of Managed Code
Profiling ASP.NET Applications
Profiling Windows Applications
Generating and Running a Unit Test
Class Design with the Visual Studio 2005 Class Designer
Refactoring Classes using the VS2005 Class Designer
Using the Visual Studio 2005 Class Designer for Creating Documentation
Visualizing code using the Visual Studio 2005 Class Designer
Designing a Distributed Application using the Application Designer
Binding a Distributed Application to a Logical Datacenter Diagram using the Deployment Designer
Importing IIS Settings into the Distributed System Designers
Designing a Logical Datacenter
Using the System Designer to Create Composable Systems
Extending the Distributed System Designers using the SDM SDK
Automating Nightly Builds w / Team Build
Customizing the Build Process w / Team Build
Using the Team Explorer
Configuring Team Foundation Notifications
Customizing Process Templates
Customizing Work Items
Microsoft Excel Integration
Microsoft Project Integration
The MSF Agile Process Template
Project Metrics Data Warehouse
Navigating the VSTS Project Portal
Understanding VSTS Reports
Creating Custom Reports in VSTS
Introduction to Version Control in Visual Studio Team System: Branching
Using Team Foundation Server's Command Line Tools
Enforcing and Customizing Check-in Policies
Introduction to Version Control in Visual Studio Team System: Check-in/Check-out
Introduction to Version Control in Visual Studio Team System: Changesets
Introduction to Version Control in Visual Studio Team System: Workspaces
Introduction to Version Control in Visual Studio Team System: Diffing
Introduction to Version Control in Visual Studio Team System: Shelving
Creating and Running a Web Test
Command Line Test Execution
Creating and Running a Load Test
Creating and Executing a Manual Test
Managing Test Cases in Visual Studio Team System

Visual Studio.NET 2005 Beta

What is X #?
Understanding Data Relations
WHIDBEY - View Edit Properties
WHIDBEY - Control Array
WHIDBEY - Find and Replace Enhancements
WHIDBEY - VB.NET XML Comments
WHIDBEY - Auto Complete
WHIDBEY -. NET Generics
WHIDBEY: DataSource Control Pt. 1 - Basic Binding to GridView Control
WHIDBEY: DataSource Control Pt. 2 - Inline Editing in GridView
WHIDBEY: DataSource Control Pt. 3 - Filtering GridView Rows Based On Other Controls
WHIDBEY: DataSource Control Pt. 4 - Binding to DetailView Control, Master-Detail
WHIDBEY: GridView Field Types
Introduction to VS.NET 2004 Whidbey Alpha / Beta
ClickOnce Deployment
Visual Basic.NET 2.0 My Namespace

Visual Studio.NET IDE Proficiency

Start Page
Main Area
Working with Windows
Working with Toolbars
Creating a New Project
Opening and Closing a Project
Understanding Solutions and Projects
Adding a Project to a Solution
Using the Solution Explorer
File Management within Projects
Understanding Designer Generated Code
Code Window: Keyboard Shortcuts
Code Window: Intellisense
Code Window: Using Dynamic Help
Code Window: Organizing Code with Regions
Code Window: Navigating Through Code
Defining Breakpoints and Stepping Through Code
Advanced Breakpoint Techniques
Server Explorer's SQL Server Integration
Using the Tasklist
Starting Multiple Projects within a Solution
Understanding the TargetSchema
Using Macros
Using the Watch Window
Using the Command Window
Creating Templates
Hyperlinks in your Comments
Launching External Tools
Layout and Positioning Toolbar
Turn on your Line Numbering!
The Browse With ... Tool
VS.NET 2003 DB Password Saving Options
Correcting VS.NET Debugging Problems

Visual Studio.NET XML Designer

Walkthrough: Creating an XSD Schema
Walkthrough: Creating an XML Document based on a Schema
Walkthrough: Generating a DataSet from a Schema
XML Designer User Interface
Understanding Elements and Attributes
Creating Sub Elements (Unnamed Complex Types)
Understanding SimpleTypes and Facets
Understanding (Named) Complex Types
Understanding Groups
Understanding Keys
Understanding Relations

Visual Web Developer (C #) Study Guide

Study Guide for Visual Web Developer 2005 Express Edition (C # Edition) for Absolute Beginners
Study Guide Exercise Solution for Lesson 01 (vwd c #)
Study Guide Exercise Solution for Lesson 02 (vwd c #)
Study Guide Exercise Solution for Lesson 03 (vwd c #)
Study Guide Exercise Solution for Lesson 04 (vwd c #)
Study Guide Exercise Solution for Lesson 05 (vwd c #)
Study Guide Exercise Solution for Lesson 06 (vwd c #)
Study Guide Exercise Solution for Lesson 07 (vwd c #)
Study Guide Exercise Solution for Lesson 08 (vwd c #)
Study Guide Exercise Solution for Lesson 09 (vwd c #)
Study Guide Exercise Solution for Lesson 10 (vwd cs)

Visual Web Developer (VB) Study Guide

Study Guide for Visual Web Developer 2005 Express Edition (VB Edition) for Absolute Beginners
Study Guide Exercise Solution for Lesson 01 (vwd vb)
Study Guide Exercise Solution for Lesson 02 (vwd vb)
Study Guide Exercise Solution for Lesson 03 (vwd vb)
Study Guide Exercise Solution for Lesson 04 (vwd vb)
Study Guide Exercise Solution for Lesson 05 (vwd vb)
Study Guide Exercise Solution for Lesson 06 (vwd vb)
Study Guide Exercise Solution for Lesson 07 (vwd vb)
Study Guide Exercise Solution for Lesson 08 (vwd vb)
Study Guide Exercise Solution for Lesson 09 (vwd vb)
Study Guide Exercise Solution for Lesson 10 (vwd vb)

Web Service Enhancements 2.0

Introduction to Web Service Enhancements 2.0
Using Web Service Enhancements 2.0 to add Basic Security and Diagnostics

Windows Forms

Walkthrough: Creating an MDI WinForms App
Walkthrough: Using the Data Form Wizard
Visual Inheritance
Docking and Anchoring
Using an ActiveX Control in a WinForms Application
Using the ErrorProvider Control
Understanding DataBindings Under the Hood
Loading an MDI Child in WinForms
Drag and Drop in WinForms
Understanding DataBinder.Eval and Container.DataItem
. NET 2003 Non-Rectangular WinForms
DropDown in WinForms DataGrid
WinForms HelpProvider Control
WinForms ErrorProvider Control
WinForms ListView Control
WinForms TabControl Control

Windows Forms Controls Series (2005)

How to Add Audio - Part 1
How to Add Audio - Part 2
Customizing the Button Control
How to use the Dialog Controls
How to use the FlowLayout Panel
How to create a System Tray application using the NotifyIcon control
How to call other applications using the Process control
How to use the SplitContainer control
How to use the TableLayout control
How to use the Timer control
How to use the BackgroundWorker Control
How to use the ListView Control Part 1: Basics
How to use the ListView Control Part 2: Advanced
How to use the MenuStrip Control
How to use the PictureBox Control
How to use the RichTextBox Control
How to use the StatusStrip Control
How to use the Tab Control
How to use the ToolStrip Control
How to use the TreeView Control
How to use the WebBrowser Control



Code:
Filesonic
http://www.filesonic.com/file/1229902574/Video Training Package DVD 1&2.part01.rar
http://www.filesonic.com/file/1229911724/Video Training Package DVD 1&2.part02.rar
http://www.filesonic.com/file/1229912014/Video Training Package DVD 1&2.part03.rar
http://www.filesonic.com/file/1229917054/Video Training Package DVD 1&2.part04.rar
http://www.filesonic.com/file/1229921864/Video Training Package DVD 1&2.part05.rar
http://www.filesonic.com/file/1229922034/Video Training Package DVD 1&2.part06.rar
http://www.filesonic.com/file/1229925284/Video Training Package DVD 1&2.part07.rar

Wupload
http://www.wupload.com/file/19020323/Video Training Package DVD 1&2.part01.rar
http://www.wupload.com/file/19019520/Video Training Package DVD 1&2.part02.rar
http://www.wupload.com/file/19019048/Video Training Package DVD 1&2.part03.rar
http://www.wupload.com/file/19018334/Video Training Package DVD 1&2.part04.rar
http://www.wupload.com/file/19017868/Video Training Package DVD 1&2.part05.rar
http://www.wupload.com/file/19017110/Video Training Package DVD 1&2.part06.rar
http://www.wupload.com/file/19016929/Video Training Package DVD 1&2.part07.rar

No comments:

Post a Comment