Notebooks
Smart Pointers in C++
Understand what smart pointers are and how they help in memory management in C++.
Arrays and Vectors in C++
Understand the concept of arrays and vectors in C++, their declaration, and usage.
Linked List, Queue, and Stack in C++
Learn about linked list, queue, and stack data structures in C++.
Hash Table, Set, and Map in C++
Understand the concept of hash table, set, and map data structures in C++.
Comparison of .NET Framework and .NET Core
Understanding the differences and similarities between .NET Framework and .NET Core.
Understanding CLR, CTS, and CLS
Detailed study of Common Language Runtime (CLR), Common Type System (CTS), and Common Language Specification (CLS) in .NET Framework.