
AppDev: Exploring Visual Basic 2005
See the process of creating an end-to-end Visual Basic 2005 application starting with an introduction to the .NET Framework and concluding with the running complete application. Gain insight into a variety of topics focusing on the major areas of application development on the .NET Framework. The application will include coverage of Windows applications, ASP.NET, ADO.NET, Web Services, Windows Services, COM Interop, and more.
Course includes 18+ hours of total training time...
• 6 modules of training
• Over 9 hours of media run time
• Step-by-step hands-on-labs
• Sample code
Page description:
Code:
http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=EVB05Product
Download links (st):
Code:
http://rapidshare.com/files/114070455/AppdevExploringVB2005.part01.rar
http://rapidshare.com/files/114074766/AppdevExploringVB2005.part02.rar
http://rapidshare.com/files/114079261/AppdevExploringVB2005.part03.rar
http://rapidshare.com/files/114083668/AppdevExploringVB2005.part04.rar
http://rapidshare.com/files/114087863/AppdevExploringVB2005.part05.rar
http://rapidshare.com/files/114092398/AppdevExploringVB2005.part06.rar
http://rapidshare.com/files/114096778/AppdevExploringVB2005.part07.rar
http://rapidshare.com/files/114107087/AppdevExploringVB2005.part08.rar
http://rapidshare.com/files/114111992/AppdevExploringVB2005.part09.rar
http://rapidshare.com/files/114116300/AppdevExploringVB2005.part10.rar
http://rapidshare.com/files/114121430/AppdevExploringVB2005.part11.rar
http://rapidshare.com/files/114126149/AppdevExploringVB2005.part12.rar
http://rapidshare.com/files/114131070/AppdevExploringVB2005.part13.rar
http://rapidshare.com/files/114135508/AppdevExploringVB2005.part14.rar
http://rapidshare.com/files/114140433/AppdevExploringVB2005.part15.rar
http://rapidshare.com/files/114144994/AppdevExploringVB2005.part16.rar
http://rapidshare.com/files/114149753/AppdevExploringVB2005.part17.rar
http://rapidshare.com/files/114156806/AppdevExploringVB2005.part18.rar
http://rapidshare.com/files/114162795/AppdevExploringVB2005.part19.rar
http://rapidshare.com/files/114168666/AppdevExploringVB2005.part20.rar
http://rapidshare.com/files/114173555/AppdevExploringVB2005.part21.rar
http://rapidshare.com/files/114175758/AppdevExploringVB2005.part22.rar
Read more!
Thursday, August 27, 2009 | 0 Comments
AppDev Developing Applications Using Visual Basic 2008 Volume 1,2 DVD
Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query), to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. You will learn how to build solid applications using structured exception handling, how to use the Visual Studio debugging features, how to use MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to your user interfaces using the container controls. As you continue through this course you will learn about important development topics that aren't normally covered in a beginning Windows application programming course such as an introduction to .NET interoperability, using .NET Serialization, Windows Management Instrumentation (WMI), and drawing your own user interfaces using the System.Drawing namespace. You will dig deeper into the most complex of Visual Studio's built-in controls, the DataGridView control, Windows Communication Foundation (WCF), using ClickOnce, Windows Workflow Foundation (WF), and many more topics that will extend your knowledge, your capabilities, and your value as a developer.
In this course you will...
* Learn about creating Windows Forms applications
* Understand how to trap Windows Forms events
* Investigate the many Windows Forms controls
* Work with debugging features
* Learn the role of DataSets and DataTables in ADO.NET
* Understand error handling using Exception objects
* Create flexible user interfaces using new container controls
* Learn to create MDI applications and application using Windows Presentation Foundation (WPF)
* Interoperate between managed code and COM components.
* Communicate using XML Web Services, and Windows Communication Foundation (WCF).
* Install applications using ClickOnce technology.
* Save and restore nearly any object to a stream using serialization.
* Create and execute workflows, using Windows Workflow Foundation (WF).
* Take advantage of Windows Management Instrumentation (WMI) to add features to the .NET Framework.
* Manage printers, and create free-form documents.
* Display and edit data using DataGridView control.
* Create owner-drawn controls and non-rectangular forms using the GDI+ and the System.Drawing namespace.
* Create managed applications for Office 2007 products using Visual Studio Tools for Office (VSTO).
Introduction to Windows Forms
*.NET Does Windows
*Adding Controls to a Form
*A Peek behind the Scenes
*Adding Event Handling Code
*Adding a Menu to the Form
*Adding Non-Graphical Components
Taking Advantage of the Form Event Model
*How Visual Basic Handles Events
*Exploring Form and Control Events
Common Windows Forms Controls
*Label, TextBox, and Button
*CheckBox and RadioButton
*ComboBox, ListBox, and CheckedListBox
*LinkLabel, NumericUpdown, PictureBox and ProgressBar
Exception Handling
*Perspectives on Exception Handling
*Getting Started with Exception Handling
*Catching Specific Exceptions
*Raising Errors
*Running Code Unconditionally
*Handling Unhandled Exceptions
*Creating Exception Classes
Working with Strings and Dates
*Basic .NET Data Types
*Working with Text: The String Class
*Working with Dates and Times
Accessing Data
*Overview of ADO.NET
*Connecting to Data
*Executing Commands
*Working with Data
*Choosing an ADO.NET Provider
Introduction to LINQ
*LINQ Syntax
*LINQ SQL
*LINQ DataSets
*LINQ to XML
Data Binding Techniques
*Data Binding Basics
*Creating a Data Source
*Creating Data-Bound Forms
*Data Binding Components and Controls
*Displaying Data from Related Tables
*Enforcing Referential Integrity
*Displaying Data from Lookup Tables
*Adding Search Capabilities to a Form
*Filtering by Values from a Lookup Table
*Data Validation
*Working with Local Data
Using the Data Controls
*Data Controls
*The BindingNavigator Control
* The BindingSource Component
* The DataGridView Control
*The ReportViewer Control
Introduction to WPF
*Introducing Windows Presentation Foundation (WPF)
* Investigating XAML and the WPF Designer
*Introducing Content and Grid Controls
Revisiting WPF
*Laying Out the Application
* Creating the MoviePlayer Control
*Creating a Data Source and Hook up Data Binding
*Adding a Data Converter and a Data Template
Handling Input/Output Tasks
*Introducing the System.IO Namespace
*Selecting Files
*Browsing for Folders
*Handling Path Information
*Working with Directories and Files
*Using Stream-Based Objects to Read and Write File Contents
Project Settings in Visual Studio
*The Project Designer
*Application Properties
*Compilation Properties
*Debugging Properties
*Project References
*Project Resources
*Project Settings
Debugging Your Applications
*Debugging Applications
*Setting Breakpoints and Stepping through Code
*Debugging Code in Assemblies
*Evaluating Variables and Objects
*Edit and Continue
*Tracing Applications
*Unit Testing
Container Controls
*Introducing Container Controls
*Grouping Controls with the GroupBox Control
*Introducing the Panel Control
*Displaying Multiple Panels with the SplitContainer Control
*Laying out Panels with the TabControl Control
*Simple Layout Using the FlowLayoutPanel Control
*Advanced Layout Using the TableLayoutPanel Control
Menus and Toolbars
*Introducing the ToolStrips
*Working with the ToolStrips
Complex Windows Forms Controls
*Introducing Complex Controls
*NotifyIcon Control
*WebBrowser Control
*MaskedTextBox Control
*RichTextBox Control
*TreeView and ListView Controls
*MonthCalendar and DateTimePicker Controls
Working with My Namespace
*The My Namespace
*My.Application
*My.Computer
*My.User
*My.Forms
*My.Resources
*My.Settings
*My.WebServices
Interoperability
* COM Interoperability
* COM DLLs and .NET Applications
* .NET Assemblies in COM Applications
* Wrap .NET Framework in COM Applications
* Windows API using Platform Invoke
* Web Services
Windows Communication Foundation
* WCF
* Creative Service
* Host Services in Applications
* Communication between Clients and Services
* Configure Client and Service Communication
Working with Toolbox Components
* Timer Component
* BackgroundWorker Component
* FileSystemWatcher Component
* Process Component
* ServiceController Component
* EventLog Component
Deploying Applications Using ClickOnce
* ClickOnce Deployment
* Publish an Application
* Deploy Updates to Applications
* Maintain Applications
Serialization
* Concept of Serialization
* Serialization of Built-In Objects
* BinaryFormatter and SoapFormatter Classes.
* Serialize User-Defined Objects
* Serialization Formatters
Creating and Displaying Reports
* ReportViewer Control
* Grouping, Sorting, and Filtering to Reports
* Subreports and Drillhtrough Reports
Windows Workflow Foundation
* Workflows and Activites
* Declarative and Code Conditions
* RuleSets and Policy Activities
* Application Communication
* Business Process States
Filling the .NET Gaps with WMI
* Windows Management Instrumentation (WMI)
* .NET Framework's Management Namespace
* WMI Classes
* WMI Object Methods and Property Values
* Visual Studio WMI Server Explorer
WMI Events and Asynchronous Handling
* System Events using WMI
* Work with WMI Objects Asynchronously
* Create Handlers for WMI Events
Creating MDI Applications
* MDI Applications
* MDI Parent and MDI Child Forms
* Menu Lists Open Child Forms
* Manage Menus
* Open Forms and their Controls
Printers and Printing
* System.Drawing.Printing Namespace
* PrintDocument, PrinterSettings, and PageSettings
* PrintPreviewControl, PageSetupDialog, PrintPreviewDialog, and PrintDialog Controls
Examining the DataGridView
* Architecture of DataGridView Control
* Appearance of Data in Grids
* Work with Data in Grids
Creating Rich User Interfaces with GDI+
* System.Drawing Namespace
* Owner-Drawn Controls
* Non-Rectangular Forms
* TransparencyKey Property
* DataGridView Control Columns
Creating Office Applications Using Visual Studio 2008
* Office Templates
* Ribbon Designer
* Custom Task Pane
* Word 2007's Content Controls
* Outlook Custom Form Region
* Odification Form
Code:
http://www.appdev.com/default.asp
- 2.65 GB
Code:
http://rapidshare.com/files/263905326/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part01.rar
http://rapidshare.com/files/263905330/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part02.rar
http://rapidshare.com/files/263905554/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part03.rar
http://rapidshare.com/files/263905683/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part04.rar
http://rapidshare.com/files/263905705/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part05.rar
http://rapidshare.com/files/263905712/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part06.rar
http://rapidshare.com/files/263905672/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part07.rar
http://rapidshare.com/files/263905757/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part08.rar
http://rapidshare.com/files/263905879/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part09.rar
http://rapidshare.com/files/263905847/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part10.rar
http://rapidshare.com/files/263905956/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part11.rar
http://rapidshare.com/files/263905997/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part12.rar
http://rapidshare.com/files/263906048/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part13.rar
http://rapidshare.com/files/263905604/Softprovn.net_AppDev.DA.U.VB.2008.V1.DVD.part14.rar
AppDev Developing Applications Using Visual Basic 2008 Volume 2
http://rapidshare.com/files/266669573/SoftProVn.Net_addauvb08v2.iso.part11.rar
http://rapidshare.com/files/266669908/SoftProVn.Net_addauvb08v2.iso.part03.rar
http://rapidshare.com/files/266669917/SoftProVn.Net_addauvb08v2.iso.part09.rar
http://rapidshare.com/files/266669929/SoftProVn.Net_addauvb08v2.iso.part01.rar
http://rapidshare.com/files/266669926/SoftProVn.Net_addauvb08v2.iso.part05.rar
http://rapidshare.com/files/266669922/SoftProVn.Net_addauvb08v2.iso.part02.rar
http://rapidshare.com/files/266669973/SoftProVn.Net_addauvb08v2.iso.part07.rar
http://rapidshare.com/files/266669982/SoftProVn.Net_addauvb08v2.iso.part06.rar
http://rapidshare.com/files/266669985/SoftProVn.Net_addauvb08v2.iso.part10.rar
http://rapidshare.com/files/266669987/SoftProVn.Net_addauvb08v2.iso.part04.rar
http://rapidshare.com/files/266670004/SoftProVn.Net_addauvb08v2.iso.part08.rar
Read more!
Thursday, August 27, 2009 | 0 Comments
Total Training - Microsoft Visual Studio 2008: Essentials, Featuring Windows Form
Video Training | 1GB | ISO | with project
Total Training - Microsoft Visual Studio 2008: Essentials, Featuring Windows Form
Quote:
Description: These self-guided lessons from Total Training help you increase your knowledge and understanding of Visual Studio. Whether you are looking to stay competitive or just keep up to date on the latest Microsoft technology, Microsoft expert Asli Bilgin shows you just how it's done. With lessons on the basics of Visual Studio, to more advanced techniques on setting up Windows Forms, this series is just what you need to learn all about Visual Studio fast!
Chapter 1: VISUAL STUDIO 2008 & THE .NET FRAMEWORK 3.5 (37:37)
1. Multi-Targeting with Various Versions of the .NET Framework
2. Enhancements in the .NET Framework 3.5
3. Choosing a Language
4. Understanding the Evolution of the .NET Framework
5. Setup Instructions & System Requirements
6. Choosing the Appropriate Architecture & Solution Template
7. Software Plus Services Applications
8. Reviewing Desktop Applications
9. Other Project Templates
Chapter 2: WORKING WITH THE IDE TOOLS (40:22)
1. The Server Explorer
2. Creating a Connection
3. The Solution Explorer
4. The Properties Window
5. The Toolbox
6. The Object Browser
7. Working with Class View
Chapter 3: EXPLORING THE IDE IN MORE DEPTH (50:07)
1. Customizing the Environment with Code Snippets
2. Using the Import & Export Settings Wizard
3. Customizing Environment Options
4. Customizing the Toolbars & Workspace
5. Code Editor Enhancements in C#
6. Using IntelliSense
7. Code Editor Enhancements with Visual Basic
8. Managing Code Snippets & Commenting
9. Understanding MyObject
10. Object-Oriented Programming
Chapter 4: WINDOWS FORMS: DESIGNING FOR REUSE (31:53)
1. Creating an Abstract Base Form
2. Using the Image Editor & Setting Up a Main ToolStrip
3. Adding & Configuring ToolStrip Navigation Buttons
4. Adding & Configuring a StatusStrip Control
5. Creating a Child Form & Setting the Startup Form
Chapter 5: WINDOWS FORMS: BEYOND THE BASICS (29:13)
1. Working with Container Controls
2. Setting Up a Research Pane
3. Setting the Tab Order
4. Creating an Embedded Browser Application
5. Configuring the Application Settings
Chapter 6: ADO.NET & DATA ACCESS FUNDAMENTALS (51:44)
1. Data Access for Windows Forms: Core Components
2. Attaching Sample Databases & Creating Connections
3. Working with the Data Source Configuration Wizard
4. The ADO.NET Object Model
5. Working with the DataSet Designer
6. Table Adapters
7. Creating a Read-Only DataTable to Use for Reporting
8. Adding a Parameterized & an Insert Query
9. Creating an Administrative Form
10. Working with a Details View
Chapter 7: IMAGE MANAGEMENT WITH THE .NET FRAMEWORK (38:48)
1. Configuring Basic Functionality for Image Management
2. Working with the DataGridView Control in Windows Forms 3.5
3. User Interface Processing
4. Creating a File Upload Control
Chapter 8: ADVANCED DATA ACCESS WITH LINQ (47:51)
1. Filtering & Communicating between WinForm Controls
2. Associating the Grouping ID When Adding a New Record
3. Finding & Searching
4. Advanced Data Grid Configuration
5. Working with LINQ
Chapter 9: FILE MANAGEMENT (28:02)
1. File Management Controls
2. Adding a Dedicated File Management Class
3. Calling the File Management Class
4. Summary
5. Final Comments & Credits
MORE iNFO :
Code:
http://www.totaltraining.com/prod/microsoft/visualstudio2008_efwf.asp
Download:
http://rapidshare.com/files/198006506/VS08FWF_UDS.part01.rar
http://rapidshare.com/files/198002898/VS08FWF_UDS.part02.rar
http://rapidshare.com/files/198006453/VS08FWF_UDS.part03.rar
http://rapidshare.com/files/198006452/VS08FWF_UDS.part04.rar
http://rapidshare.com/files/198005464/VS08FWF_UDS.part05.rar
http://rapidshare.com/files/198006675/VS08FWF_UDS.part06.rar
http://rapidshare.com/files/198006552/VS08FWF_UDS.part07.rar
http://rapidshare.com/files/198002429/VS08FWF_UDS.part08.rar
http://rapidshare.com/files/198001781/VS08FWF_UDS.part09.rar
http://rapidshare.com/files/198001323/VS08FWF_UDS.sfv
part 01-05
http://www.megaupload.com/?d=6AWBWR2C
http://www.megaupload.com/?d=GQ7UO0T4
http://www.megaupload.com/?d=H584U8CF
http://www.megaupload.com/?d=B1EPS2NB
http://www.megaupload.com/?d=P4RSQXLY
part 06-09
http://www.megaupload.com/?d=49GF243C
http://www.megaupload.com/?d=5P61IFEQ
http://www.megaupload.com/?d=EQGLB1SV
http://www.megaupload.com/?d=5NWEEF17
sfv
http://www.megaupload.com/?d=QR0DG53V
Read more!
Saturday, August 08, 2009 | 0 Comments
AppDev Developing Applications Using Visual Basic 2008 Volume 2
AppDev Developing Applications Using Visual Basic 2008 Volume 2
ISO | English | 2.7Gb
Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query), to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. You will learn how to build solid applications using structured exception handling, how to use the Visual Studio debugging features, how to use MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to your user interfaces using the container controls. As you continue through this course you will learn about important development topics that aren't normally covered in a beginning Windows application programming course such as an introduction to .NET interoperability, using .NET Serialization, Windows Management Instrumentation (WMI), and drawing your own user interfaces using the System.Drawing namespace. You will dig deeper into the most complex of Visual Studio's built-in controls, the DataGridView control, Windows Communication Foundation (WCF), using ClickOnce, Windows Workflow Foundation (WF), and many more topics that will extend your knowledge, your capabilities, and your value as a developer.
In this course you will...
* Learn about creating Windows Forms applications
* Understand how to trap Windows Forms events
* Investigate the many Windows Forms controls
* Work with debugging features
* Learn the role of DataSets and DataTables in ADO.NET
* Understand error handling using Exception objects
* Create flexible user interfaces using new container controls
* Learn to create MDI applications and application using Windows Presentation Foundation (WPF)
* Interoperate between managed code and COM components.
* Communicate using XML Web Services, and Windows Communication Foundation (WCF).
* Install applications using ClickOnce technology.
* Save and restore nearly any object to a stream using serialization.
* Create and execute workflows, using Windows Workflow Foundation (WF).
* Take advantage of Windows Management Instrumentation (WMI) to add features to the .NET Framework.
* Manage printers, and create free-form documents.
* Display and edit data using DataGridView control.
* Create owner-drawn controls and non-rectangular forms using the GDI+ and the System.Drawing namespace.
* Create managed applications for Office 2007 products using Visual Studio Tools for Office (VSTO).
http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=DV8BProduct#outline
Download:
Filefactory
http://www.filefactory.com/file/ah0d614/n/KiemCun_AppDev_DAUVB2008Vol2_part01_rar
http://www.filefactory.com/file/ah0d610/n/KiemCun_AppDev_DAUVB2008Vol2_part02_rar
http://www.filefactory.com/file/ah0d61g/n/KiemCun_AppDev_DAUVB2008Vol2_part03_rar
http://www.filefactory.com/file/ah0d621/n/KiemCun_AppDev_DAUVB2008Vol2_part04_rar
http://www.filefactory.com/file/ah0d62b/n/KiemCun_AppDev_DAUVB2008Vol2_part05_rar
http://www.filefactory.com/file/ah0d62c/n/KiemCun_AppDev_DAUVB2008Vol2_part06_rar
http://www.filefactory.com/file/ah0d62f/n/KiemCun_AppDev_DAUVB2008Vol2_part07_rar
http://www.filefactory.com/file/ah0d63b/n/KiemCun_AppDev_DAUVB2008Vol2_part08_rar
http://www.filefactory.com/file/ah0d628/n/KiemCun_AppDev_DAUVB2008Vol2_part09_rar
http://www.filefactory.com/file/ah0d62g/n/KiemCun_AppDev_DAUVB2008Vol2_part10_rar
http://www.filefactory.com/file/ah0d615/n/KiemCun_AppDev_DAUVB2008Vol2_part11_rar
http://www.filefactory.com/file/ah0d63c/n/KiemCun_AppDev_DAUVB2008Vol2_part12_rar
http://www.filefactory.com/file/ah0d62d/n/KiemCun_AppDev_DAUVB2008Vol2_part13_rar
http://www.filefactory.com/file/ah0d625/n/KiemCun_AppDev_DAUVB2008Vol2_part14_rar
http://www.filefactory.com/file/ah0d629/n/KiemCun_AppDev_DAUVB2008Vol2_part15_rar
http://www.filefactory.com/file/ah0d627/n/KiemCun_AppDev_DAUVB2008Vol2_part16_rar
http://www.filefactory.com/file/ah0d626/n/KiemCun_AppDev_DAUVB2008Vol2_part17_rar
http://www.filefactory.com/file/ah0d63h/n/KiemCun_AppDev_DAUVB2008Vol2_part18_rar
http://www.filefactory.com/file/ah0d630/n/KiemCun_AppDev_DAUVB2008Vol2_part19_rar
http://www.filefactory.com/file/ah0d64a/n/KiemCun_AppDev_DAUVB2008Vol2_part20_rar
http://www.filefactory.com/file/ah0d64e/n/KiemCun_AppDev_DAUVB2008Vol2_part21_rar
http://www.filefactory.com/file/ah0d637/n/KiemCun_AppDev_DAUVB2008Vol2_part22_rar
http://www.filefactory.com/file/ah0d606/n/KiemCun_AppDev_DAUVB2008Vol2_part23_rar
Read more!
Friday, August 07, 2009 | 0 Comments
Visual Basic 2005 Express Edition for Beginners
Visual Basic 2005 Express Edition for Beginners
size: 165 MB
size after extracting :235 MB
lessons
vb2k5ee_01 - Getting Started with Visual Studio 2005 Express Editions
vb2k5ee_02 - Creating a Windows Application User Interface
vb2k5ee_03 - Writing Code to Handle Events and Set Properties
vb2k5ee_04 - Working with Variables, Expressions, Statements, and Operators
vb2k5ee_05 - Using Branching and Recursion
vb2k5ee_06a - Object Oriented Programming Fundamentals - Part 1
vb2k5ee_06b - Object Oriented Programming Fundamentals - Part 2
vb2k5ee_07 - Getting to Know the .NET Framework
vb2k5ee_08 - Obtaining Data from a SQL Server 2005 Express Edition Database
vb2k5ee_09 - Databinding Data to User Interface Controls
vb2k5ee_10 - Working with XML
vb2k5ee_11 - Handling Exceptions
vb2k5ee_12 - The RSS Reader Project - Designing and Planning
vb2k5ee_13 - The RSS Reader Project - Building the UI
vb2k5ee_14 - The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
vb2k5ee_15 - The RSS Reader Project - Expanding and Refining Application Functionality
vb2k5ee_16 - The RSS Reader Project - Fortifying, Testing and Deploying the Application
vb2k5ee_sr - Supplimental Readings
http://rapidshare.com/files/253503931/Visual_Basic_2005_Express_Edition_for_Beginners.part2.rar
http://rapidshare.com/files/253501562/Visual_Basic_2005_Express_Edition_for_Beginners.part1.rar
Read more!
Thursday, July 16, 2009 | 0 Comments
VB.NET for Beginners to Programming Workbook and Videos
VB.NET for Beginners to Programming Workbook and Videos
size:116 MB
size after extracting :248 MB
BEGIN1_Questions - Workbook QUESTIONS
BEGIN1_Answers - Workbook ANSWERS
BEGIN1_Orientation - BEGIN1 - Orientation
BEGIN1_01 - Lesson 1 - What is Computer Programming?
BEGIN1_02 - Lesson 2 - Computer Programming Workflow
BEGIN1_03 - Lesson 3 - Obtaining the Tools You'll Need
BEGIN1_04 - Lesson 4 - Creating a User Interface
BEGIN1_04EX - Lesson 4 - Exercise
BEGIN1_05 - Lesson 5 - Handling Events
BEGIN1_05EX - Lesson 5 - Exercise
BEGIN1_06 - Lesson 6 - Setting Properties in Code
BEGIN1_06EX - Lesson 6 - Exercise
BEGIN1_07 - Lesson 7 - Data Types, Variables and Variable Declaration
BEGIN1_07EX - Lesson 7 - Exercise
BEGIN1_08 - Lesson 8 - Statements
BEGIN1_09 - Lesson 9 - Procedures - Sub-Routines and Functions
BEGIN1_09EX - Lesson 9 - Exercise
BEGIN1_10 - Lesson 10 - Program Flow
BEGIN1_10EX - Lesson 10 - Exercise
BEGIN1_11 - Lesson 11 - Re-Using Code in Modules
BEGIN1_11EX - Lesson 11 - Exercise
BEGIN1_12 - Lesson 12 - Object Oriented Programming with Classes
BEGIN1_13 - Lesson 13 - Fields, Properties and Methods
BEGIN1_13EX - Lesson 13 - Exercise
BEGIN1_14 - Lesson 14 - Object Lifetime
BEGIN1_14EX - Lesson 14 - Exercise
BEGIN1_15 - Lesson 15 - What is the .NET Framework?
BEGIN1_16 - Lesson 16 - Keeping Track of Data with Arrays
BEGIN1_16EX - Lesson 16 - Exercise
BEGIN1_17 - Lesson 17 - Obtaining Data from a Text File
BEGIN1_17EX - Lesson 17 - Exercise
BEGIN1_18 - Lesson 18 - Obtaining Data from a Database
BEGIN1_18EX - Lesson 18 - Exercise
BEGIN1_19 - Lesson 19 - Data-binding Data to User Interface Controls
BEGIN1_19EX - Lesson 19 - Exercise
BEGIN1_20 - Lesson 20 - Inserting, Updating and Deleting Data in a Database
BEGIN1_21 - Lesson 21 - Handling Exceptions
BEGIN1_22 - Lesson 22 - Debugging Applications
BEGIN1_23 - Lesson 23 - Building an ASP.NET Application
BEGIN1_23EX - Lesson 23 - Exercise
BEGIN1_Code - Source Code for BEGIN1 Series
BEGIN1_LoadingSource - Loading Source Code for the BEGIN1 Series
http://rapidshare.com/files/253505437/VB.NET_for_Beginners_to_Programming_Workbook_and_Videos.part1.rar
http://rapidshare.com/files/253505708/VB.NET_for_Beginners_to_Programming_Workbook_and_Videos.part2.rar
Read more!
Thursday, July 16, 2009 | 0 Comments
Object Oriented VB.NET
This is all videos of the site (learnvisualstudio.net)
u can find alote of things like:
visual basic - c# - asp.net(2003) -Visual Web Developer 2005 - sql server
and alote of other things
all size 1.7 GB and it will become 2.9 GB after extracting
and this is a list of all courses of the topic ( every course have a lot of lessons )
VB.NET for Beginners to Programming Workbook and Videos
C# for Beginners to Programming Workbook and Videos
Plank.NET eCommerce Project
Visual Source Safe Series
Visual Studio.NET IDE Proficiency
Beginning VB.NET
Object Oriented VB.NET
Beginning C#
ADO.NET
Visual Studio.NET XML Designer
ASP.NET Web Forms
ASP.NET Web Form Controls
Windows Forms
ASP.NET Data Binding in VS.NET
Configuration, Deployment and Security
ASP.NET Web Services
.NET Remoting Series
IBuySpy Portal Series
ASP.NET Web Matrix
Crystal Reports
ASP.NET Server Controls
.NET Framework Threading
.NET Framework Basics
.NET Framework Class Library
SDKs, Tools, Utilities and 3rd Party Components
Visual Studio.NET 2005 Beta
Web Service Enhancements 2.0
IDE Proficiency Series for Visual Studio.NET 2003
Visual Studio Team System Features
Visual Basic 2005 Express Edition for Beginners
Visual C# 2005 Express Edition for Beginners
Getting Started with Visual Web Developer 2005 Express Edition
Getting Started with SQL Server 2005 Express Edition
Windows Forms Controls Series (2005)
and this is courses details and links:
========================================(7)========================================
Object Oriented VB.NET
size:69.8 MB
size after extracting :152 MB
lessons
2101 - Understanding Classes and Objects
2102 - Creating Methods
2103 - Understanding Overloaded Methods
2104 - Constructors and Destructors
2105 - Creating and Referencing Assemblies
2106 - Understanding Namespaces
2107 - Inheritance Basics
2180 - VB.NET Delegate Basics
9004 - XML Object Serialization
051903 - Inheritance Basics
052003 - Polymorphism Basics
052103 - Favor Composition Over Inheritance
052203 - Find What Varies and Encapsulate It
052303 - Strategy Design Pattern
052703 - Interface Basics
052803 - Program to Interfaces and not to Implementations
052903 - More About Scoping and Interfaces
053003 - Abstract Factory Design Pattern
060303 - GRASP: High Cohesion
060403 - GRASP: Low Coupling
060503 - GRASP: Controller
060603 - GRASP: Expert
061003 - GRASP: Pure Fabrication
060903 - GRASP: Creator
061103 - GRASP: Indirection
061203 - GRASP: Dont Talk to Strangers
061303 - Model-View Seperation Pattern
061703 - GoF Creation Patterns: Singleton
061903 - GoF Creation Patterns: Builder
062003 - GoF Creation Patterns: Prototype
062303 - GoF Structural Patterns: Adapter
062403 - GoF Structural Patterns: Bridge
062503 - GoF Structural Patterns: Composite
062603 - GoF Structural Patterns: Decorator
062703 - GoF Structural Patterns: Facade
072803 - GoF Structural Patterns: Flyweight
073003 - GoF Structural Patterns: Proxy
080103 - GoF Behavioral Patterns: Chain of Responsibility
080403 - GoF Behavioral Patterns: Command
080603 - GoF Behavioral Patterns: Interpreter
080803 - GoF Behavioral Patterns: Iterator
http://rapidshare.com/files/253505106/Object_Oriented_VB.NET.rar
Read more!
Thursday, July 16, 2009 | 0 Comments
Beginning VB.NET
This is all videos of the site (learnvisualstudio.net)
u can find alote of things like:
visual basic - c# - asp.net(2003) -Visual Web Developer 2005 - sql server
and alote of other things
all size 1.7 GB and it will become 2.9 GB after extracting
and this is a list of all courses of the topic ( every course have a lot of lessons )
VB.NET for Beginners to Programming Workbook and Videos
C# for Beginners to Programming Workbook and Videos
Plank.NET eCommerce Project
Visual Source Safe Series
Visual Studio.NET IDE Proficiency
Beginning VB.NET
Object Oriented VB.NET
Beginning C#
ADO.NET
Visual Studio.NET XML Designer
ASP.NET Web Forms
ASP.NET Web Form Controls
Windows Forms
ASP.NET Data Binding in VS.NET
Configuration, Deployment and Security
ASP.NET Web Services
.NET Remoting Series
IBuySpy Portal Series
ASP.NET Web Matrix
Crystal Reports
ASP.NET Server Controls
.NET Framework Threading
.NET Framework Basics
.NET Framework Class Library
SDKs, Tools, Utilities and 3rd Party Components
Visual Studio.NET 2005 Beta
Web Service Enhancements 2.0
IDE Proficiency Series for Visual Studio.NET 2003
Visual Studio Team System Features
Visual Basic 2005 Express Edition for Beginners
Visual C# 2005 Express Edition for Beginners
Getting Started with Visual Web Developer 2005 Express Edition
Getting Started with SQL Server 2005 Express Edition
Windows Forms Controls Series (2005)
and this is courses details and links:
========================================(6)========================================
Beginning VB.NET
size:41.3 MB
size after extracting :117 MB
lessons
2001 - Getting Started
2002 - VB.NET Hello World and Creating Console Apps
2003 - Beginning Variables and Data Types
2004 - Operators, Expressions and Statements
2005 - What Just Went Wrong?
2006 - More About Console Applications
2007 - If, Then, Else
2008 - Select Case
2009 - While Statement
2010 - Do ... Loop Statements
2011 - For ... Next Statements
2020 - Structured Exception Handling in VB.NET
2021 - Coding Exception Handling into your Application
2030 - Introduction to Collections in VB.NET
2031 - Array Collection
2032 - ArrayList Collection
2033 - Queue Collection
2034 - Sorting IList Collections
2035 - Working with Multiple Elements of IList Collections
2036 - ListDictionary Collection
2037 - HashTable Collection
2038 - HybridDictionary Collection
2039 - SortedList Collection
2040 - Enumerating Through IDictionary Collections
2041 - Implementing IEnumerable and IEnumerator in Collections
021403 - Conditional Compilation
031103 - Setting Option Strict
032703 - Creating a Windows Service
042803 - VB.NET 2003 Loop Variable Declaration
http://rapidshare.com/files/253504324/Beginning_VB.NET.rar
Read more!
Thursday, July 16, 2009 | 0 Comments