This repository contains code examples illustrating various programming concepts in both C# and VB.NET. The examples include:
- UI Design in VB.NET
- Default and Parameterized Constructors
- Single-Level and Multi-Level Inheritance
- Interface and Multiple Interfaces
- ArrayList and Dictionary
This repository is part of a college assignment to demonstrate various OOP and collection concepts in C# and VB.NET. Each concept is demonstrated with clear and concise code examples.
- VB.NET:
- Basic Calculator
- Even and Odd Numbers Display
- Series Display
- Factorial Calculator
- C#:
- Default and Parameterized Constructors
- C#:
- Single-Level Inheritance
- Multi-Level Inheritance
- VB.NET:
- Single-Level Inheritance
- Multi-Level Inheritance
- C#:
- Interface and Multiple Interfaces
- VB.NET:
- Interface and Multiple Interfaces
- C#:
- ArrayList
- Dictionary
- VB.NET:
- ArrayList
- Dictionary
- Clone the repository:
git clone https://github.com/shadow-leaked/.net-assignment.git
- Open the solution in Visual Studio.
- Build and run the individual projects to see the examples in action.
Contributions are welcome! Feel free to submit a pull request or open an issue to discuss what you would like to change.