MICROSOFT.NET |
VIDEO |
CODE |
|---|---|---|
| Creating an Address Book using ASP .NET MVC 3, Entity Framework and Visual Studio 2011 | YouTube Link | Agenda.zip |
C |
VIDEO |
CODE |
|---|---|---|
| Variables and operators | YouTube Link | -- |
| Working with arrays single dimension arrays (vectors) | YouTube Link | -- |
| Working with two dimension arrays | YouTube Link | -- |
| Decision structures ( if / switch) | YouTube Link | -- |
| Loops (for / while / do - while) | YouTube Link | -- |
| Functions | YouTube Link | -- |
| Finding the greatest number of an array | YouTube Link | -- |
| Linked Lists | YouTube Link | listas.c |
| Stacks | YouTube Link | -- |
| Queues | YouTube Link | colas.c |
| Pointers | YouTube Link | -- |
| Dynamic memory management | YouTube Link | -- |
C++ |
VIDEO |
CODE |
|---|---|---|
| Creating a Video Game with C++ using Cocos2d-x | YouTube Link | GitHub URL |
| Creating a window from the ground up using WinApi | winApi.avi | HolaMundo.cpp |
| Creating a Tic Tac Toe game | YouTube Link | TicTacToe.cpp |
| Creating a HangMan | YouTube Link | -- |
| Trees | YouTube Link | -- |
FUNDAMENTALS OF JAVA TECHNOLOGY |
VIDEO |
CODE |
|---|---|---|
| Setting up the environment | Configurando el entorno para Java.avi | comandos.zip |
| Setting up the environment from the console | Link for Youtube | -- |
| Introduction to Object Oriented Programming (Part 1 / 2) | Link for Youtube | code-oop.zip |
| Introduction to Object Oriented Programming (Part 2 / 2) | Link for Youtube | -- |
| Data types | Link for Youtube | -- |
| Inheritance | Link for Youtube | -- |
| Wrapper Classes | Link for Youtube | -- |
| Decision structures in Java | Link for Youtube | -- |
| Java memory administration | AdminMemoria.avi | memoria.zip |
| Using the String class | String.avi | Codigo.zip |
| Using StringBuffer | StringBuffer.avi | codigosb.zip |
| Polymorphism | Polimorfismo.avi | codigo-pol.zip |
| Serialization | serializacion.avi | serialization-src.zip |
| Capturing input from keyboard using BufferedReader | Link for youtube | Example code |
| Capturing input from keyboard using Scanner | Link for youtube | Example code |
| Using threads | hilos.avi | Hilos.zip |
| Using threads (Car Race Simulation) | Link for youtube | Link for GitHub |
Creating Java GUI's with SWING |
VIDEO |
CODE |
|---|---|---|
| Calling a JFrame from another | Llamando a una ventana desde otra.avi | login.zip |
Database programming with JAVA |
VIDEO |
CODE |
|---|---|---|
| Connecting to a Database | Conectando a una Base de DAtos.avi | conexion.zip |
| Basic use of JTable | Usando el JTable.avi | jtable1.zip |
| Inserting data into a JTable | Insertando datos en un JTable.avi | jtable2.zip |
| Deleting data from a JTable | Eliminando Datos de un JTable.avi | jtable3.zip |
Object oriented design |
VIDEO |
CODE |
|---|---|---|
| Observer design pattern | observer.avi | observer.zip |
| Multitier programming | capas.avi | Codigo-Multicapas.zip |
| Model View Controller | Link for youtube | -- |
| Decorator Design Pattern | Link for youtube | -- |