Skip to content

SoumyadipYT-OSS/ASP-NET-Core-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Projects 🚀

ASP-NET-8 Banner4

Welcome to the ASP.NET Core Projects repository! This repository contains various projects built using ASP.NET Core MVC .NET 8. Each project demonstrates different features and best practices for building robust web applications.

Table of Contents 📚

Introduction 🌟

This repository is a collection of ASP.NET Core MVC projects aimed at helping developers learn and implement various features of ASP.NET Core .NET 8. Each project is designed to be a standalone example, showcasing different aspects of web development.

Projects 📂

Student Portal 🎓

The Student Portal project is a web application that allows students to manage their courses, view details, and perform CRUD operations. It includes features such as search functionality, filtering, and user authentication.

ScreenshotStudentPortal

Getting Started 🏁

To get started with any of the projects in this repository, follow the instructions below.

Prerequisites 🛠️

Installation 💻

  1. Clone the repository:

    git clone https://github.com/SoumyadipYT-OSS/ASP-NET-Core-Projects.git
    cd ASP-NET-Core-Projects
  2. Navigate to the project directory:

    cd dotNET-8/StudentPortal
  3. Restore the dependencies:

    dotnet restore

Usage 🚀

  1. Build and run the project:

    dotnet run
  2. Open your browser and navigate to https://localhost:5001 to view the application.

Contributing 🤝

Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m "Add your commit message"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License 📄

This repository is licensed under the License. See the LICENSE file for more information.

Contact 📧

If you have any questions or need further assistance, feel free to reach out:

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published