C# Brilliance: Unlocking the Power of .NET
Sheikh Thanbir Alam
Senior Software Programmer
Army War Game Center, ARTDOC, Bangladesh Army
What is C#?
C# (pronounced "C sharp") is a modern, object-oriented programming language developed by Microsoft. It was first introduced in the early 2000s and has since become one of the most popular languages for building a wide range of software applications.
Microsoft created various frameworks within the .NET ecosystem to address different development needs and scenarios. Each framework was designed with specific goals and use cases in mind.
Object Oriented Programming
OOP is a programming methodology. It provides a set of principles and concepts for organizing and structuring code.
Class & Object
Note:
Class Stored into Secondary Memory (HDD) 🡪 Coding
Object Stored into Primary Memory (RAM) 🡪 Runtime Information
Encapsulation
Private
Protected
Public
Inheritance
Polymorphism
Abstractions
It is a concept that focuses on simplifying complex reality by modelling classes based on relevant attributes and behaviours while ignoring unnecessary details
Win-Form
Here are the types of applications you can create using Windows Forms. Such as
File Read Write
Let's Do A Project
Task:
I am Thanbir, I’m your client now. I need a notebook related software.
Would you like to create it?