Tag: C++
Setting Up Visual Studio / VS Code for C#
Configure Visual Studio or VS Code with C# Dev Kit / OmniSharp support.
C# Complete Tutorial (121 Topics with .NET, EF Core, ASP.NET Core & Final Project)
Complete C# tutorial covering language fundamentals, OOP, LINQ, async, EF Core, ASP.NET Core Web APIs, security, testing, and a final ASP.NET Core application project.
Final Project – Complete C++ Application
Capstone: build a complete modern C++ application with classes, STL, file I/O, and clean ownership.
Real-World C++ Project
Apply C++ to a practical CLI or library project with tests and a build system.
Memory Management Best Practices in C++
Prefer RAII and standard containers over manual heap management.
C++ Coding Standards
Follow consistent style guides (e.g., team standard / C++ Core Guidelines ideas).
Data Structures and Algorithms with C++
Implement and use DSA with STL and custom structures when needed.