Discover Classes. Earn 10% Rewards.

C# Programming Level 1: Introduction for Programmers is unfortunately unavailable

Thankfully we have 10 other C# Classes for you to choose from. Check our top choices below or see all classes for more options.

Pole Virgin - Intro Pole (Static)

Evolve Pole & Exotic Arts Studio @ 5872 W Pico Blvd, Los Angeles, CA

Discover the art of pole dancing from scratch with this introductory class at Evolve Pole & Exotic Arts Studio. Learn basic moves and transitions, and immerse yourself in a unique combination of yoga, pilates, and sexy dance. Unleash your inner pole dancer and build a strong foundation for future advancement.

(7) Beginner 18 and older
$47
Attend
+470 pts
Gift it!

Photoshop Bootcamp

Training Connection @ 915 Wilshire Blvd, Los Angeles, CA

Learn the essential tools and techniques to perfect photo manipulation in our comprehensive Photoshop course. Master Photoshop in just five days with step-by-step instruction from a professional graphic designer. Ideal for designers, marketers, and anyone pursuing a career in graphic design.

(158) All levels 14 and older
$1,795

5 sessions

Attend
+17950 pts
Gift it!

Tricks and Transitions (Level 1+)

Evolve Pole & Exotic Arts Studio @ 5872 W Pico Blvd, Los Angeles, CA

Prepare to elevate your pole prowess with our advanced classes, designed to take your skills to new heights. Prioritize fluidity and strength as you transition from mastering basic techniques to conquering more challenging maneuvers. Unlock your potential and soar to the next level of pole dancing excellence.

(7) Intermediate 18 and older
$47
Attend
+470 pts
Gift it!

Bookkeeping/Accounting Analysis & Concepts

Los Angeles City College @ 6060 Sunset Blvd, Los Angeles, CA

Master the fundamental principles of financial analysis and gain a solid understanding of accounting concepts. Enhance your skills in interpreting financial data and making informed business decisions.

(786) Beginner 18 and older
$149
Attend
+1490 pts
Gift it!

Floral Photography & Content Marketing

FlowerSchool Los Angeles @ 223 S Los Angeles St, Los Angeles, CA

Learn the art of floral photography and content marketing in this hands-on workshop. Master the skills to improve your photography practice and effectively market your brand to reach your customer base. Discover the secrets to capturing stunning still-life photos and take your social media engagement to the next level.

(33) Beginner 18 and older
$250
Attend
+2500 pts
Gift it!
See all C# classes Los Angeles

C# Programming Level 1: Introduction for Programmers

Gain essential programming skills in C# with a comprehensive course designed for aspiring programmers. Explore language syntax, data types, and control structures to kickstart your software development journey.

  • Beginner
  • 18 and older
  • $1,195
  • Earn 11,950 reward points
  • Price Lock Guarantee
  • 10940 Wilshire Blvd, Santa Monica, CA
  • 20 hours & 15 minutes over 3 sessions
C# Programming Level 1: Introduction for Programmers
Sold Out

Start Dates (0)

  • $1,195
  • 20 hours & 15 minutes over 3 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this c# training:

In this live, instructor-led training course, students who already have a programming background will learn to program in C#. Attendees will learn: how C# works and its place in the world of programming languages; its relationship with the Common Language Infrastructure and .NET Framework; C# data types and operators; to write selection statements and loops; generic programming and working with collections; processing data; and error handling. This C# course is taught using C# 8.

Audience

Students new to the C# language who already have experience with other programming languages.

Prerequisites

This course is specially designed for individuals with prior programming background. You should also have a working knowledge of Object Oriented Programming concepts. If you have no prior programming experience or are not familiar with Object Oriented Programming, you should consider our "C# Programming Level 1: Introduction for Non-Programmers" course instead.

Course Outline

Starting with the Building Blocks of C#

  • The history of C#
  • Understanding the CLI
  • Common Type System (CTS)
  • Common Language Specification (CLS)
  • Common Intermediate Language (CIL)
  • Virtual Execution System (VES)
  • The .NET family of frameworks
  • .NET Framework
  • .NET Core
  • Xamarin
  • Assemblies in .NET
  • Global Assembly Cache (GAC)
  • Runtime package store
  • Understanding the basic structure of a C# program

Data Types and Operators

  • Basic data types
  • The integral types
  • The floating-point types
  • The decimal type
  • The char type
  • The bool type
  • The string type
  • The object type
  • Variables
  • Naming convention
  • Implicity-typed variables
  • Understanding the scope and lifetime of variables
  • Understanding constants
  • Reference types and value types
  • Value types
  • Reference types
  • Boxing and unboxing
  • Nullable types
  • Arrays
  • One-dimensional arrays
  • Multi-dimensional arrays
  • Jagged arrays
  • Type conversion
  • Implicit type conversion
  • Explicit type conversion
  • User-defined type conversions
  • Conversions with helper classes
  • Operators
  • Arithmetic operators
  • Relational operators
  • Logical operators
  • Bitwise and shift operators
  • Assignment operators
  • Other operators

Control Statements and Exceptions

  • Understanding control statements
  • Selection statements
  • Iteration statements
  • The jump statements
  • Exception handling
  • Summary
  • Test what you learned

Understanding the Various User-Defined Types

  • Classes and objects
  • Fields
  • Methods
  • Constructors
  • Properties
  • Indexers
  • The this keyword
  • The static keyword
  • The ref, in, and out parameters
  • Methods with a variable number of arguments
  • Named and optional arguments
  • Access modifiers
  • Partial classes
  • Structures
  • Enumerations
  • Namespaces

Object-Oriented Programming in C#

  • Understanding OOP
  • Abstraction
  • Encapsulation
  • Inheritance
  • Virtual members
  • Abstract classes and members
  • Sealed classes and members
  • Hiding base class members
  • Interfaces
  • Polymorphism
  • Method overloading
  • Operator overloading
  • SOLID principles

Generics

  • Understanding generics
  • Generic types
  • Generic classes
  • Inheritance with generic classes
  • Generic interfaces
  • Variant generic interfaces
  • Generic structures
  • Generic methods
  • Type parameter constraints

Collections

  • Introducing the System.Collections.Generic namespace
  • The List<T> collection
  • The Stack<T> collection
  • The Queue<T> collection
  • The LinkedList<T> collection
  • The Dictionary<TKey, TValue> collection
  • The HashSet<T> collection
  • Choosing the right collection type
  • Using thread-safe collections
  • IProducerConsumerCollection<T>
  • BlockingCollection<T>
  • ConcurrentQueue<T>
  • ConcurrentStack<T>
  • ConcurrentBag<T>
  • ConcurrentDictionary<TKey, TValue>
  • Choosing the right concurrent collection type

Files, Streams, and Serialization

  • Overview of the System.IO namespace
  • Working with paths
  • Working with files and directories
  • Working with streams
  • Overview of the stream classes
  • Working with file streams
  • Working with memory streams
  • Serializing and deserializing XML
  • Serializing and deserializing JSON
  • Using Json.NET
  • Using System.Text.Json

Error Handling

  • Errors
  • Exceptions
  • Catching exceptions
  • The exception objects
  • Conditional catch
  • Throwing exceptions
  • Creating a custom exception type
  • Rethrowing an exception
  • The finally block
  • Debugging and monitoring exceptions
  • Debugging second-chance exceptions
  • Debugging first-chance exceptions
  • AppDomain exception events
  • Logging exceptions

Refund Policy

Cancellation / Reschedule by Student

Because we must schedule rooms, ship course materials, assign instructors and provision computer resources well in advance, it is important students alert us ASAP with any cancel/reschedule requests.

Please note the following policies:

  • If requested 16 or more calendar days before the class
    • Cancellation requests made in this timeframe are eligible for refund less 5% cancellation fee.
    • Reschedule requests made in this timeframe will be accommodated if availability exists and will be processed at no additional charge.
  • If requested 15 calendar days or less before the class
    • Cancellation or Reschedule requests made by the student 15 calendar days or less before the class starts will be charged 100% the course fee and are not entitled to a refund.

Substitutions

  • If you are unable to attend your class, a substitute who meets the course prerequisites may attend in your place at no additional charge for the original class title, date and location. If you cannot find a substitute, you will be subject to the class cancellation policy.

Make-up Policy

Students are permitted one (1) Make-Up opportunity to attend an instructor-led class that was paid for but not previously attended for no additional charge.

  • Make-Up class registrations are subject to availability and are not entitled to refund.
  • Students may not reschedule a Make-up class registration.
  • Any no shows or cancellations forfeit their one Make-up opportunity.

Additionally, ONLC reserves the right to retire courses due to lack of demand. Retired classes are not available for Make-Up.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at ONLC Training Centers (7)

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 11950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

ONLC Training Centers

ONLC Training Centers was founded in 1983 when Jim Palic and Andy Williamson left their positions as mainframe programmers with the Dupont Company to start one of the industry's first computer training companies.

Over thirty years and still growing, ONLC Training Centers is one of the the largest privately...

Read more about ONLC Training Centers

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Los Angeles educator.

ONLC Training Centers

ONLC Training Centers

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...