Skip to content

A collection of C# Codes and exercises for learning and practicing C# programming. Includes console applications, OOP examples, Collections, Multithreading, LINQ and Windows Forms apps. Suitable for beginners and those looking to enhance their C# skills.

Notifications You must be signed in to change notification settings

manish2407/CSharp-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Learning Repository

Welcome to my C# Learning Repository! This repo is a collection of Solutions, Classes, Codes, and exercises that I worked on as I learned and grew in the C# programming language. Whether you're also learning C# or just curious about my journey, feel free to explore and provide feedback.

📚 Codes & Exercises

This repository contains various C# Solutions and exercises, including:

Console Applications: Simple programs that run in the command line to practice basic syntax and logic.

Object-Oriented Programming (OOP) Examples: Projects focusing on classes, inheritance, polymorphism, and encapsulation.

Collection Framework: Implementations of common Collections and their working.

Windows Forms Applications: Basic GUI applications to explore desktop application development.

LINQ To SQL - Applying LINQ queries to SQL in C# to read the data from and also for doing the CRUD Operation.

🛠️ Technologies & Tools

Language: C#

IDE: Visual Studio

🚀 Getting Started

To get started with any project in this repository, follow these steps:

1. Clone the Repository:

git clone https://github.com/manish2407/CSharp-World.git

2. Navigate to the Project Directory:

cd your-repo-name/ProjectName

3. Open the Project in Visual Studio or VS Code:

For Visual Studio: Open the .sln file.

4. Build and Run the Project:

For Visual Studio: Press F5 to build and run.

🤝 Contributing

If you'd like to contribute to this repository, please follow these guidelines:

Fork the Repository: Create a personal copy on GitHub.

Create a Branch: Use a descriptive name for your branch.

git checkout -b feature/your-feature

Make Changes: Implement your changes or improvements.

Commit Your Changes:

git add.

git commit -m "Add a descriptive message about your changes"

Push to Your Fork:

git push origin feature/your-feature

Open a Pull Request:

Submit a pull request from your fork to the main repository.

📝 Contact

Feel free to reach out with any questions or feedback:

GitHub: manish2407

Email: manishms2407@gmail.com

Happy coding!

About

A collection of C# Codes and exercises for learning and practicing C# programming. Includes console applications, OOP examples, Collections, Multithreading, LINQ and Windows Forms apps. Suitable for beginners and those looking to enhance their C# skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages