Welcome To VijayTutor

C# Programming

C# is a modern, general-purpose programming language that can be used to perform a wide range of tasks and objectives that span over a variety of professions.

About this Course

Sessions: 31

Duration: 10 Week

Register

before

And Get

30% off

What will you learn in this course ?

Introduction

  • Visual studio overview
  • Reading and writing to a console
  • Built-in data types and string data type
  • Operators
  • Class introduction

Data Types And Variables

  • Nullable Types
  • Datatype conversions
  • Value vs Reference Types
  • DataTypes Summary

Functions And Methods

  • How to write functions
  • Functions return type
  • Method Parameters

Making Decisions

  • If statement
  • Switch statement

Loops

  • While loop
  • Do while loop
  • For loop
  • foreach loop
  • Break and Continue

Arrays

  • What is arrays ?
  • Two dimention arrays
  • Three dimention arrays

Debugging

  • How to debug program ?
  • Break points
  • Find bug and resolve

Exception Handling

  • Error Handling
  • Inner excepitons
  • Custom Exceptions

Object Oriented Programming

  • Object oriented programming
  • Namespaces
  • Class introduction
  • Static and instance members
  • Inheritance
  • Method hiding
  • Polymorphism
  • Method overriding Vs hiding
  • Method overloading
  • Properties in C#
  • Structs
  • Classes Vs Structs
  • Interfaces
  • Abstract Classes

Delegates

  • What is delegates ?
  • Delegate examples
  • Multicast delegate

Collections

  • What is dictionary ?
  • List collection class
  • Working with generic list class and ranges
  • Sort a list of simple types
  • Sort a list of complex types