C Sharp (C#)

C# is a programming language of .Net Framework as well as an object oriented programming language developed by Microsoft. C# is designed for Common Language Infrastructure (CLI). It contains the executable code and runtime environment that makes the users able to use various high-level languages on different computer platforms and architectures. It is a Component oriented Structured language and Can be compiled on variety of computer platforms and produces efficient programs. C# is a easy, modern, general-purpose, object-oriented programming language developed by Microsoft within its dot.NET initiative. This course will help you to learn basic and Advance Concept of C#.

img
request

Can’t find a batch you were looking for?

 

C# is a programming language of .Net Framework as well as an object oriented programming language developed by Microsoft. C# is designed for Common Language Infrastructure (CLI). It contains the executable code and runtime environment that makes the users able to use various high-level languages on different computer platforms and architectures. It is a Component oriented Structured language and Can be compiled on variety of computer platforms and produces efficient programs. C# is a easy, modern, general-purpose, object-oriented programming language developed by Microsoft within its dot.NET initiative. This course will help you to learn basic and Advance Concept of C#.

 

Course Objectives:
 

After completion of this course you will be able to:

  • Understand and apply C# syntax and .NET framework in creating applications.
  • Utilize various data types and expressions to manipulate data effectively.
  • Master C# language constructs for structured programming and code organization.
  • Implement methods, including overloading, for code modularity and reuse.
  • Develop robust error handling within applications through exception management.
  • Construct and manipulate collections, structs, enums, and handle events for complex data management.
  • Design and implement classes, interfaces, and generics to create scalable and maintainable code.
  • Apply inheritance and polymorphism to create class hierarchies that enhance code flexibility.
  • Perform file I/O operations, serialization, and work with streams for data persistence.
  • Access and manipulate databases using Entity Framework and LINQ for data-driven applications.
  • Create responsive applications using multitasking, asynchronous calls, and resolve conflicts.
  • Develop Graphical User Interfaces (GUIs) with data binding and styling for improved user experiences.
  • Optimize application performance through performance tuning techniques.
  • Employ C# interoperability features to manage resources and integrate with other systems or applications.
  • Design for reuse with metadata, attributes, code generation, and assembly management for maintainable and scalable software.
 

Course content

 

Introduction to C#: Getting Started
  • Introduction to C#
  • History of C# Version
  • C# Code Execution
  • Installing and Configuring Visual Studio
  • Variable
  • Data Type
  • Safe Type Casting with IS and AS Operator
C# Conditional Statements and Loops
  • Operators
  • Operators precedence
  • Conditional Statements: if, if..else if, switch
  • Loops: do..while, while, for, foreach
  • Jump Statements
C# Arrays and Strings
  • Arrays
  • Types of Arrays
  • Strings
  • String Methods
Object Oriented Concepts (Basic)
  • Classes & objects
  • Abstract & override methods
  • Creating and using your own classes l Data members and member methods l Instantiate an object
  • This  keyword
  • Properties –  Read Only Write Only…
  • Build process using windows class library l Generate classes for other clients
  • How to use classes as part of project
Object Oriented  Concepts  (Advanced)
  • Accessibility levels, specifiers
  • Constructors
  • Method  overloading
  • Class (static) variables & methods
  • Object  destruction
  • ‘ref’ and ‘out’ parameters
  • Constant  values
  • Enumerations
  • Inheritance  and  Polymorphism
  • The root of all classes
  • Creating  derived  classes
  • Method  overriding  and  hiding
  • Polymorphism  and  virtual  functions
  • Casting  objects
  • Abstract classes
  • Sealed  classes
  • Static classes
Introduction To Windows  Forms  – I
  • Windows forms library – WinForms
  • Layout Enhancements
  • Forms and controls – Hierarchy
  • Creating simple GUI by hand
  • Event handling
  • Basic controls
  • Windows forms – buttons, check boxes, radio buttons, panels, group boxes, list boxes, picture boxes…
Windows Forms – II
  • Menus
  • Built-in  dialog  boxes  and  printing
  • Extender  Controls
  • ToolStrips, StatusStrips and progress bars
  • A new MDI forms strategy
  • Inheritance  with  forms
  • New Controls – Web Browser, Property Grid etc
Introduction to .NET Visual Studio & C#
  • The .NET Framework; The Common Language Runtime; The Common Type System
  • C# Features; Introduction to namespaces and assemblies
  • Get to know your way around Visual Studio
Syntax I 
  • Procedures and statements; Data types; Declaring variables; Assignments
  • Conversion; Arithmetic and other operators
  • Flow of control constructs
  • Passing parameters by value, by reference, named and optional parameters
Syntax II
  • Type concepts; Classes; Reference types
  • Fields, properties and methods
  • 3: Accessibility modifiers
  • Object initialisation, Constructors and Constructor chaining
  • Instance members; Keyword ‘this’
  • The ‘null’ reference
  • Const & readonly
  • Enumerated types
  • Arrays
C#: Abstract Class, Interface and Partial Class
  • Abstract Class
  • Interface
  • Interface vs. Abstract Class Ø Static Class
  • Extension Methods
  • Partial Class
  • Partial Methods
C#: Property, Indexer, Attributes
  • Property
  • Indexer
  • Attributes
Collections 
  • Generic Collections
  • Iterating collections
  • Indexers
Inheritance & Polymorphism 
  • Concept of inheritance; Substitutability; Extending a simple class
  • ‘virtual’, ‘override’ and ‘sealed’ modifiers
  • Polymorphism
  • Abstract classes
  • Upcasting and safe downcasting
Interfaces 
  • Polymorphism with interfaces
  • Multiple interfaces
Delegates and Lambdas
  • Delegates explained
  • Working with delegates
  • Creating your own delegate types
  • The evolution of Lambdas from anonymous delegates
Generic Delegates
  • Using the framework-supplied generic delegates
LINQ
  • The language features behind LINQ
  • The LINQ API and query pattern
  • Grouping and Joins
Handling Exceptions
  • Errors vs. Exceptions
  • The ‘try’, ‘catch’, ‘finally’ paradigm
  • Using ‘throw’
  • Creating your own exceptions
  • ‘checked’ and ‘unchecked’ expressions
Threading
  • The Need for Multithreading
  • Starting a Thread
  • Aborting a Thread
  • Passing Parameters to Threads
Thread Synchronization
  • Using Interlocked Class
  • Using C# Lock
  • Monitor Class
  • Using the BackgroundWorker Control
  • Testing the Application
Introduction to XML
  • Markup
  • The Document Type Declaration (DTD)
  • Encoding Declaration
  • Writing XML Code using Code Editor
  • XML Syntax
XML Reading & Writing
  • Text Writer Fundamentals
  • Text Reader Fundamentals
  • XMLDocument
Serialization
  • Binary Serialization
  • XML Serialization
C#: Anonymous Type, Delegates, Events and Lambda
  • Extension Methods
  • Anonymous Type
  • Var and Dynamic
  • Delegates
  • Events
  • Anonymous Methods
  • Lambda Expression
  • Expression Tree

 

To see the full course content Download now

Course Prerequisites

 
  • Basic understanding of programming concepts and constructs, such as loops, conditionals, and variables.
  • Familiarity with the concept of functions or methods.
  • Basic knowledge of how to use a computer, manage files, and install software.
  • Enthusiasm and willingness to learn new programming paradigms and techniques.

Who can attend

 
  • Aspiring Programmers Eager to Master C#
  • Professionals Looking to Enhance Their Coding Skills
  • Enthusiasts Ready to Create Innovative Software Solutions
  • Software Developers
  • Web Developers
  • Desktop Application Developers
  • Mobile Application Developers
  • Game Developers
  • Coding Experts

Number of Hours: 30hrs

Certification

Foundational C# with Microsoft

Key features

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Virtual Live Experience
  • Preparing for Certification

FAQs

DASVM Technologies offers 300+ IT training courses with 10+ years of Experienced Expert level Trainers.

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Materials
  • Preparing for Certification

Call now: +91-99003 49889 and know the exciting offers available for you!

We working and coordinating with the companies exclusively to get placed. We have a placement cell focussing on training and placements in Bangalore. Our placement cell help more than 600+ students per year.

Learn from experts active in their field, not out-of-touch trainers. Leading practitioners who bring current best practices and case studies to sessions that fit into your work schedule. We have a pool of experts and trainers are composed with highly skilled and experienced in supporting you in specific tasks and provide professional support. 24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts. Our trainers has contributed in the growth of our clients as well as professionals.

All of our highly qualified trainers are industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo before they are certified to train for us. We also ensure that only those trainers with a high alumni rating continue to train for us.

No worries. DASVM technologies assure that no one misses single lectures topics. We will reschedule the classes as per your convenience within the stipulated course duration with all such possibilities. If required you can even attend that topic with any other batches.

DASVM Technologies provides many suitable modes of training to the students like:

  • Classroom training
  • One to One training
  • Fast track training
  • Live Instructor LED Online training
  • Customized training

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

You will receive DASVM Technologies recognized course completion certification & we will help you to crack global certification with our training.

Yes, DASVM Technologies provides corporate trainings with Course Customization, Learning Analytics, Cloud Labs, Certifications, Real time Projects with 24x7 Support.

Yes, DASVM Technologies provides group discounts for its training programs. Depending on the group size, we offer discounts as per the terms and conditions.

We accept all major kinds of payment options. Cash, Card (Master, Visa, and Maestro, etc), Wallets, Net Banking, Cheques and etc.

DASVM Technologies has a no refund policy. Fees once paid will not be refunded. If the candidate is not able to attend a training batch, he/she is to reschedule for a future batch. Due Date for Balance should be cleared as per date given. If in case trainer got cancelled or unavailable to provide training DASVM will arrange training sessions with other backup trainer.

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

Please Contact our course advisor +91-99003 49889. Or you can share your queries through info@dasvmtechnologies.com

like our courses