Notebooks

  Advanced

New Page

Smart Pointers in C++

Understand what smart pointers are and how they help in memory management in C++.

Stack vs Heap Memory in C++

Learn about the differences between stack and heap memory 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++.

Overview of .NET Framework

Introduction to the .NET Framework, its architecture, and components.

Comparison of .NET Framework and .NET Core

Understanding the differences and similarities between .NET Framework and .NET Core.

Comparison of .NET versions

A comparative study of .NET Core, .NET Framework, and .NET Standard.

Understanding CLR, CTS, and CLS

Detailed study of Common Language Runtime (CLR), Common Type System (CTS), and Common Language Specification (CLS) in .NET Framework.

Understanding Boxing and Unboxing

Exploring the concepts of Boxing and Unboxing in .NET Framework.