17 Apr 09 Visual Studio.NET IDE Proficiency

http://i269.photobucket.com/albums/jj44/downarchive2/keosoft/home_top_left.jpg

Home: www.learnvisualstudio.net/content/series/visual_studiodotnet_ide_proficiency.aspx

This series will walk the beginner through the Visual Studio.NET interface and provides lots of helpful tips and tricks on getting the most out of your coding experience. These videos highlight why Visual Studio.NET is one of the most advanced code editing environments available today.

The following videos are available for this series:

Start Page
As you first open Visual Studio, the Start Page appears in the main area of the screen. The start page is little more than a series of web pages comprised of HTML, and XML that is rendered by XSL. Additionally, it makes heavy use of DHTML. However, from an end user perspective, it gives the developer quick access to 1) project and solution management info, 2) community content and links, and 3) environment customization and updates to the Visual Studio.NET IDE when they become available. This video provides an overview of the functionality within the Start Page.
Main Area
The main area is where you will do most of your work within Visual Studio.NET. The main area is a container for tabs. Each tab represents a work area for one or more files. This video shows how to navigate through, arrange, group and manage the tabs
Working with Windows
This video demonstrates how to work with fixed and auto-hide windows within the IDE. Auto-hide windows provide a means of saving “screen real estate” by sliding in and out from a given side of the IDE. Additionally, it demonstrates how to navigate
Working with Toolbars
This video shows you how to customize your IDE to show or hide toolbars, dock them in different positions, modify the icons in existing toolbars, and creating your own toolbars filled with the functionality you use most.
Creating a New Project
Creating projects is one of the most fundamental first steps in Visual Studio. This video thoroughly explains options in the New Project dialog which is used to create project templates that will get you started quickly by creating a project with in
Opening and Closing a Project
This video demonstrates many different techniques that can be used to open an existing project. Particular attention is given to the Open Project dialog. Finally, the lesson demonstrates how to close a project that is currently open.
Understanding Solutions and Projects
Managing all of the files and settings that comprise a project can be difficult. That is the purpose for a “project” within Visual Studio which is a collection of all the files (code files, web pages, XML files, etc.) and settings (references) that
Adding a Project to a Solution
This video demonstrates how to create a blank Solution, then add projects to the solution file. This technique allows you to create a name for your solution that is not defaulted to the first project’s name, such as is the case when you go straight
Using the Solution Explorer
The Solution Explorer serves the purpose of allowing you to navigate and manage the files in a project, and the projects in a solution. The Solution Explorer provides context sensitive functionality by right clicking items in the window, or in the s
File Management within Projects
This video goes into greater depth about adding new or existing files to a project, add folders, rename, delete and exlude files. It also explains why you sometimes see faded icons in the Solution Explorer.
Starting Multiple Projects within a Solution
Demonstrates how to configure your solution so that more than one project runs when you select the Start option from Visual Studio.NET
Understanding Designer Generated Code
When using the Toolbox, the Property window and a Designer Surface, the end result is that code is generated for you. This video explains this process, and makes a distinction between designer generated information and Code Behind that was introduced
Code Window: Keyboard Shortcuts
Demonstrates how to use keyboard shortcuts to speed up your coding in the code window.
Code Window: Intellisense
Intellisense consists of a number of utilities that provide context sensitive information to help the developer remember and enter the correct code. Some of these features have been enhanced from previous versions of Visual Studio to provide additional assistance. This video explains what each of the features of Intellisense are, and how to utilize them while developing in the code window.
Code Window: Using Dynamic Help
The Dynamic Help feature will provide help suggestions as you type code. By selecting one of the suggested links, a help window is opened in the main area. This video highlights the use of Dynamic Help as you create your applications.
Code Window: Organizing Code with Regions
Code Regions allow you define sections of code to “roll-up” to reduce the amount of code you have to search through. Outlining is similar, and is provided automatically for each procedure in your code. Both of these concepts are explained more thoroughly and demonstrated in this video.
Code Window: Navigating Through Code
This video highlights two methods for navigating through your code. The Class and Procedure selectors within the Code window allow you to select the specific code areas from drop down list boxes located at the top of the code window. The Class View window shows all the namespaces, classes and procedures that are contained across multiple files. The use of these two techniques are demonstrated and explained.
Using the Tasklist
Details how to utilize the Tasklist window to save time and find reminders of ToDos, Bugs, Unfinished code, bookmarks, and more. Also describes how to create your own Tasklist Monikers.
Defining Breakpoints and Stepping Through Code
This video shows the fundamentals of setting a simple breakpoint and stepping through code. It shows how to use the Step Into, Step Over and Step Out features, how to determine the values in variables while in break mode, and more. Debugging skills: don’t leave home without it!
Advanced Breakpoint Techniques
This video demonstrates some more advanced uses of breakpoints like setting conditions and setting hit count. Also, it explains functionality of the Breakpoint window.
Server Explorer’s SQL Server Integration
This video demonstrates how to connect to databases, create new databases, manage tables, stored procedures, views and database diagrams all with the use of the Server Explorer’s built in SQL Server management console.
Understanding the TargetSchema
Explains and demonstrates how to the set the TargetSchema for a Web Form so that the .NET Framework renders the page targeted at different browser versions
Using Macros
Demonstrates how to record, edit, debug and run macros using the Macro Explorer, the Macro IDE, and creating keyboard and toolbar shortcuts.
Using the Watch Window
Using the Watch Window
Using the Command Window
Using the Command Window
Creating Templates
Creating Templates
Hyperlinks in your Comments
Hyperlinks in your Comments
Launching External Tools
Launching External Tools
Layout and Positioning Toolbar
Layout and Positioning Toolbar
Turn on your Line Numbering!
Turn on your Line Numbering!
The Browse With … Tool
The Browse With … Tool
VS.NET 2003 DB Password Saving Options
VS.NET 2003 DB Password Saving Options
Correcting VS.NET Debugging Problems
Correcting VS.NET Debugging Problems

Download

visual_studiodotnet_ide_proficiency.rar

http://rapidshare.com/files/221535838/visual_studiodotnet_ide_proficiency.rar

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW


17 Apr 09 Visual Studio.NET 2005 Beta

http://i269.photobucket.com/albums/jj44/downarchive2/keosoft/home_top_left.jpg

Home: http://www.learnvisualstudio.net/content/series/visual_studiodotnet_2005_beta.aspx

These videos discuss some of the new features that will be available in Visual Studio.NET 2005 Beta, codenamed Whidbey.

The following videos are available for this series:

Introduction to VS.NET 2004 Whidbey Alpha/Beta
Demonstrates new features of Visual Studio.NET 2004 and .NET Framework 1.2 in this Alpha
What is X#?
This is now known as XAML and has changed dramatically since this video was originally produced. Will probably remove this video eventually.
ClickOnce Deployment
Demonstrates new Windows Forms deployment model that allows no-touch web-based deployment and automatic updates
Visual Basic.NET 2.0 My Namespace
Demonstrates use of the new My namespace which provides a shortcut to the most commonly used .NET Framework Class Library classes and methods.
WHIDBEY – View Edit Properties
Demonstrates the View Edit properties when setting the properties of multiple controls on a form.
WHIDBEY – Control Array
The Control Array allows you to group controls on a form into an array that can be looped through and read or changed.
WHIDBEY – Find and Replace Enhancements
Much improvment has been made to the find and replace functionality in Visual Studio.NET 2005. This video highlights some of the cool new features.
WHIDBEY – VB.NET XML Comments
C# users have enjoyed XML comments and reports since inception, and now VB.NET users can benefit from this helpful documenting feature as well.
WHIDBEY – Auto Complete
Ever wanted the same functionality found in Internet Explorer or Quicken … when you type the previous options show in a history list under the text box? New Win Forms enhancements allow this.
WHIDBEY – .NET Generics
Create strongly typed collections and generic methods that work with any type you need to use. This new .NET buzzword is explained.
WHIDBEY: DataSource Control Pt. 1 – Basic Binding to GridView Control
WHIDBEY: DataSource Control Pt. 1 – Basic Binding to GridView Control
WHIDBEY: DataSource Control Pt. 2 – Inline Editing in GridView
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. 3 – Filtering GridView Rows Based On Other Controls
WHIDBEY: DataSource Control Pt. 4 – Binding to DetailView Control, Master-Detail
WHIDBEY: DataSource Control Pt. 4 – Binding to DetailView Control, Master-Detail
WHIDBEY: GridView Field Types
WHIDBEY: GridView Field Types
Understanding Data Relations
Understanding Data Relations

Download

visual_studiodotnet_2005_beta.rar

http://rapidshare.com/files/221528921/visual_studiodotnet_2005_beta.rar

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW


17 Apr 09 Visual Studio Team System Features

http://i269.photobucket.com/albums/jj44/downarchive2/keosoft/home_top_left.jpg

Home:
http://www.learnvisualstudio.net/content/series/visual_studio_team_system_features.aspx

This set of videos was created for use by the Visual Studio Team System group for marketing their purposes. It focuses on the features of Visual Studio Team System for building enterprise-class software with features that help to automate and guide the entire team through the full life-cycle development process.

The following videos are available for this series:

Static Analysis of Unmanaged C/C++ Code
Static analysis features in VSTS allow you to perform a code review against a set of rules that can be customized and extended. This video demonstrates how to utilize the Static Coverage tool in VSTS for your unmanaged C/C++ code
Code Coverage
After running unit tests against your code, you may want to determine how complete your unit tests are and what code has not been tested by the current collection of tests. VSTS Code Coverage provides both a visual tool as well as tabular metrics on the effectiveness of your unit tests. This video demonstrates how to enable and interpret code coverage data.
Static Analysis of Managed Code
Static analysis features in VSTS allow you to perform a code review against a set of rules that can be customized and extended. This video demonstrates how to utilize the Static Coverage tool in VSTS for your managed C# or Visual Basic code.
Profiling ASP.NET Applications
Profiling allows you to see where the performance bottle necks are in your application so that you can improve its speed and responsiveness. This video demonstrates how to take advantage of Profile for web-based ASP.NET applications and view the results of profiling sessions.
Profiling Windows Applications
Profiling allows you to see where the performance bottle necks are in your application so that you can improve its speed and responsiveness. This video demonstrates how to take advantage of Profile for .NET Windows applications and view the results of profiling sessions.
Generating and Running a Unit Test
Unit Tests allow developers to perform quick checks against individual or collections of methods to ensure that functionality continues to perform as expected, especially after adding more code to the project. This video demonstrates how to easily generate new unit tests directly from your source code.
Class Design with the Visual Studio 2005 Class Designer
The Class Designer allows Architects and Developers to design the implementation details of the classes that comprise a system. The Visual Studio 2005 Class Designer provides two ?iews?of the functionality Sa (traditional) code view and a designer view. This video demonstrates how to utilize the Class Designer to design and implement classes for your applications.
Refactoring Classes using the VS2005 Class Designer
The Class Designer provides two views of the same source used to create applications. This includes the code view, which most developers have grown accustomed to, as well as a designer view which provides a visual way of describing source. This video demonstrates and further explains what this means and how to utilize it during development.
Using the Visual Studio 2005 Class Designer for Creating Documentation
The Class Designer can also be used to produce documentation for developers, the support team, the maintenance team and more. This video demonstrates a few of the ways that this can be accomplished.
Visualizing code using the Visual Studio 2005 Class Designer
The Class Designer provides two views of the same source used to create applications. This includes the code view, which most developers have grown accustomed to, as well as a designer view which provides a visual way of describing source. This video demonstrates and further explains what this means and how to utilize it during development.
Designing a Distributed Application using the Application Designer
The Application Designer allows an Architect to identify and define the major components or tiers of an application? architecture. This video demonstrates how to utilize the Application Designer to compose systems.
Binding a Distributed Application to a Logical Datacenter Diagram using the Deployment Designer
The Application Designer can be used in conjunction with the Logical Datacenter Diagram to validate deployments of a proposed application design against the current server architecture as defined in the Logical Datacenter Diagram.
Importing IIS Settings into the Distributed System Designers
In order to accurately define the Logical Data Center Diagram, it would be helpful to import settings from those servers that host IIS. This video demonstrates how to perform this import operation.
Designing a Logical Datacenter
The Logical Datacenter Diagram documents the servers, their settings and the applications that they can host.
Using the System Designer to Create Composable Systems
A Composable System is a re-usable set of application components and tiers that represent a logical sub-system which can be used to construct potentially many different applications. This video demonstrates how to utilize composable systems with the System Designer.
Extending the Distributed System Designers using the SDM SDK
The Distributed System Designers can be extended to support new and different application types. This can be used by companies to refer to known domain-specific application types to speed design and more easily convey design decisions.
Automating Nightly Builds w/ Team Build
This video highlights the ConsoleBuild utility that allows Team Build types to be executed from the timeline and schedule using Windows Scheduler.
Customizing the Build Process w/ Team Build
Team Build allows teams to define the settings for a build, including the projects, configurations locations for the completed build and more. It also collects pertinent metrics and information regarding changesets and work items satisfied from each execution of the build and stores them in the data warehouse. This video demonstrates how to create a new Build Type and explains many of the settings when defining it.
Using the Team Explorer
The Team Explorer window is integrated directly in the VSTS IDE and is the main tool used to view work items, manage documents, build types and more. This video provides an overview of the Team Explorer.
Configuring Team Foundation Notifications
Team Foundation Server can send notifications to interested individual based on certain events, such as the check-in of code, or the completion of work items. This video demonstrates how to set up these notifications.
Customizing Process Templates
VSTS allows you to customize a process template for your organization? unique implementation of a given process. This video demonstrates the steps required to customize process templates.
Customizing Work Items
This video demonstrates how to customize work items for projects that have already been created based on a process template through the use of the VSTS Extensibility Kit and XML.
Microsoft Excel Integration
This video demonstrate Microsoft Project? integration with VSTS for creating and updating work items, and retrieving work item data for the purpose of reporting, to do lists, and more.
Microsoft Project Integration
This video demonstrates Microsoft Project? integration with VSTS for creating and updating work items, and retrieving work items for the purpose of creating a project plan.
The MSF Agile Process Template
The Microsoft Solution Framework for Agile software development process defines the roles, responsibilities, tasks, deliverables and other guidance that enables rapid application development using adaptive techniques. This video explains its implementation in VSTS.
Project Metrics Data Warehouse
The Project Metrics Data Warehouse collects data from various tools within VSTS and allows reports to be created to evaluate project health and more. This video tours the Project Metrics Data Warehouse and some of the ways data are fed into it.
Navigating the VSTS Project Portal
The Project Portal provides a convenient snapshot of the project’s health and can be shared by everyone involved — and not just the project team members, but all who have a stake in the project’s development, such as vice presidents, business analysts and other business sponsors. In this video we demonstrate how to navigate the project portal and highlight some of its features.
Understanding VSTS Reports
In this video we demonstrate how Visual Studio Team System provides easy access to reports that help all the team members determine the current state and health of the project, make fact-based estimates based on real project-metrics and keep up with the changes that are a constant on most projects.
Creating Custom Reports in VSTS
This video demonstrates how to use SQL Server 2005 Reporting Services and the Report Designer to create custom reports that are based on the work item tracking database.
Introduction to Version Control in Visual Studio Team System: Branching
Branching is a feature of Version Control that allows the development team to work on two distinct copies of the project at the same time. In this video we talk about scenarios where you would want to branch and how to do it from VSTS Version Control.
Using Team Foundation Server’s Command Line Tools
Team Foundation server is highly scriptable from the command line, allowing users to create command line batch files to automate the execution of multiple commands. This video lists and explains the purpose of several command line utilities, and demonstrates the h.exe utility that provides a command line interface for most of the version control features in VSTS.
Enforcing and Customizing Check-in Policies
This video demonstrates how to create check-in policies, which simply are requirements for developers to perform one or more tasks on code before it is allowed to be checked into the version control system.
Introduction to Version Control in Visual Studio Team System: Check-in/Check-out
Visual Studio Team System contains a powerful Version Control system that is tightly integrated to Team Foundation server. The Version Control system provides functionality common to most source control management systems like checkin, checkout, branching, merging and diffing, and so on. This video demonstrates the basics of checkin and checkout.
Introduction to Version Control in Visual Studio Team System: Changesets
A changeset is a logical container in which Team Foundation stores everything related to a single check in operation: file and folder revisions, links to related work items, check in notes, a comment, policy compliance and system metadata such as owner name and date/time of check in. This video explains in greater detail what changesets are and how to utilize changesets in a branching scenario.
Introduction to Version Control in Visual Studio Team System: Workspaces
A workspace is your client-side copy of the files and folders in the repository. When you add, edit, delete, move, rename, or otherwise manage any source-controlled item, your changes are persisted, or marked as pending changes, in the workspace. This video demonstrates the ins and outs of working with workspaces.
Introduction to Version Control in Visual Studio Team System: Diffing
Diffing is the process of determining the differences between two files that were originally based on the same file and you want to merge the two source code files together back into one file. This video demonstrates how VSTS Version Control walks you through this process.
Introduction to Version Control in Visual Studio Team System: Shelving
Shelving enables you to set aside the pending changes in your workspace to work on a higher priority task or to share your code with another user for code review. This video demonstrates how to utilize shelving in VSTS Version Control.
Creating and Running a Web Test
This video explains the difference between declarative and coded web tests and demonstrates how to set up and run web tests within Visual Studio Team System.
Command Line Test Execution
The command-line utility MSTest.exe is especially useful for automating test runs, to be started in batch files or other utilities. In this video we demonstrate how to utilize this utility for your own test automation scripts.
Creating and Running a Load Test
This video demonstrates how to create and run a load test, which is simply a container of Web tests and unit tests that simulates the performance of the application when placed under stress from many concurrent users.
Creating and Executing a Manual Test
A manual test is a description of test steps that a tester performs. You use manual tests in situations where other test types, such as unit tests or Web tests, would be too difficult or too time consuming to create and run. This video shows how Visual Studio Team System allows you to create and record the results of manual tests.
Managing Test Cases in Visual Studio Team System
During the course of developing enterprise-scale applications that makes full use of unit tests, load tests, web tests and manual tests, you can be left with the unenviable task of possibly managing more files that are related to testing than to the application itself! So fortunately Visual Studio Team system provides a powerful tool to manage all those tests – view information about the tests, filter through them and more. This video demonstrates the use of the Test View window which allows you to accomplish these test management tasks.

Download

visual_studio_team_system_features.rar

http://rapidshare.com/files/221524037/visual_studio_team_system_features.rar

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW


16 Apr 09 Implementing & Managing Microsoft Exchange Server 2003 (70-284) Tutorials

http://ecx.images-amazon.com/images/I/51NFJS34Y6L._AA280_.jpg
Home:http://www.vtc.com/products/Implementing-Managing-Microsoft-Exchange-Server-2003-70-284-tutorials.htm

Welcome
Intro (02:19)
Course Overview (04:17)
Active Directory Overview (04:05)
Active Directory & Exchange (03:07)
Active Directory Forests & Domains (04:02)
Active Directory Sites (04:29)
Global Catalog Servers (03:06)
Active Directory Operations Masters (03:48)
Message System Basics – Shared File (04:07)
Message System Basics – Client Server (03:49)
SMTP (03:20)
Exchange & IIS 6.0 (02:41)
Exchange From Ten Thousand Feet (05:23)
Installing Exchange 2003
Installation Planning (05:34)
System Requirements (04:45)
Enabling Windows 2003 Services (03:25)
ForestPrep (04:58)
DomainPrep (05:09)
Troubleshooting ForestPrep & DomainPrep (03:18)
Installing Exchange 2003 Admin Tools (03:43)
Installing Exchange 2003 (06:22)
Post Installation Checks (03:11)
Unattended Installations (05:09)
Exchange 5.5 Coexistence
Active Directory Connector Basics (03:51)
Installing ADC Tools (05:07)
Setting Up A Connection Agreement (02:16)
Installing Exchange 2003 Into 5.5 Org (04:54)
Upgrading From Exchange 5.5 & 2000
Upgrading From Exchange 5.5 (02:56)
Upgrading From 2000 (02:05)
Removing Tuning Parameters (02:16)
Exchange 2003 High Availability
Clustering Basics (03:29)
Clustering Exchange 2003 (04:28)
Network Load Balancing (03:43)
Front End-Back End Servers (02:52)
Configuring A Front End Server (02:02)
Front End/Back End Server Considerations (03:45)
Designing Exchange 2003 Infrastructure
Administrative Model (04:30)
Administration Overview (03:05)
Viewing Admin & Routing Groups (03:15)
Assigning Administrative Permissions (05:43)
Security Tab (02:44)
Admin From Client Computers (02:46)
Adding & Removing Exchange Components (02:47)
Server Placement (03:10)
Server Specialization (02:19)
Data Storage Basics (03:39)
Database Issues (01:59)
Stores/Storage Groups (05:15)
Routing Groups (05:09)
Routing Group Connectors (02:58)
Removing Exchange Servers (03:07)
Recipients
Types of Recipients (03:07)
Creating A Mailbox (02:15)
Creating Recipient Types (02:15)
Mailbox Management (03:20)
Mail-enabling AD Groups (03:20)
Setting Mailbox Storage Limits (02:24)
Creating Recipient Policies (02:24)
System Policies (04:47)
Address Lists
What Are Address Lists (04:38)
Creating Address Lists (04:15)
Recipient Update Service (03:26)
Offline Address Lists (02:53)
Controlling Address List Usage (02:53)
Public Folders
Public Folder Basics (01:49)
Public Folder Trees (01:49)
Creating GP Public Folder Trees (03:16)
Public Folder Replication (02:59)
Public Folder Creation/Security (02:57)
Public Folder Permissions (02:57)
Exchange Virtual Servers
Introduction (04:43)
Creating A Virtual Server (05:35)
Virtual Server Settings (04:24)
Virtual Server Authentication (05:27)
Virtual Server URLS (05:15)
SMTP
Using SMTP (02:24)
Manual SMTP (05:09)
DNS & SMTP (04:38)
Internet Connectivity (03:51)
SMTP Relay (03:29)
Exchange Security
Firewall Basics (05:16)
MAPI Through A Firewall (03:57)
RPC Over HTTP (03:33)
Worms, Horses & Viruses (03:31)
Connection Filtering (03:23)
Recipient Filtering (03:14)
Sender Filtering (03:08)
Required Services (02:31)
Protocol Logging (04:12)
Physical Security (02:56)
Backup & Restoring Exchange 2003
Understanding Data Storage (02:33)
Transaction Logs (04:55)
Storage Naming Conventions (03:30)
What To Back Up (05:11)
System State Data (02:43)
Backup Types (03:06)
Recovering Databases (02:42)
Recovery Storage Group (03:15)
Managing, Monitoring & Troubleshooting
Server health (02:34)
Event Viewer (04:14)
Monitoring & Status Utility (03:27)
Queue Viewer (03:39)
Performance Console (04:07)
Badmail Folder (01:52)
Credits
About The Author (01:22)

Download

http://rapidshare.com/files/221310183/VTC_70-284_EXCHSERV__by_hatillensen_Tico.rar.001.html
http://rapidshare.com/files/221332540/VTC_70-284_EXCHSERV__by_hatillensen_Tico.rar.002.html
http://rapidshare.com/files/221350686/VTC_70-284_EXCHSERV__by_hatillensen_Tico.rar.003.html
http://rapidshare.com/files/221371535/VTC_70-284_EXCHSERV__by_hatillensen_Tico.rar.004
http://rapidshare.com/files/221380694/VTC_70-284_EXCHSERV__by_hatillensen_Tico.rar.005

use hjsplit to join the files

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW


15 Apr 09 Visual C# 2005 Express Edition Study Guide

http://www.learnvisualstudio.net/images/home_top_left.jpg
Home: http://www.learnvisualstudio.net/content/series/Visual_CSharp_2005_Express_Edition_Study_Guide.aspx

This series is a companion to the “C# for Beginners to Programming Workbook and Videos” series. This series is composed of not only videos, but also a .PDF Study Guide. Each video lesson contains additional concepts, readings and exercises. The solutions to those exercises (as outlined in the .PDF Study Guide found at the bottom of the series), as well as additional hints and tips, are provided in video format. PLEASE MAKE SURE TO USE IN CONJUNCTION WITH THE “C# FOR BEGINNERS TO PROGRAMMING WORKBOOK AND VIDEOS” SERIES, which can be Download
ed separately here.

The following videos are available for this series:

Study Guide Exercise Solution for Lesson 01 (C# 2005)
This video contains the solution for the exercises in lesson 1. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 02 (C# 2005)
This video contains the solution for the exercises in lesson 2. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 03 (C# 2005)
This video contains the solution for the exercises in lesson 3. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 04 (C# 2005)
This video contains the solution for the exercises in lesson 4. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 05 (C# 2005)
This video contains the solution for the exercises in lesson 5. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 06 (C# 2005)
This video contains the solution for the exercises in lesson 06. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 07 (C# 2005)
This video contains the solution for the exercises in lesson 7. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 08 (C# 2005)
This video contains the solution for the exercises in lesson 8. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 09 (C# 2005)
This video contains the solution for the exercises in lesson 9. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 10 (C# 2005)
This video contains the solution for the exercises in lesson 10. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the Visual C# 2005 Express Edition series.
Study Guide Exercise Solution for Lesson 11 (C# 2005)
This video contains the solution for the exercises in lesson 11. This video won’t make a lot of sense unless you Download
the study guide and watch in conjunction with the C# 2005 Express Edition series.
Study Guide for Visual C# Express Edition for Absolute Beginners
This is the study guide for the Visual C# 2005 Express Edition Study Guide series. This study guide is in a .pdf file; you will need a PDF viewer (such as Abode Acrobat) to view the file.

Link Download
:
Visual_CSharp_2005_Express_Edition_Study_Guide.rar.001

http://rapidshare.com/files/221279032/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.001

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.002

http://rapidshare.com/files/221279201/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.002

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.003

http://rapidshare.com/files/221279315/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.003

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.004

http://rapidshare.com/files/221279368/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.004

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.005

http://rapidshare.com/files/221279867/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.005

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.006

http://rapidshare.com/files/221279767/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.006

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.007

http://rapidshare.com/files/221279864/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.007

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.008

http://rapidshare.com/files/221279526/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.008

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.009

http://rapidshare.com/files/221279853/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.009

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.010

http://rapidshare.com/files/221280421/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.010

Visual_CSharp_2005_Express_Edition_Study_Guide.rar.011

http://rapidshare.com/files/221279810/Visual_CSharp_2005_Express_Edition_Study_Guide.rar.011

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW


15 Apr 09 Live Lessons Python Fundaments


Live Lessons Python Fundaments | 2.2 GB

In this one-of-a-kind video package, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively, so that you can immediately succeed with any Python project. Just click and watch: One step at a time, you will master Python fundamentals. If you already have Python experience, these videos will help further develop your skills. The lessons start with an introduction to the core features of the Python language, including syntax basics and standard types and operations. The lessons progress into advanced topics, such as Python�s memory model and object-oriented programming.

Link Download
:

http://rapidshare.com/files/221587010/LL.Python.part01.rar
http://rapidshare.com/files/221587192/LL.Python.part02.rar
http://rapidshare.com/files/221579469/LL.Python.part03.rar
http://rapidshare.com/files/221653062/LL.Python.part04.rar
http://rapidshare.com/files/221615043/LL.Python.part05.rar
http://rapidshare.com/files/221580654/LL.Python.part06.rar
http://rapidshare.com/files/221630948/LL.Python.part07.rar
http://rapidshare.com/files/221605105/LL.Python.part08.rar
http://rapidshare.com/files/221588053/LL.Python.part09.rar
http://rapidshare.com/files/221582062/LL.Python.part10.rar
http://rapidshare.com/files/221595943/LL.Python.part11.rar
http://rapidshare.com/files/221653013/LL.Python.part12.rar
http://rapidshare.com/files/221596448/LL.Python.part13.rar
http://rapidshare.com/files/221596757/LL.Python.part14.rar
http://rapidshare.com/files/221638140/LL.Python.part15.rar
http://rapidshare.com/files/221657533/LL.Python.part16.rar
http://rapidshare.com/files/221597628/LL.Python.part17.rar
http://rapidshare.com/files/221606144/LL.Python.part18.rar
http://rapidshare.com/files/221606321/LL.Python.part19.rar
http://rapidshare.com/files/221657403/LL.Python.part20.rar
http://rapidshare.com/files/221660829/LL.Python.part21.rar
http://rapidshare.com/files/221620104/LL.Python.part22.rar

Password default : shytex.com

[This hidden content is only available for our VIP member]. Become VIP Member NOW





eXTReMe Tracker