Introduction to programming

Size: px
Start display at page:

Download "Introduction to programming"

Transcription

1 Introduction to programming Duración: 5 Días Código del Curso: M10975 Temario: In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2013 and either the Visual C# or Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, such as M20483: Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. Dirigido a: This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as 20483B: Programming in C#. Objetivos: Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the.net Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. Prerequisitos: Before attending this course, students must have: Ability to use computers to start programs, open and save files, navigate application menus and interfaces Ability to understand logical concepts such as comparisons Understand number theory Ability to create, understand, and follow structured directions or step-by-step procedures Ability to understand and apply abstract concepts to concrete examples

2 Siguientes cursos recomendados: M20483 Programming in C#

3 Contenido: Module 1: Introduction to Core Programming Lessons Lab : Implementing Polymorphism Concepts Computer Data Storage and Processing Application Types After completing this module, students will be This module provides background and Application Life-Cycle able to: foundational information on how computers Code Compilation process information, discusses the different Syntax Describe computer data storage and types of applications that a programmer might Data Types processing concepts be creating, and then provides information on Variables and Constants Describe application types how code is compiled and interpreted by a Introduction to Structured Programming Describe the lifecycle of an application computer. Concepts Describe code compilation Introduction to Branching Define syntax Using Functions Explain the different types of core data Lessons Using Decision Structures used in programs Introducing Repetition Declare and use variables and constants Computer Data Storage and Processing Understand How to Write Pseudo Code in a computer program Application Types Algorithm Examples Describe structured programming Application Life-Cycle Introduction to Data Structures Create and use functions in your code Code Compilation Introduction to Program Errors Create and use decision structures Syntax Introduction to Structured Error Handling Create and use looping structures Data Types Introduction to Debugging in Visual Implement structured exception handling Variables and Constants Studio Debug applications by using Visual Studio Introduction to Structured Programming Introduction to Complex Structures 2013 Concepts Introduction to Structs Create and use structure types Introduction to Branching Introduction to Classes Create and use basic class files Using Functions Introducing Encapsulation Choose when to use a struct vs a class Using Decision Structures Introduction to Inheritance Use inheritance in OOP Introducing Repetition Introduction to Polymorphism Implement polymorphism in your classes Understand How to Write Pseudo Code Introduction to the.net Framework and Describe how the base class library is Algorithm Examples the Base Class Library constructed Introduction to Data Structures Authentication and Authorization Find class information by using the Object Introduction to Program Errors Code Permissions on Computers Browser Introduction to Structured Error Handling Introducing Code Signing Describe how authorization and Introduction to Debugging in Visual Studio authentication work Introduction to Complex Structures Using File I/O Describe how to apply access permissions Introduction to Structs Value Types vs Reference Types for executing code on a computer Introduction to Classes Converting Types Explain how code signing works Introducing Encapsulation The Garbage Collector Read input from a console Introduction to Inheritance Output data to the console Introduction to Polymorphism Lab : Working with Algorithms and Data Read and write text files Introduction to the.net Framework and the Structures Implement value and reference types Base Class Library correctly in an application Authentication and Authorization Convert between value types and Code Permissions on Computers After completing this module, you will be able reference types Introducing Code Signing to: Use the garbage collector Using File I/O Transfer problem statements into pseudo Module 8: Introduction to Application Security Value Types vs Reference Types code Converting Types Create algorithms The Garbage Collector Translate pseudo code into programming This module helps students think about code security in their applications. This module Lab : Thinking Like a Computer Create simple algorithms in code introduces the concepts of authentication for Create data structures to store data users and also introduces the concept of permissions for the code that is running on a After completing this module, students will be Module 5: Error Handling and Debugging computer. It explains that operating systems able to: might prevent certain aspects of the program from executing, such as saving a file to a Describe computer data storage and This module helps students understand that directory to which the user running the app processing concepts errors are a part of programming and they might not have permission to write. The Describe application types must understand how to anticipate errors, module briefly covers code signing and why Describe the lifecycle of an application handle those errors in code, and present a programmers might want to consider using Describe code compilation good user experience with a program. This code signing. Define syntax module introduces structured exception Explain the different types of core data used handling as the mechanism to deal with

4 in programs errors. Lessons Declare and use variables and constants in a computer program Computer Data Storage and Processing Describe structured programming Lessons Application Types Create and use functions in your code Application Life-Cycle Create and use decision structures Computer Data Storage and Processing Code Compilation Create and use looping structures Application Types Syntax Implement structured exception handling Application Life-Cycle Data Types Debug applications by using Visual Studio Code Compilation Variables and Constants 2013 Syntax Introduction to Structured Programming Create and use structure types Data Types Concepts Create and use basic class files Variables and Constants Introduction to Branching Choose when to use a struct vs a class Introduction to Structured Programming Using Functions Use inheritance in OOP Concepts Using Decision Structures Implement polymorphism in your classes Introduction to Branching Introducing Repetition Describe how the base class library is Using Functions Understand How to Write Pseudo Code constructed Using Decision Structures Algorithm Examples Find class information by using the Object Introducing Repetition Introduction to Data Structures Browser Understand How to Write Pseudo Code Introduction to Program Errors Describe how authorization and Algorithm Examples Introduction to Structured Error Handling authentication work Introduction to Data Structures Introduction to Debugging in Visual Studio Describe how to apply access permissions Introduction to Program Errors Introduction to Complex Structures for executing code on a computer Introduction to Structured Error Handling Introduction to Structs Explain how code signing works Introduction to Debugging in Visual Introduction to Classes Read input from a console Studio Introducing Encapsulation Output data to the console Introduction to Complex Structures Introduction to Inheritance Read and write text files Introduction to Structs Introduction to Polymorphism Implement value and reference types Introduction to Classes Introduction to the.net Framework and correctly in an application Introducing Encapsulation the Base Class Library Convert between value types and reference Introduction to Inheritance Authentication and Authorization types Introduction to Polymorphism Code Permissions on Computers Use the garbage collector Introduction to the.net Framework and Introducing Code Signing the Base Class Library Module 2: Core Programming Language Authentication and Authorization Using File I/O Concepts Code Permissions on Computers Value Types vs Reference Types Introducing Code Signing Converting Types The Garbage Collector This module covers programming language Using File I/O syntax and the importance of using good syntax Value Types vs Reference Types After completing this module, students will be and following the syntax rules for the chosen Converting Types able to: language. This module also discusses the core The Garbage Collector data types and how to store these data types in Describe computer data storage and computer memory by using variables and Lab : Implementing Debugging and Error processing concepts constants. Handling Describe application types Describe the lifecycle of an application Describe code compilation Lessons After completing this module, students will be Define syntax able to: Explain the different types of core data Computer Data Storage and Processing used in programs Application Types Describe computer data storage and Declare and use variables and constants Application Life-Cycle processing concepts in a computer program Code Compilation Describe application types Describe structured programming Syntax Describe the lifecycle of an application Create and use functions in your code Data Types Describe code compilation Create and use decision structures Variables and Constants Define syntax Create and use looping structures Introduction to Structured Programming Explain the different types of core data Implement structured exception handling Concepts used in programs Debug applications by using Visual Studio Introduction to Branching Declare and use variables and constants 2013 Using Functions in a computer program Create and use structure types Using Decision Structures Describe structured programming Create and use basic class files Introducing Repetition Create and use functions in your code Choose when to use a struct vs a class Understand How to Write Pseudo Code Create and use decision structures Use inheritance in OOP Algorithm Examples Create and use looping structures Implement polymorphism in your classes Introduction to Data Structures Implement structured exception handling Describe how the base class library is Introduction to Program Errors Debug applications by using Visual constructed Introduction to Structured Error Handling Studio 2013 Find class information by using the Object

5 Introduction to Debugging in Visual Studio Create and use structure types Browser Introduction to Complex Structures Create and use basic class files Describe how authorization and Introduction to Structs Choose when to use a struct vs a class authentication work Introduction to Classes Use inheritance in OOP Describe how to apply access permissions Introducing Encapsulation Implement polymorphism in your classes for executing code on a computer Introduction to Inheritance Describe how the base class library is Explain how code signing works Introduction to Polymorphism constructed Read input from a console Introduction to the.net Framework and the Find class information by using the Output data to the console Base Class Library Object Browser Read and write text files Authentication and Authorization Describe how authorization and Implement value and reference types Code Permissions on Computers authentication work correctly in an application Introducing Code Signing Describe how to apply access Convert between value types and permissions for executing code on a reference types Using File I/O computer Use the garbage collector Value Types vs Reference Types Explain how code signing works Converting Types Read input from a console Module 9: Core I/O Programming The Garbage Collector Output data to the console Read and write text files Lab : Working with Data Types Implement value and reference types This module introduces some core correctly in an application input/output (I/O) concepts that programmers Convert between value types and will use while creating applications. Starting After completing this module, students will be reference types with console I/O, this module introduces input able to: Use the garbage collector and output to the Console window. The module also talks about reading and writing Describe computer data storage and Module 6: Introduction to Object-Oriented files, which is an important concept to know processing concepts Programming because applications work with the files on Describe application types the disk systems on computers. Describe the lifecycle of an application Describe code compilation This module covers an introduction to the Define syntax concepts related to object-oriented Lessons Explain the different types of core data used programming (OOP). The content has been in programs split across two modules with this module Computer Data Storage and Processing Declare and use variables and constants in focusing on basic OOP concepts that will Application Types a computer program provide sufficient knowledge to understand Application Life-Cycle Describe structured programming complex data structures starting with structs Code Compilation Create and use functions in your code and then moving onto classes. This module Syntax Create and use decision structures helps the students gain an understanding of Data Types Create and use looping structures how to encapsulate data and related Variables and Constants Implement structured exception handling functionality within a class. Introduction to Structured Programming Debug applications by using Visual Studio Concepts 2013 Introduction to Branching Create and use structure types Lessons Using Functions Create and use basic class files Using Decision Structures Choose when to use a struct vs a class Computer Data Storage and Processing Introducing Repetition Use inheritance in OOP Application Types Understand How to Write Pseudo Code Implement polymorphism in your classes Application Life-Cycle Algorithm Examples Describe how the base class library is Code Compilation Introduction to Data Structures constructed Syntax Introduction to Program Errors Find class information by using the Object Data Types Introduction to Structured Error Handling Browser Variables and Constants Introduction to Debugging in Visual Studio Describe how authorization and Introduction to Structured Programming Introduction to Complex Structures authentication work Concepts Introduction to Structs Describe how to apply access permissions Introduction to Branching Introduction to Classes for executing code on a computer Using Functions Introducing Encapsulation Explain how code signing works Using Decision Structures Introduction to Inheritance Read input from a console Introducing Repetition Introduction to Polymorphism Output data to the console Understand How to Write Pseudo Code Introduction to the.net Framework and Read and write text files Algorithm Examples the Base Class Library Implement value and reference types Introduction to Data Structures Authentication and Authorization correctly in an application Introduction to Program Errors Code Permissions on Computers Convert between value types and reference Introduction to Structured Error Handling Introducing Code Signing types Introduction to Debugging in Visual Use the garbage collector Studio Using File I/O Introduction to Complex Structures Value Types vs Reference Types Module 3: Program Flow Introduction to Structs Converting Types Introduction to Classes The Garbage Collector

6 Introducing Encapsulation This module covers how code is executed in a Introduction to Inheritance Lab : Core I/O Programming computer program, such as top to bottom, in Introduction to Polymorphism structured programming and branching in code Introduction to the.net Framework and execution. The module teaches these concepts the Base Class Library After completing this module, students will be through the use of functions, decision Authentication and Authorization able to: structures, and looping constructs. Code Permissions on Computers Introducing Code Signing Describe computer data storage and processing concepts Lessons Using File I/O Describe application types Value Types vs Reference Types Describe the lifecycle of an application Computer Data Storage and Processing Converting Types Describe code compilation Application Types The Garbage Collector Define syntax Application Life-Cycle Explain the different types of core data Code Compilation Lab : Implementing Complex Data Structures used in programs Syntax Declare and use variables and constants Data Types in a computer program Variables and Constants After completing this module, students will be Describe structured programming Introduction to Structured Programming able to: Create and use functions in your code Concepts Create and use decision structures Introduction to Branching Describe computer data storage and Create and use looping structures Using Functions processing concepts Implement structured exception handling Using Decision Structures Describe application types Debug applications by using Visual Studio Introducing Repetition Describe the lifecycle of an application 2013 Understand How to Write Pseudo Code Describe code compilation Create and use structure types Algorithm Examples Define syntax Create and use basic class files Introduction to Data Structures Explain the different types of core data Choose when to use a struct vs a class Introduction to Program Errors used in programs Use inheritance in OOP Introduction to Structured Error Handling Declare and use variables and constants Implement polymorphism in your classes Introduction to Debugging in Visual Studio in a computer program Describe how the base class library is Introduction to Complex Structures Describe structured programming constructed Introduction to Structs Create and use functions in your code Find class information by using the Object Introduction to Classes Create and use decision structures Browser Introducing Encapsulation Create and use looping structures Describe how authorization and Introduction to Inheritance Implement structured exception handling authentication work Introduction to Polymorphism Debug applications by using Visual Describe how to apply access permissions Introduction to the.net Framework and the Studio 2013 for executing code on a computer Base Class Library Create and use structure types Explain how code signing works Authentication and Authorization Create and use basic class files Read input from a console Code Permissions on Computers Choose when to use a struct vs a class Output data to the console Introducing Code Signing Use inheritance in OOP Read and write text files Implement polymorphism in your classes Implement value and reference types Using File I/O Describe how the base class library is correctly in an application Value Types vs Reference Types constructed Convert between value types and Converting Types Find class information by using the reference types The Garbage Collector Object Browser Use the garbage collector Describe how authorization and Lab : Creating Functions, Decisions, and authentication work Module 10: Application Performance and Looping Describe how to apply access Memory Management permissions for executing code on a computer After completing this module, students will be Explain how code signing works This module enables students understand able to: Read input from a console that memory on a computer is a finite Output data to the console resource. It talks about how good application Describe computer data storage and Read and write text files design and good coding discip with processing concepts Implement value and reference types memory conservation and memory Describe application types correctly in an application management will help programmers learn to Describe the lifecycle of an application Convert between value types and develop applications that users will like. This Describe code compilation reference types is because these applications will be fast, Define syntax Use the garbage collector responsive, and do not negatively impact Explain the different types of core data used other applications. in programs Module 7: More Object-Oriented Declare and use variables and constants in Programming a computer program Lessons Describe structured programming Create and use functions in your code This module teaches students about Computer Data Storage and Processing

7 Create and use decision structures inheritance and polymorphism in classes and Application Types Create and use looping structures function overloading. Function overloading Application Life-Cycle Implement structured exception handling and polymorphism can go hand-in-hand as Code Compilation Debug applications by using Visual Studio often times when you inherit from a class, you Syntax 2013 want to override or change the existing Data Types Create and use structure types behavior to suit the needs of you class. The Variables and Constants Create and use basic class files module also provides an introduction to the Introduction to Structured Programming Choose when to use a struct vs a class base class library in the.net Framework so Concepts Use inheritance in OOP that students can start to think about the Introduction to Branching Implement polymorphism in your classes existence of functionality in other class files Using Functions Describe how the base class library is and how they can search the.net Using Decision Structures constructed Framework to find this functionality and take Introducing Repetition Find class information by using the Object advantage of it. Understand How to Write Pseudo Code Browser Algorithm Examples Describe how authorization and Introduction to Data Structures authentication work Lessons Introduction to Program Errors Describe how to apply access permissions Introduction to Structured Error Handling for executing code on a computer Computer Data Storage and Processing Introduction to Debugging in Visual Studio Explain how code signing works Application Types Introduction to Complex Structures Read input from a console Application Life-Cycle Introduction to Structs Output data to the console Code Compilation Introduction to Classes Read and write text files Syntax Introducing Encapsulation Implement value and reference types Data Types Introduction to Inheritance correctly in an application Variables and Constants Introduction to Polymorphism Convert between value types and reference Introduction to Structured Programming Introduction to the.net Framework and types Concepts the Base Class Library Use the garbage collector Introduction to Branching Authentication and Authorization Using Functions Code Permissions on Computers Module 4: Algorithms and Data Structures Using Decision Structures Introducing Code Signing Introducing Repetition Understand How to Write Pseudo Code Using File I/O This module introduces the concept of an Algorithm Examples Value Types vs Reference Types algorithm by examining a daily routine such as Introduction to Data Structures Converting Types a morning routine for getting up and going to Introduction to Program Errors The Garbage Collector work, outlining all the steps required including Introduction to Structured Error Handling the decisions to be made as the routine Introduction to Debugging in Visual Lab : Using Value Types and Reference progresses. The module also discusses how to Studio Types translate these set of steps into pseudo code Introduction to Complex Structures for evaluation of the algorithm that will be Introduction to Structs translated into actual code. Introduction to Classes After completing this module, students will be Introducing Encapsulation able to: Introduction to Inheritance Introduction to Polymorphism Describe computer data storage and Introduction to the.net Framework and processing concepts the Base Class Library Describe application types Authentication and Authorization Describe the lifecycle of an application Code Permissions on Computers Describe code compilation Introducing Code Signing Define syntax Explain the different types of core data Using File I/O used in programs Value Types vs Reference Types Declare and use variables and constants Converting Types in a computer program The Garbage Collector Describe structured programming Create and use functions in your code Lab : Implementing Inheritance Create and use decision structures Create and use looping structures Implement structured exception handling Debug applications by using Visual Studio 2013 Create and use structure types Create and use basic class files Choose when to use a struct vs a class Use inheritance in OOP Implement polymorphism in your classes Describe how the base class library is constructed

8 Find class information by using the Object Browser Describe how authorization and authentication work Describe how to apply access permissions for executing code on a computer Explain how code signing works Read input from a console Output data to the console Read and write text files Implement value and reference types correctly in an application Convert between value types and reference types Use the garbage collector Más información: Para más información o para reservar tu plaza llámanos al (34) info.cursos@globalknowledge.es Global Knowledge Network Spain, C/ Retama 7, 6ª planta, Madrid

Performance Tuning and Optimizing SQL Databases

Performance Tuning and Optimizing SQL Databases Performance Tuning and Optimizing SQL Databases Duración: 4 Días Código del Curso: M10987 Temario: This four-day instructor-led course provides students who manage and maintain SQL Server databases with

More information

Developing SQL Data Models

Developing SQL Data Models Developing SQL Data Models Duración: 3 Días Código del Curso: M20768 Temario: The focus of this 3-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement

More information

DB2 10 for LUW: Basic Administration for Linux and Windows

DB2 10 for LUW: Basic Administration for Linux and Windows DB2 10 for LUW: Basic Administration for Linux and Duración: 4 Días Código del Curso: CL2X3G Temario: This course teaches you to perform basic database administrative tasks using DB2 10.1 for Linux, UNIX,

More information

IBM WebSphere Service Registry and Repository V8.0 for Administrators

IBM WebSphere Service Registry and Repository V8.0 for Administrators IBM WebSphere Service Registry and Repository V8.0 for Administrators Duración: 2 Días Código del Curso: WS811G Temario: PLEASE NOTE: This course is also available as an Instructor Led On Course, IBM WebSphere

More information

IBM WebSphere Message Broker V8 Application Development I

IBM WebSphere Message Broker V8 Application Development I IBM WebSphere Message Broker V8 Application Development I Duración: 5 Días Código del Curso: WM664G Temario: This 5-day instructor-led course provides an intermediate-level overview of the WebSphere Message

More information

Developing Applications for IBM WebSphere Portal 7.0

Developing Applications for IBM WebSphere Portal 7.0 Developing Applications for IBM WebSphere Portal 7.0 Duración: 5 Días Código del Curso: WPL51G Temario: This course is designed for users who are new to developing applications for WebSphere Portal Server

More information

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2014 Querying Microsoft SQL Server 2014 Duración: 5 Días Código del Curso: M20461 Version: C Método de Impartición: Curso Virtual & Classroom (V&C Select) Temario: This 5-day instructor led course provides

More information

Developing Applications with Java Persistence API (JPA)

Developing Applications with Java Persistence API (JPA) Developing Applications with Java Persistence API (JPA) Duración: 2 Días Código del Curso: WD160G Método de Impartición: e-learning (Self-Study) Temario: This 2-day instructor-led course teaches you how

More information

IBM InfoSphere MDM Reference Data Management V10

IBM InfoSphere MDM Reference Data Management V10 IBM InfoSphere MDM Reference Data Management V10 Duración: 3 Días Código del Curso: ZZ670G Método de Impartición: Curso Virtual & Classroom (V&C Select) Temario: This is the Classroom version of Instructor-led

More information

Configuring Windows 8.1

Configuring Windows 8.1 Configuring Windows 8.1 Duración: 5 Días Código del Curso: M20687 Version: 8.1 Método de Impartición: Curso Virtual & Classroom (V&C Select) Temario: This course provides students hands-on experience with

More information

VMware vsphere with Operations Management: Fast Track

VMware vsphere with Operations Management: Fast Track VMware vsphere with Operations Management: Fast Track Duración: 5 Días Código del Curso: VSOMFT Temario: Curso impartido directamente por VMware This intensive, extended-hours training course focuses on

More information

IBM System z Fast Track

IBM System z Fast Track IBM System z Fast Track Duración: 1 Días Código del Curso: ESZ0G Método de Impartición: Curso Remoto (Virtual) Temario: This 10 day course is intended to give IT professionals a well rounded introduction

More information

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Course Number: 6367A Course Length: 3 Days Course Overview This three-day course will enable students to start designing

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Programming in HTML5 with JavaScript and CSS3 Código del curso: 20480 Duración: 5 días Acerca de este curso This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Código del curso: 20486 Duración: 5 días Acerca de este curso In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

Programming in C# with Microsoft Visual Studio 2010

Programming in C# with Microsoft Visual Studio 2010 Programming in C# with Microsoft Visual Studio 2010 Course 10266; 5 Days, Instructor-led Course Description: The course focuses on C# program structure, language syntax, and implementation details with.net

More information

Developing Microsoft.NET Applications for Windows (Visual Basic.NET)

Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Course Number: 2555 Length: 1 Day(s) Certification Exam This course will help you prepare for the following Microsoft Certified Professional

More information

"Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary

Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary Course Summary NOTE - The course delivery has been updated to Visual Studio 2013 and.net Framework 4.5! Description The course focuses on C# program structure, language syntax, and implementation details

More information

M Introduction to C# Programming with Microsoft.NET - 5 Day Course

M Introduction to C# Programming with Microsoft.NET - 5 Day Course Module 1: Getting Started This module presents the concepts that are central to the Microsoft.NET Framework and platform, and the Microsoft Visual Studio.NET integrated development environment (IDE); describes

More information

Programming in Visual Basic with Microsoft Visual Studio 2010

Programming in Visual Basic with Microsoft Visual Studio 2010 Programming in Visual Basic with Microsoft Visual Studio 2010 Course 10550; 5 Days, Instructor-led Course Description This course teaches you Visual Basic language syntax, program structure, and implementation

More information

PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO Course: 10550A; Duration: 5 Days; Instructor-led

PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO Course: 10550A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO 2010 Course: 10550A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course teaches you

More information

10266 Programming in C Sharp with Microsoft Visual Studio 2010

10266 Programming in C Sharp with Microsoft Visual Studio 2010 10266 Programming in C Sharp with Microsoft Visual Studio 2010 Course Number: 10266A Category: Visual Studio 2010 Duration: 5 days Course Description The course focuses on C# program structure, language

More information

Networking with Windows Server 2016

Networking with Windows Server 2016 Networking with Windows Server 2016 Código del curso: 20741 Duración: 5 días Acerca de este curso This 5-day classroom-based course provides the fundamental networking skills required to deploy and support

More information

M Introduction to Visual Basic.NET Programming with Microsoft.NET 5 Day Course

M Introduction to Visual Basic.NET Programming with Microsoft.NET 5 Day Course Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and provides

More information

2609 : Introduction to C# Programming with Microsoft.NET

2609 : Introduction to C# Programming with Microsoft.NET 2609 : Introduction to C# Programming with Microsoft.NET Introduction In this five-day instructor-led course, developers learn the fundamental skills that are required to design and develop object-oriented

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

20483BC: Programming in C#

20483BC: Programming in C# 20483BC: Programming in C# Course length: 5 day(s) Course Description The goal of this course is to help students gain essential C# programming skills. This course is an entry point into the Windows Store

More information

CGS 2405 Advanced Programming with C++ Course Justification

CGS 2405 Advanced Programming with C++ Course Justification Course Justification This course is the second C++ computer programming course in the Computer Science Associate in Arts degree program. This course is required for an Associate in Arts Computer Science

More information

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET 2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION Course Title: Java Technologies Grades: 10-12 Prepared by: Rob Case Course Unit: What is Java? Learn about the history of Java. Learn about compilation & Syntax. Discuss the principles of Java. Discuss

More information

Microsoft Windows PowerShell v2 For Administrators

Microsoft Windows PowerShell v2 For Administrators Microsoft Windows PowerShell v2 For Administrators Course 50414 5 Days Instructor-led, Hands-on Introduction This four-day instructor-led course provides students with the knowledge and skills to leverage

More information

Introduction to Programming

Introduction to Programming Introduction to Programming Course ISI-1329 - Three Days - Instructor-Led Introduction This three-day, instructor-led course introduces students to computer programming. Students will learn the fundamental

More information

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET VB.NET Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and

More information

Boca Raton Community High School AP Computer Science A - Syllabus 2009/10

Boca Raton Community High School AP Computer Science A - Syllabus 2009/10 Boca Raton Community High School AP Computer Science A - Syllabus 2009/10 Instructor: Ronald C. Persin Course Resources Java Software Solutions for AP Computer Science, A. J. Lewis, W. Loftus, and C. Cocking,

More information

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duración del curso: 5 Días Acerca de este curso In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6235A: Three days; Instructor-Led Introduction This three-day instructor-led course teaches students how to implement

More information

Object-Oriented Programming in C# (VS 2012)

Object-Oriented Programming in C# (VS 2012) Object-Oriented Programming in C# (VS 2012) This thorough and comprehensive course is a practical introduction to programming in C#, utilizing the services provided by.net. This course emphasizes the C#

More information

College Board. AP CS A Labs Magpie, Elevens, and Picture Lab. New York: College Entrance Examination Board, 2013.

College Board. AP CS A Labs Magpie, Elevens, and Picture Lab. New York: College Entrance Examination Board, 2013. AP Computer Science August 2014 June 2015 Class Description AP Computer Science is the second class after Pre-AP Computer Science that together teach the fundamentals of object-oriented programming and

More information

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 ) Course Title ASP.NET ( Level 1 ) Course Description ASP Stands for Active Server Pages it s the most secure robust server side technology. It s used to create dynamic web applications, ASP.NET is a unified

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Enabling and Managing Office 365 Código del curso: 20347 Duración: 5 días Acerca de este curso This is a 5 day instructor led training (ILT) course that targets the needs of IT professionals who take part

More information

Course Syllabus C # Course Title. Who should attend? Course Description

Course Syllabus C # Course Title. Who should attend? Course Description Course Title C # Course Description C # is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the.net Framework.

More information

Introduction to Programming Microsoft.NET Framework Applications with Microsoft Visual Studio 2005 Course #MS4994A 5 Days COURSE OUTLINE

Introduction to Programming Microsoft.NET Framework Applications with Microsoft Visual Studio 2005 Course #MS4994A 5 Days COURSE OUTLINE COURSE OVERVIEW This five-day instructor-led course enables introductorylevel developers who are not familiar with the Microsoft.NET Framework or Microsoft Visual Studio 2005 to gain familiarity with the

More information

: 20488B: Customized Developing Microsoft SharePoint Server

: 20488B: Customized Developing Microsoft SharePoint Server Module Title Duration : 20488B: Customized Developing Microsoft SharePoint Server : 2 days Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

AP Computer Science A Syllabus

AP Computer Science A Syllabus AP Computer Science A Syllabus Course Overview The focus of this class is structured logic with an emphasis on developing simple, elegant algorithms and thinking in an object-oriented manner. The Java

More information

Course Description. Learn To: : Intro to JAVA SE7 and Programming using JAVA SE7. Course Outline ::

Course Description. Learn To: : Intro to JAVA SE7 and Programming using JAVA SE7. Course Outline :: Module Title Duration : Intro to JAVA SE7 and Programming using JAVA SE7 : 9 days Course Description The Java SE 7 Fundamentals course was designed to enable students with little or no programming experience

More information

CompuScholar, Inc. Alignment to Nevada "Computer Science" Course Standards

CompuScholar, Inc. Alignment to Nevada Computer Science Course Standards CompuScholar, Inc. Alignment to Nevada "Computer Science" Course Standards Nevada Course Details: Course Name: Computer Science Primary Cluster: Information and Media Technologies Standards Course Code(s):

More information

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010 10264A CS: Developing Web Applications with Microsoft Visual Studio 2010 Course Number: 10264A Course Length: 5 Days Course Overview In this course, students will learn to develop advanced ASP.NET MVC

More information

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2014 Querying Microsoft SQL Server 2014 Código del curso: 20461 Duración: 5 días Acerca de este curso This 5 day instructor led course provides students with the technical skills required to write basic Transact

More information

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries 1 CONTENTS 1. Introduction to Java 2. Holding Data 3. Controllin g the f l o w 4. Object Oriented Programming Concepts 5. Inheritance & Packaging 6. Handling Error/Exceptions 7. Handling Strings 8. Threads

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Código del curso: 20761 Duración: 5 días Acerca de este curso This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first

More information

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

(800) Toll Free (804) Fax   Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days Course Description This course introduces the Java programming language and how to develop Java applications using Eclipse 3.0. Students learn the syntax of the Java programming language, object-oriented

More information

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days 2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified

More information

Programming in C# for Experienced Programmers

Programming in C# for Experienced Programmers Programming in C# for Experienced Programmers Course 20483C 5 Days Instructor-led, Hands-on Introduction This five-day, instructor-led training course teaches developers the programming skills that are

More information

C++ (Non for C Programmer) (BT307) 40 Hours

C++ (Non for C Programmer) (BT307) 40 Hours C++ (Non for C Programmer) (BT307) 40 Hours Overview C++ is undoubtedly one of the most widely used programming language for implementing object-oriented systems. The C++ language is based on the popular

More information

C# Programming. Unit 1: Introducing C# and the.net FrameworkThis module explains the.net Framework, and using C# and

C# Programming. Unit 1: Introducing C# and the.net FrameworkThis module explains the.net Framework, and using C# and C# Programming 1. Sound Knowledge of C++. Course Summary: This course presents Microsoft's C# programming language and the use of Visual Studio 2008 or 2010 to develop Windows applications using the.net

More information

Course Text. Course Description. Course Objectives. StraighterLine Introduction to Programming in C++

Course Text. Course Description. Course Objectives. StraighterLine Introduction to Programming in C++ Introduction to Programming in C++ Course Text Programming in C++, Zyante, Fall 2013 edition. Course book provided along with the course. Course Description This course introduces programming in C++ and

More information

Web Development with ASP.Net

Web Development with ASP.Net Western Technical College 10152187 Web Development with ASP.Net Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 72.00 This programming

More information

PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore

PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore 560 100 Department of MCA COURSE INFORMATION SHEET Programming Using C#.NET (13MCA53) 1. GENERAL INFORMATION: Academic Year:

More information

Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500

Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500 Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500 Summary Each day there will be a combination of presentations, code walk-throughs, and handson projects. The final project

More information

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488 36 Contact Hours Course Overview In this course, students learn core skills that are common to almost all SharePoint development

More information

DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO Course: 10264A; Duration: 5 Days; Instructor-led

DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO Course: 10264A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010 Course: 10264A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN In this course, students

More information

PROGRAMMING WITH THE MICROSOFT.NET FRAMEWORK USING MICROSOFT VISUAL STUDIO 2005 Course No. MS4995A 5 Day PREREQUISITES COURSE OUTLINE

PROGRAMMING WITH THE MICROSOFT.NET FRAMEWORK USING MICROSOFT VISUAL STUDIO 2005 Course No. MS4995A 5 Day PREREQUISITES COURSE OUTLINE COURSE OVERVIEW This five-day instructor-led course enables developers who are migrating from a different development language, an earlier version of Visual Basic.NET or Visual C#, or who have completed

More information

Introduction to Programming Using Java (98-388)

Introduction to Programming Using Java (98-388) Introduction to Programming Using Java (98-388) Understand Java fundamentals Describe the use of main in a Java application Signature of main, why it is static; how to consume an instance of your own class;

More information

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#)

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#) Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches developers to gain in-depth guidance on

More information

CompuScholar, Inc. 9th - 12th grades

CompuScholar, Inc. 9th - 12th grades CompuScholar, Inc. Alignment to the College Board AP Computer Science A Standards 9th - 12th grades AP Course Details: Course Title: Grade Level: Standards Link: AP Computer Science A 9th - 12th grades

More information

Implementing an Advanced Server Infraestructure

Implementing an Advanced Server Infraestructure Implementing an Advanced Server Infraestructure Código del curso: 20414 Duración: 5 días Acerca de este curso Get hands-on instruction and practice planning, designing and deploying a physical and logical

More information

Object-Oriented Programming in C# (VS 2015)

Object-Oriented Programming in C# (VS 2015) Object-Oriented Programming in C# (VS 2015) This thorough and comprehensive 5-day course is a practical introduction to programming in C#, utilizing the services provided by.net. This course emphasizes

More information

M.C.A DEGREE EXAMINATION,NOVEMBER/DECEMBER 2010 Second Semester MC 9222-OBJECT ORIENTED PROGRAMMING (Regulation 2009)

M.C.A DEGREE EXAMINATION,NOVEMBER/DECEMBER 2010 Second Semester MC 9222-OBJECT ORIENTED PROGRAMMING (Regulation 2009) M.C.A DEGREE EXAMINATION,NOVEMBER/DECEMBER 2010 MC 9222-OBJECT ORIENTED PROGRAMMING (Regulation 2009) Max:100 Marks 1. How are data and function organized in an object oriented programming? 2. Compare

More information

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

Charting the Course to Your Success! MOC B Programming in C# Course Summary Course Summary Description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in

More information

Selenium Online Training Brochure

Selenium Online Training Brochure Selenium Online Training Brochure Selenium Online Training in Real-time orientation, Selenium WebDriver, Core Java Programming, TestNG Testing Framework, Maven Integration, Jenkins Integration and Selenium

More information

Learning to Program in Visual Basic 2005 Table of Contents

Learning to Program in Visual Basic 2005 Table of Contents Table of Contents INTRODUCTION...INTRO-1 Prerequisites...INTRO-2 Installing the Practice Files...INTRO-3 Software Requirements...INTRO-3 Installation...INTRO-3 Demonstration Applications...INTRO-3 About

More information

OCR H446 A-Level Computer Science

OCR H446 A-Level Computer Science Name: Class Teacher: Date: OCR H446 A-Level Computer Science REVISION BOOKLET 1.2 SOFTWARE AND SOFTWARE DEVELOPMENT Content in H446 A-Level Computer Science: 1.1 The characteristics of contemporary processors,

More information

AP Computer Science AB

AP Computer Science AB AP Computer Science AB Dr. Tyler Krebs Voice Mail: 431-8938 Classroom: B128 Office: TV Studio Characteristics We Value in This Classroom: 1. Respect. (Show respect for everyone and everything.) 2. Integrity.

More information

Course 20480: Programming in HTML5 with JavaScript and CSS3

Course 20480: Programming in HTML5 with JavaScript and CSS3 Course 20480: Programming in HTML5 with JavaScript and CSS3 Overview About this course This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Course Code: 20488B About this course In this course, students learn core skills that are common to almost all SharePoint development

More information

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3 ABOUT THIS COURSE This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into

More information

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Course Overview This course teaches programmers the skills necessary to create Java programming system applications and satisfies the

More information

"Charting the Course... Java Programming Language. Course Summary

Charting the Course... Java Programming Language. Course Summary Course Summary Description This course emphasizes becoming productive quickly as a Java application developer. This course quickly covers the Java language syntax and then moves into the object-oriented

More information

Internet Application Developer

Internet Application Developer Internet Application Developer SUN-Java Programmer Certification Building a Web Presence with XHTML & XML 5 days or 12 evenings $2,199 CBIT 081 J A V A P R O G R A M M E R Fundamentals of Java and Object

More information

CHAPTER 1: INTRODUCING C# 3

CHAPTER 1: INTRODUCING C# 3 INTRODUCTION xix PART I: THE OOP LANGUAGE CHAPTER 1: INTRODUCING C# 3 What Is the.net Framework? 4 What s in the.net Framework? 4 Writing Applications Using the.net Framework 5 What Is C#? 8 Applications

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Programming in HTML5 with JavaScript and CSS3 20480B; 5 days, Instructor-led Course Description This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic

More information

DOWNLOAD PDF VISUAL STUDIO 2008 LEARNING GUIDE

DOWNLOAD PDF VISUAL STUDIO 2008 LEARNING GUIDE Chapter 1 : Visual Studio Express - C++ Tutorials Visual Studio Important! Selecting a language below will dynamically change the complete page content to that language. Premier Knowledge Solutions offers

More information

104. Intermediate Java Programming

104. Intermediate Java Programming 104. Intermediate Java Programming Version 6.0 This course teaches programming in the Java language -- i.e. the Java Standard Edition platform. It is intended for students with previous Java experience

More information

The course introduces many of the techniques and technologies employed by modern desktop and enterprise applications, including:

The course introduces many of the techniques and technologies employed by modern desktop and enterprise applications, including: Programming in C# OD20483B; On-Demand, Video-based Course Description This training course teaches developers the programming skills that are required for developers to create Windows applications using

More information

.Net. Course Content ASP.NET

.Net. Course Content ASP.NET .Net Course Content ASP.NET INTRO TO WEB TECHNOLOGIES HTML ü Client side scripting langs ü lls Architecture ASP.NET INTRODUCTION ü What is ASP.NET ü Image Technique and code behind technique SERVER SIDE

More information

Appendix A: Objectives and Courseware Locations

Appendix A: Objectives and Courseware Locations Appendix A A-1 Appendix A: Objectives and Courseware Locations The course and this appendix are designed to help students prepare for the digital certificate exam. Students can use this appendix as a study

More information

Course Description. Audience. Module Title : 20483B: Programming in C# Duration : 5 days. Course Outline :: 20483B ::

Course Description. Audience. Module Title : 20483B: Programming in C# Duration : 5 days. Course Outline :: 20483B :: Module Title : 20483B: Programming in C# Duration : 5 days Course Description This training course teaches developers the programming skills that are required for developers to create Windows applications

More information

10267 Introduction to Web Development with Microsoft Visual Studio 2010

10267 Introduction to Web Development with Microsoft Visual Studio 2010 10267 Introduction to Web Development with Microsoft Visual Studio 2010 Course Number: 10267A Category: Visual Studio 2010 Duration: 5 days Course Description This five-day instructor-led course provides

More information

Learn to create Window applications using the C# language with Visual Studio 2012.

Learn to create Window applications using the C# language with Visual Studio 2012. PROGRAMMING IN C# Course Code: 6420 Learn to create Window applications using the C# language with Visual Studio 2012. In this course, you will gain the programming skills that are required for developers

More information

Course 20486B: Developing ASP.NET MVC 4 Web Applications

Course 20486B: Developing ASP.NET MVC 4 Web Applications Course 20486B: Developing ASP.NET MVC 4 Web Applications Overview In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus

More information

Course Hours

Course Hours Programming the.net Framework 4.0/4.5 with C# 5.0 Course 70240 40 Hours Microsoft's.NET Framework presents developers with unprecedented opportunities. From 'geoscalable' web applications to desktop and

More information

Programming in C# (20483)

Programming in C# (20483) Programming in C# (20483) Overview This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started The C# class Just like all object oriented programming languages, C# supports the concept of a class. A class is a little like a data structure in that it aggregates different

More information

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary Description Course Summary In this course, experienced developers who know the basics of data access (CRUD) in Windows client and Web application environments will learn to optimize their designs and develop

More information

CS313T ADVANCED PROGRAMMING LANGUAGE

CS313T ADVANCED PROGRAMMING LANGUAGE CS313T ADVANCED PROGRAMMING LANGUAGE Computer Science department Lecture 1 : Introduction Lecture Contents 2 Course Info. Course objectives Course plan Books and references Assessment methods and grading

More information

10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led

10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led 10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led Course Description In this course, experienced developers who know the basics of data access

More information

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches introductory-level developers who are not familiar with the

More information

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction OGIES 6/7 A- Core Java The Core Java segment deals with the basics of Java. It is designed keeping in mind the basics of Java Programming Language that will help new students to understand the Java language,

More information

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content Core Java - SCJP Course content NOTE: For exam objectives refer to the SCJP 1.6 objectives. 1. Declarations and Access Control Java Refresher Identifiers & JavaBeans Legal Identifiers. Sun's Java Code

More information

C# Programming in the.net Framework

C# Programming in the.net Framework 50150B - Version: 2.1 04 May 2018 C# Programming in the.net Framework C# Programming in the.net Framework 50150B - Version: 2.1 6 days Course Description: This six-day instructor-led course provides students

More information