Course of Introduction to the programming with Visual BASIC .NET in Line of vision Studio 2005
|
Introduction and presentation of the course.
- Objectives of the course of visual BASIC. - Like following the course of visual BASIC. - Content of the course of visual BASIC. - Presentation of the final exercise of the course of visual BASIC.
|
Módulo1 of the course of visual BASIC. What is the platform Framework .NET?
- Code, compilation, bookstores, motor of execution. - Programming languages. - Installation of the platform FrameWork .NET - Like creating code with the notepad and like compiling it. - Individual Exercise the famous program Hello World.
|
Module 2 of the course of visual BASIC .NET. The Visual development tool Microsoft Studio 2005
- Projects, assembled and solutions - First passages in Line of vision Studio 2005. - Like creating a project - Like abrir a project - Like executing applications. - Individual Exercise To create the program Hello World with Studio Line of vision.
|
Module 3 of the course of visual BASIC. Basic syntax. The variables
- The variables. Declaration and allocation of value. - The conversion of variables - The blocks of code and the scope of the variables - Types of variables. Of value, reference. - Variable individual Exercise type value versus variables type reference. |
Module 4 of the course of visual BASIC. Basic syntax. The code flow.
-What is the code flow? - Structures of flow control of code. - Conditional Structures. - Curls. - Individual Exercise To show even numbers and uneven
|
Module 5 of the course of visual BASIC. Basic syntax. Subroutines and functions.
-What is a module? - The entry point. - The subroutines and the functions. - The parameters. - Individual Exercise To reuse already done.
|
Module 6 of the course of visual BASIC. Basic syntax. The management of errors.
- To create robust code. The exceptions. - The instruction try. .catch - Propagation of exceptions - Individual Exercise To create a robust code
|
Module 7 of the course of visual BASIC. Basic syntax. Arrays.
- The Arrays in Line of vision Studio 2005. -What is an Array? - Like declaring and instanciar arrays. - Like acceding to the values of an Array. - Like iterar an Array. - Individual Exercise Quantos day is every day old? |
Module 8 of the course of visual BASIC. Basic syntax. The chains.
- Uses and utilities of the chains. - Even - Format - Capital and very small - To look for Characters - Trim and Pad - Split and Join - StringBuilder - Individual Exercise - cuentapalabras. |
Module 9 of the course of visual BASIC. The object-oriented programming. Theoretical definition.
- Theoretical Definition of the object-oriented programming. - The Classes and the Objects in Line of vision Studio 2005. - Some characteristics of the object-oriented programming. - Encapsulation. - Abstraction. - The examiner of objects. |
Module 10 of the course of visual BASIC. The object-oriented programming. To create a Class I.
- Like creating a class. - To define the state of a class. The variables. - Like creating an object. Instruction NEW. - To define the behavior of a class. The methods. - To define the behavior of the state. The properties. - Class versus Unit. - Individual Exercise My first class: The dispenser of turns in Line of vision Studio 2005. |
Module 11 of the course of visual BASIC. The object-oriented programming. To create a Class II.
- The parametrizadas Properties. - The property by defect. - The overload of Methods. - The parameters with value by defect. - Individual Exercise - Accountant of words improved in Line of vision Studio 2005. |
Module 12 of the course of visual BASIC. The object-oriented programming. Collaboration between objects.
- The access modifiers. -What can more have within a class? - The distribution of the Assembled classes in and Namespaces. - The reference to bookstores. - The import of Namespaces. - Individual Exercise To distribute the Text Accountant in Line of vision Studio 2005 |
Module 13 of the course of visual BASIC. The object-oriented programming. The construction of the object.
-What is a constructor? - Like creating a constructor. - The constructor by defect. - Overload of constructors. - Individual Exercise Distance between two points in Line of vision Studio 2005 |
Module 14 of the course of visual BASIC. The object-oriented programming. The detrucción of the object.
- The Garbage Collection - The destroyer. - The Dispose method. - Individual Exercise the blocking one of archives in Line of vision Studio 2005. |
Module 15 of the course of visual BASIC. The object-oriented programming. Other variables of type value.
- The enumerations. - The structures. - Individual Exercise the containers of a boat in Line of vision Studio 2005. |
Module 16 of the course of visual BASIC. The object-oriented programming. The inheritance.
- Concept and use of the inheritances in the object-oriented programming. - Implications of the inheritance. Sobreescribir. - Implications of the inheritance. To overload. - Complex Situations fruit of the inheritance. Use of MyBase and MyClass - Individual Exercise the exceptions user defined in Line of vision Studio 2005. |
Module 17 of the course of visual BASIC. The object-oriented programming. The interfaces.
- Concept and uses of the interfaces in the object-oriented programming. - Like declaring and implementing one inteface. - The polymorphism. - Individual Exercise the IMostrable interface in Line of vision Studio 2005. |
Module 18 of the course of visual BASIC. The object-oriented programming. The events.
- Definition and use of the events. -What is a delegate? - Architecture of the communication between objects through events. - Like creating and sending an event. - As to be interested in an event in time of design and run time. - Individual Exercise Emitting and Interested in Line of vision Studio 2005. |
Module 19 of the course of visual BASIC. The object-oriented programming. The members shared.
- The Singleton landlord. Use and utility of the members shared. - Variable and methods of class and variables and methods of instance. - Limitations - The constructor shared. - Individual Exercise the Banking Account in Line of vision Studio 2005 |
Module 20de the course of visual BASIC. The object-oriented programming. The operators.
- Arithmetic Operators and of concatenation. - Operators of allocation. - Operators of comparison. - Logic operators. - Operators of object. - Overload of operators. - Individual Exercise - the sum of companies in Line of vision Studio 2005. |
Appendix To of the course of visual BASIC. The collections.
- The Collections in the Framework.NET. Differences between arrays and collections. - Types of collections. The interfaces Ilist and IDictionary. - The ArrayList class. - The HashTable class. - Individual Exercise - To order objects in Line of vision Studio 2005. |
Appendix B of the course of visual BASIC. Brief introduction to the development of forms for writing-desk.
-What is and as a form is created? - The Controls and their events. - Main properties of a form - To work with several forms. - Individual Exercise a form to register users in Line of vision Studio 2005. |
Appendix C of the course of visual BASIC. The management of dates.
- Representation of a date. The variables of DateTime type. - Representation of a time interval. The variables of TimeSpan type. - Individual Exercise the book rent in Line of vision Studio 2005. |
Final exercise of the course of visual BASIC.
- Description of the application in Line of vision Studio 2005. - The Letter and Baraja. - The game of the Highest Letter. - The game Wood, Pair and Raisin. - The Seven game of and Average. - The Selector of Games. |