Introduction to C# Training

Course 419

  • Duration: 3 days
  • Labs: Yes
  • Language: English
  • Level: Foundation

In this hands-on introduction to C# training course, you’ll gain a comprehensive introductory coverage of C# as an object-oriented programming language for application development. You will obtain practical experience using C# and learn how to leverage the .NET Framework Library to quickly produce production-level programs.

In this C# training course, you will gain the programming skills needed to create applications using the C# language. You will learn the basics of C# program structure, language syntax, and implementation details. Use of C# in all three tiers is discussed (user interface, business logic and data access) with focus on proper object-oriented coding.

Introduction to C# Training Delivery Methods

  • In-Person

  • Online

Introduction to C# Training Course Benefits

Create, compile, debug, deploy and run C# programsWrite and understand C# language constructs, syntax, and semanticsDevelop applications using the object-oriented concepts of encapsulation, inheritance, and polymorphismProduce solid programs using industry-recognized multilayer architectures

Introduction to C# Instructor-Led Course Outline

Prerequisites

This course is an introduction to C# but not an introduction to computer programming. Experience using a modern procedural language, such as Visual Basic, Pascal, Java, or C/C++ is needed. It is not a sufficient prerequisite if you have only used SQL and/or HTML. Attendees require an understanding of concepts such as data types, variables, declarations, conditionals, loops, expressions, functions, parameter passing, and procedural language flow.

For those without the pre-requisite background, Course 502, Introduction to .NET Programming Training is recommended.

The evolution of C#

  • Comparing different versions of C#
  • Expressing C# models in UML

C# and the .NET infrastructure

  • Common Language Infrastructure (CLI)
  • Managed code philosophy
  • Common Intermediate Language (CIL) and metadata

Data types and control constructs

  • Declaring implicit and explicit variables
  • Value and reference types
  • Unicode characters and strings

Defining and calling methods

  • The Main method specification
  • Passing arguments and returning values
  • The scope and lifetime of variables
  • Named and symbolic methods
  • Handling exceptions
  • Recovering resources

Employing .NET library classes

  • Avoiding collisions by using namespaces
  • Performing I/O using the stream class and serialization
  • Standard and Generic Collections

Defining classes

  • Encapsulating attributes with methods and properties
  • Providing consistent initialization using constructors
  • Overloading methods and constructors
  • Achieving reuse through inheritance and polymorphism

Creating and using objects

  • Allocating object memory with new
  • Passing initial values to constructors
  • Choosing value or reference allocation
  • Invoking methods and accessing properties

Associating classes

  • Manipulating references
  • Physical vs. logical equivalence
  • Selecting collection library classes
  • Increasing reliability using generics

Exposing interfaces

  • Defining an interface specification
  • Interface polymorphism
  • Events and delegates

Components and Deployment

  • Manifests and assemblies
  • .NET assembly meta-model

Building multi-tier applications

  • Leveraging solid architectures (MVC and EDM)
  • Changing the user interface
  • Dealing with data using LINQ and Entity Framework
  • Employing delegates and lambda expressions

Need Help Finding The Right Training Solution?

Our training advisors are here for you.

Course FAQs

C# (pronounced C sharp) is a modern object-oriented and component-based programming language similar to C++ and Java. It is also a comprehensive data manipulation language with capabilities equivalent to SQL. Standardized by ECMA/ISO, C# is the core language of Microsoft's .NET strategy. It is provided with the Visual Studio development environment, including the free download of the express version. In addition, this language integrates access to the .NET component framework, an extensive class library and a portable execution engine called the CLI-Common Language Infrastructure.

C# is primarily used to develop desktop applications and, more recently, Windows applications. It is also a part of .NET, so it is used alongside languages like ASP in web development and apps.

Yes, C# is similar to Java. They are both typed statically, strongly, and manifestly. In addition, both C# and Java are object-oriented programming languages and curly brace languages, like C and C++.

This course is intended for experienced developers who already have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic®, or Java and understand object-oriented programming concepts. This course is not designed for students new to programming; it is targeted at professional developers with at least one month of experience programming in an object-oriented environment.