C# in Depth: A Comprehensive Course (Beginner-To-Advanced)
Created by TELCOMA Global, Last Updated 19-Feb-2021, Language:English
C# in Depth: A Comprehensive Course (Beginner-To-Advanced)
The most detailed course on C# for Beginners and Advanced Level i.e Lambda Expressions, LINQ, Extension Methods & OOP
Created by TELCOMA Global, Last Updated 19-Feb-2021, Language:English
What Will I Get ?
- Master all C# Concepts
- Learn Operators and Expressions
- Understand Conditional Statements
- Use Arrays
- Use Classes and Objects
- Exceptions in C#
- Define Classes
- Master Object-Oriented Programming Concepts
- Understand Primitive Data Types and Variables
- Implement Console Input and Output
- Implement Loops
- Define Methods
- Work With Strings
- Work with Files in C#
- Use Extension Methods, Lambda Expressions and LINQ
Requirements
- A computer with Internet
Description
Welcome to C# in Depth: A Comprehensive Course (Beginner-To-Advanced)
This is the most Comprehensive C# Programming Course with 112 Lectures starting from Basics till the very Advanced Topics making this Course ideal for all Levels of Student.
Students are encouraged to follow a Practical approach with all Source Code and Presentation included. You can run the programs yourself, add new code and make learning C# exciting and fun.
At the end of Microsoft C Sharp in Depth course you will be able to:
- Master all C# Concepts
- Understand Primitive Data Types and Variables
- Learn Operators and Expressions
- Implement Console Input and Output
- Understand Conditional Statements
- Implement Loops
- Use Arrays
- Define Methods
- Use Classes and Objects
- Work With Strings
- Exceptions in C#
- Work with Files in C#
- Define Classes
- Use Extension Methods, Lambda Expressions and LINQ
Master Object-Oriented Programming Concepts
This course is now available at the best price and the price can increase anytime. Taking action and buying this course now is better than doing nothing!
Join in, As for learning C# Language, this course is the authority and equally important you will get a certification of completion that validates your skills.
Feel forward to have a look at course description and demo videos and we look forward to see you inside.
Course Content
-
Introduction to Programming
6 Lectures 00:26:35-
What is Computer Programming
Preview00:04:46 -
Your First C# Program
Preview00:10:48 -
What is .NET Framework
Preview00:03:49 -
What is Visual Studio
Preview00:02:04 -
More about Visual Studio
00:03:45 -
What is MSDN Library
00:01:23
-
-
Primitive Data Types and Variables
11 Lectures 00:44:10-
Primitive Data Types
Preview00:04:53 -
Integer Types
Preview00:03:35 -
Floating point and Decimal Floating-Point Types
00:03:34 -
Boolean Type
00:03:23 -
Char Data Type
00:02:39 -
Object and String Types
00:05:29 -
Introducing Variables
00:00:59 -
Declaring and Using Variables
00:08:04 -
Assigning Values to Variables
00:04:11 -
Nullable Types
00:03:44 -
Dynamic Types
00:03:39
-
-
Operators and Expressions
5 Lectures 00:24:21-
Operators in C#
00:04:58 -
Arithmetic Operators
00:05:03 -
Logical Operators
00:05:09 -
Comparison and Assignment Operators
00:07:05 -
Comparison and Assignment Operators (2)
00:02:06
-
-
Console Input and Output
2 Lectures 00:20:10-
Printing to the Console
00:09:52 -
Reading from the Console
00:10:18
-
-
Conditional Statements
4 Lectures 00:17:52-
Comparison and Logical operators
00:02:17 -
If and if-else statements
00:06:41 -
Nested IF Statements
00:04:08 -
Switch Case
00:04:46
-
-
Loops
6 Lectures 00:21:27-
What is Loop
Preview00:01:23 -
Using while loop
00:04:17 -
Do while loop
00:02:11 -
For loop
00:04:46 -
Foreach loop
00:04:29 -
Nested Loops
00:04:21
-
-
Arrays
5 Lectures 00:19:03-
Declaring and Creating Arrays
Preview00:05:55 -
Accessing Array Elements
00:04:47 -
Arrays, Input and Output
00:02:25 -
Processing Array Elements using for and foreach Statements
00:01:46 -
Resizable Arrays - List
00:04:10
-
-
Methods
4 Lectures 00:24:42-
What is a Method
00:06:09 -
Declaring and Creating Methods
00:05:26 -
Calling Methods
00:01:23 -
Methods with parameters
00:11:44
-
-
Using Classes and Objects
11 Lectures 00:48:01-
What are Objects and Classes
Preview00:05:10 -
Classes in C#
00:02:26 -
Fields and Properties
00:07:13 -
Instance and Static Members
00:05:52 -
Methods
00:08:52 -
Constructors
00:06:48 -
Enumerations
00:01:22 -
Structures
00:00:59 -
dotNet Common Types
00:03:09 -
Namespaces
00:04:06 -
The Random Class
00:02:04
-
-
Work With Strings
5 Lectures 00:39:35-
What is String
00:05:31 -
Manipulating Strings
00:10:07 -
Other String Operations
00:04:00 -
Building and Modifying Strings
00:07:47 -
Formatting Strings
00:12:10
-
-
Exceptions in C#
6 Lectures 00:27:13-
What is Exception
00:01:37 -
Handling Exceptions
00:08:39 -
The Hierarchy of Exceptions
00:06:08 -
Throwing Exceptions
00:06:13 -
Using Try-Finally Blocks
00:02:29 -
Exceptions - Best Practices
00:02:07
-
-
Work with Files in C#
3 Lectures 00:11:42-
What is Stream
00:03:11 -
Reading Text Files
00:06:13 -
Writing Text Files
00:02:18
-
-
Defining Classes Part 1
9 Lectures 00:46:23-
Defining Simple Classes
Preview00:09:57 -
Fields
00:04:24 -
Access Modifiers
00:05:09 -
Using Classes and Objects
00:00:32 -
Constructors
00:09:49 -
Methods
00:03:19 -
Properties
00:06:35 -
Enumerations
00:03:51 -
Keeping the Object State Correct
00:02:47
-
-
Defining Classes Part 2
6 Lectures 00:21:13-
Static Members
00:03:22 -
C# Structures
00:03:27 -
Generics
00:03:32 -
Generic Classes
00:03:35 -
Namespaces
00:05:21 -
Attributes
00:01:56
-
-
Extension Methods, Lambda Expressions and LINQ
5 Lectures 00:30:33-
Extension Methods
00:04:07 -
Anonymous Types
00:05:51 -
Lambda Expression
00:08:24 -
LINQ and Query keyword
00:10:40 -
Dynamic Type
00:01:31
-
-
Object-Oriented Programming Fundamental Principles – Part 1
3 Lectures 00:27:07-
Fundamental Principles of OOP
00:13:20 -
Abstraction
00:11:37 -
Encapsulation
00:02:10
-
-
Object-Oriented Programming Fundamental Principles – Part 2
4 Lectures 00:11:44-
Polymorphism
00:05:30 -
Class Hierarchies - Real World Example
00:02:22 -
Exception Classes
00:02:01 -
Cohesion and Coupling
00:01:51
-
-
Common Type System
12 Lectures 00:20:25-
What is CTS
00:02:20 -
The System.Object Type
00:00:48 -
Overriding the Virtual Methods in System.Object
00:03:22 -
is and as operators
00:02:20 -
Object Cloning
00:01:16 -
The Interface IComparable
00:01:16 -
The IEnumerator Interface
00:02:17 -
Value Types
00:00:56 -
Reference Types
00:00:48 -
Value vs. Reference Types
00:01:51 -
Boxing and Unboxing
00:01:52 -
Passing Parameters
00:01:19
-

TELCOMA Global
Fanatical Services to the Telecom & IT Industry Since 2009
TELCOMA Global (An ISO 9001:2008 Certified Company) is a provider of IT and Telecommunication based solutions, including Network Solutions, System Integration services, Software Solutions, Consultancy and Education.
TELCOMA Global has been providing excellent services to the IT industry and our clients Since 2007
TELCOMA Global offers industry recognized trainings and global certifications with best in class course content delivered by the certified expert trainers. Earning your Certification gives you a well-respected Expert credential that validates your expertise and enhances your professional credibility.
With TELCOMA Global certification, you hold the power to move ahead in your career, increase your earning potential and add value to any organization.