Skip to content

This repository contains .NET UI design examples for a college assignment, including a basic calculator, even and odd numbers display, series display, and factorial calculator.

Notifications You must be signed in to change notification settings

shadow-leaked/.net-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Concepts in C# and VB.NET

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

Table of Contents

Introduction

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.

UI Design

  • VB.NET:
    • Basic Calculator
    • Even and Odd Numbers Display
    • Series Display
    • Factorial Calculator

Code Examples

Constructors

  • C#:
    • Default and Parameterized Constructors

Inheritance

  • C#:
    • Single-Level Inheritance
    • Multi-Level Inheritance
  • VB.NET:
    • Single-Level Inheritance
    • Multi-Level Inheritance

Interfaces

  • C#:
    • Interface and Multiple Interfaces
  • VB.NET:
    • Interface and Multiple Interfaces

Collections

  • C#:
    • ArrayList
    • Dictionary
  • VB.NET:
    • ArrayList
    • Dictionary

Usage

  1. Clone the repository: git clone https://github.com/shadow-leaked/.net-assignment.git
  2. Open the solution in Visual Studio.
  3. Build and run the individual projects to see the examples in action.

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue to discuss what you would like to change.

About

This repository contains .NET UI design examples for a college assignment, including a basic calculator, even and odd numbers display, series display, and factorial calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published