c-sharp

C-Sharp Training in Gwalior

Affy Informatics offers the C#(pronounced C sharp) training which provides opportunities for getting jobs.The highly proficient trainers at the Institute deliver proper training on this course which assists the students in this arena and they are able to achieve a successful position in IT industry.

C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012.The IDE used for developing .NET based Application. The Visual Studio IDE (interactive development environment) can increase your productivity when you write, debug, and test code. This guide introduces you to some of Visual Studio’s most useful features, from IntelliSense and code completion to interactive debuggers and diagnostics.

C# Syllabus

  • .Net Framework architecture
  • Common Language Runtime (CLR)
  • .Net Framework class Library
  • Microsoft intermediate Language (MSIL)
  • Just-In-Time (JIT)
  • Common Type System (CTS)
  • ILDASM
  • Assemblies
  • Native Assemblies
  • Global Assembly Cache (GAC)
  • Working with Visual studio
  • First Hello World Program
  • Basic C# Syntax
  • Comments
  • Data Types
  • Value Type vs.Reference Type
  • Variables
  • Operator
  • Type Conversion
  • Boxing and Unboxing
  • Conditional Statements
  • Loop
  • Methods
  • Enumerations
  • Arrays
  • Collection
  • Object Oriented Concepts
  • Classes & Objects
  • Access Modifiers
  • partial Classes
  • Static Classes & Methods
  • Constructor
  • Garbage Collection and Destructor
  • Polymorphism
  • Method Overloading
  • Operator Overloading
  • Structure
  • Namespaces
  • Properties
  • Indexers
  • Delegates and Events
  • Inheritance
  • Abstract Classes & Interfaces
  • Sealed Classes & Methods
  • Exception Handing
  • Multi Threading
  • Reflection