Some of the courses I took while I was doing my internship.
- Basic C# programming
- Various advanced concepts related to C# programming language.
- C# Syntax
- C# Language Fundamentals
- Iteration in C#
- Making decisions in C# code
- Core object-oriented programming concepts
- How to create and use classes and objects in a C# application
- Applying the three core OOP concepts using C#
- A grasp of memory and resource management in C# and the .NET Framework
- C# simple and complex data structures
- How to implement the various data structures in C#
- How to implement sort and search algorithms in C#
- Learn the basics of LINQ, which is an indispensable part of .NET development skill.
- Learn the concepts of data querying in .Net and C#.
- Enhance your hands-on experience using LINQ for data query through many labs and challenges from real projects.
- Learn and get familiar using PLINQ which is the parallel version of LINQ for enhanced performance for your queries.
- Core MVC Concepts
- How to create models
- How to create controllers
- How to update a view