Skip to content

Syed-Intekhab/CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 C# Learning Journey

Welcome to my C# repository! 🚀
This repo contains all of my C# practice and learning notes, starting from very basics and moving towards OOP concepts step by step.


📂 Contents

🔹 Basics

  • Introduction to C#
  • History of C# and .NET Framework / .NET Core
  • How C# code runs (Compiler, CLR, MSIL)
  • Data Types & Variables
  • Operators
  • Conditional Statements (if, else, switch)
  • Loops (for, while, do-while, foreach)
  • Arrays
  • Strings and String Methods
  • Methods and Parameters
  • Exception Handling (try-catch-finally)

🔹 Intermediate

  • Functions (value & reference types)
  • Collections (List, Dictionary, Queue, Stack)
  • LINQ Basics
  • File Handling (Read/Write)
  • Namespaces
  • Access Modifiers
  • Static vs Instance Members
  • Structs and Enums

🔹 Object-Oriented Programming (OOP)

  • Classes and Objects
  • Constructors & Destructors
  • Inheritance
  • Polymorphism
  • Abstraction
  • Encapsulation
  • Interfaces
  • Abstract Classes

🛠️ Tools & Environment

  • IDE: Visual Studio / Visual Studio Code
  • Language Version: C# Latest
  • Frameworks: .NET Framework / .NET Core

📧 Contact

About

A collection of C# programs from basics to intermediate, covering core concepts and practice examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published