Hello
Your cart is empty. View / Checkout
United Kingdom Pricing
+44 (0) 845 838 6040

M2609

Introduction to C# Programming with Microsoft .NET

Price :
Specification :

Introduction to C# Programming with

Microsoft .NET M2609

Course Title: Introduction to C# Programming with

Microsoft .NET

Course Code: M2609
Version: A
Level: 400
Duration: 5 Days

Course Overview

The Introduction to C# Programming with Microsoft .NET M2609 instructor-led training course has been designed to provide developers with the fundamental skills required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. This course provides an alternative entry point for less experienced programmers who are not familiar with object-oriented design and programming with Windows or the Web.

Target Audience

Candidates who should consider attending the M2609 Microsoft training course are developers who are not familiar with object-oriented programming and those who understand computer programming, but may have learned programming by using a non-graphical language in a university.

Course Objectives

On successfully completing the M2609 course candidates will be able to:
  • Explain the .NET platform
  • Configure and use Visual Studio .NET
  • Programme with C#
  • Implement methods
  • Implement encapsulation, inheritance, and polymorphism in C#
  • Use C# within the .NET Framework
  • Use Microsoft ADO.NET to access and manipulate data in a database
  • Create feature-rich Windows-based applications
  • Create a Web application by using Web Forms
  • Use XML Web services in a C# application
  • Experiment with more advanced features of C#

Course Prerequisites

Candidates attending the M2609 Microsoft training course should have competency in the following areas: familiarity and comfort with basic operating system functions such as file manipulation; an understanding of the basics of structured programming, including concepts such as flow control, variables and parameters, and function calls; at least three months experience developing applications in either a graphical or non-graphical environment, or possess the equivalent skills and knowledge.

Testing and Certification

There are currently no exams or Microsoft Certification directly associated to this course however this course may assist in preparing candidates for other exams that are closely associated with this technology.

Course Content

Module 1: Getting Started

In this module candidates will learn about the concepts that are central to the Microsoft .NET Framework and platform, and the Microsoft Visual Studio .NET integrated development environment (IDE). The module describes how to work in the development environment; and explains how to use Visual Studio .NET to create and build applications based on Microsoft .NET.


Lessons:
  • Introduction to .NET and the .NET Framework
  • Exploring Visual Studio .NET
  • Creating a Windows Application Project
After completing this module, candidates will be able to:
  • Identify components of the .NET platform and the .NET Framework by their function
  • Explore the Visual Studio development environment
  • Create a basic application based on Microsoft Windows

Module 2: Understanding C# Language Fundamentals

In this module candidates will learn about the syntax and structure of the C# programming language. These topics are essential for candidates to understand in order to be successful in the remainder of the course; however, it is likely that most candidates will come into the class with some experience applying these concepts in other languages.


Lessons:
  • Understanding the Fundamentals of a C# Programme
  • Using C# Predefined Types
  • Writing Expressions
  • Creating Conditional Statements
  • Creating Iteration Statements
Lab: Writing a Savings Account Calculator
  • Write a Savings Calculator
  • Extending the Savings Calculator
After completing this module, candidates will be able to:
  • Understand the fundamentals of a C# programme
  • Use C# predefined types
  • Write expressions
  • Create conditional statements
  • Create iteration statements

Module 3: Creating Objects in C#

In this module candidates will learn about the fundamentals of object-oriented programming, including the concepts of objects, classes, and methods.


Lessons:
  • Defining a Class
  • Declaring Methods
  • Using Constructors
  • Using Static Class Members
Lab: Creating Classes in C#
  • Creating the Bank Account Objects
After completing this module, candidates will be able to:
  • Define a class
  • Declare methods
  • Use constructors
  • Use static class members

Module 4: Implementing Object-Oriented Programming Techniques in C#

In this module candidates will be introduced to the fundamentals of object-oriented programming, including the concepts of objects, classes, and methods.


Lessons:
  • Designing Objects
  • Using Inheritance
  • Using Polymorphism
Lab: Creating Classes in C#
  • Creating the Bank Account Objects
After completing this module, candidates will be able to:
  • Encapsulate information in an object
  • Create an object that inherits functionality from another object
  • Implement polymorphism to use abstract classes

Module 5: Programming with C#

In this module candidates will be introduced to various data structures, including arrays (the System.Array class) and collections (classes in the System.Collections namespace), and when to use each of these data structures in an application. The module also introduces interfaces, describes the concepts and syntax of exception handling, and explains delegates and their use in event handling.


Lessons:
  • Using Arrays
  • Using Collections
  • Using Interfaces
  • Using Exception Handling
  • Using Delegates and Events
Lab: Using Arrays
  • Sorting Numbers in an Array
Lab: Using Indexers and Interfaces
  • Writing the Check Pick-up Application
  • Using Interfaces
Lab: Using Delegates and Events
  • Working with Events and Delegates
After completing this module, candidates will be able to:
  • Create and use arrays
  • Use classes in the System.Collections namespace
  • Use the ArrayList class
  • Use interfaces
  • Handle exceptions
  • Create and call a delegate
  • Use delegates to handle events

Module 6: Building .NET-based Applications with C#

In this module candidates will be presented to the Microsoft .NET Framework class library, the Object Browser, and methods that are inherited from the System.Object class. This module also explains how to format strings and numbers and how to use streams and files.


Lessons:
  • Examining the .NET Framework Class Library
  • Overriding Methods from System.Object
  • Formatting Strings and Numbers
  • Using Streams and Files
Lab: Using Streams
  • Converting a Binary File to a Text File
After completing this module, candidates will be able to:
  • Identify a namespace in the .NET Framework class library by its function
  • Override and implement the ToString method
  • Format strings, currency, and date values
  • Read and write both binary and text files

Module 7: Using ADO.NET to Access Data

In this module candidates will learn how to use Microsoft ADO.NET and the objects in the System.Data namespace to access data in a database. The module describes how to create an application based on Microsoft Windows that uses ADO.NET and also how to use that application to connect to a database, create a query, and use a DataSet object to manage the data, bind data to controls, and insert, update, and delete records in a database.


Lessons:
  • ADO.NET Architecture
  • Creating an Application That Uses ADO.NET to Access Data
  • Changing Database Records
Lab: Creating a Data Access Application with ADO.NET
  • Creating a Simple Database Table Viewer
  • Writing a Simple Database Table Viewer
  • (If time permits): Creating a Simple Database Table Viewer
Lab: Creating a Windows Application That Uses ADO.NET
  • Creating a Windows Application That Uses ADO.NET
  • (If time permits): Writing an ADO.NET Application with Windows Forms
After completing this module, candidates will be able to:
  • Describe ADO.NET
  • Create a Windows-based application that uses ADO.NET
  • Connect to a database
  • Create a query
  • Use a DataSet object to manage data
  • Bind a DataGrid object to a data source
  • Insert, update, and delete a database record

Module 8: Creating Windows-based Applications

In this module candidates will learn how to create menus, common and custom dialog boxes, status bars, and toolbars to enhance the usability of an application based on Microsoft Windows. This module also allows candidates to apply their newly acquired C# language skills and develop useful Windows-based applications.


Lessons:
  • Creating the Main Menu
  • Creating and Using Common Dialog Boxes
  • Creating and Using Custom Dialog Boxes
  • Creating and Using Toolbars
  • Creating the Status Bar
  • Creating and Using Combo Boxes
Lab: Building Windows Applications
  • Adding Common Dialog Boxes to an Application
  • Creating and Using Custom Dialog Boxes
  • Creating a Status Bar
  • (If Time Permits): Using ComboBox Controls
After completing this module, candidates will be able to:
  • Create the main menu
  • Create and use common dialog boxes
  • Create and use custom dialog boxes
  • Create and use toolbars
  • Create the status bar
  • Create and use combo boxes

Module 9: Using XML Web Services in a C# Programme

In this module candidates will be introduced to the System.Web.Services namespace and the process of building and consuming XML Web services in a C# application.


Lessons:
  • Consuming an XML Web Service
  • Building an XML Web Service
Lab: Using XML Web Services
  • Writing the Office Building Estimation Application
After completing this module, candidates will be able to:
  • Request data from an XML Web service from within a C# application
  • Build an XML Web service

Module 10: Creating a Web Application with Web Forms

In this module candidates will learn that Web Forms can be used to create programmable Web in Microsoft Visual Studio .NET. The module introduces the System.Web.UI namespace and describes how to create a Web application with a Web Form. Candidates learn how to add controls to a Web Form and then use the Web Form to submit data and respond to events. The module also covers Microsoft ASP.NET state management, security, and configuration settings.


Lessons:
  • Creating a Web Forms Application
  • Accessing Data by Using a Web Forms Application
  • Configuring ASP.NET Application Settings
Lab: Developing an ASP.NET Web Application
  • Completing the User Authentication Validation Code
  • Completing the Code for the Master.aspx Form
  • Testing the Application
After completing this module, candidates will be able to:
  • Create a Web Forms application
  • Handle events on a Web Forms application
  • Access data from a Web Forms application
  • Configure ASP.NET application settings

Module 11: Application Settings and Deployment

In this module candidates will learn about the procedures that are involved in deploying a C# application by using Microsoft Visual Studio .NET. The module explains how to deploy both Web-based applications and applications that are based on Microsoft Windows, and also describes how to store user preferences and configure application settings.


Lessons:
  • Working with Application Settings
  • Deploying Applications
Lab: Deploying an Application
  • Adding a Setup Project to an Existing Application
  • Installing and Testing the Setup Application
Lab: Working with Application Settings
  • Adding the UserPreferences Class
  • Adding User Preferences to the Form Load Event
  • Adding User Preferences to the loadItem_Click Event
  • Declaring an Instance of the UserPreferences Class in the Options Form
  • Setting the Checkbox Controls to the Values Contained in the Registry
  • Save the Checkbox Controls Values to the Registry
  • Testing the Zoo Information Application
After completing this module, candidates will be able to:
  • Work with application settings
  • Deploy an application

Module 12: Exploring Future Learning

In this module candidates will explore some of the more advanced capabilities of C#, practice the knowledge and skills that they acquired during the course, and discuss their questions as a group.


Lessons:
  • Exploring Additional Features of C#
After completing this module, candidates will be able to:
  • Locate resources for additional C# features
  • Use those resources to further develop any of the projects that they started earlier in this course
$coverfor
PLEASE NOTE: Every effort has been made to ensure the accuracy of all information contained herein. IT Help and Support Centre Ltd makes no warranty expressed or implied with respect to accuracy of this information, including price, product editorials or product specifications. IT Help and Support Centre Ltd or its suppliers shall not be liable for incidental, consequential or special damages arising from, or as a result of, any electronic transmission or the accuracy of the information contained herin, even if IT Help and Support Centre Ltd has been advised of the possibility of such damages. Product and manufacturer names are used only for the purpose of identification.
Privacy Statement Terms & Conditions