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.
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.
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.
To get started with any of the projects in this repository, follow the instructions below.
- .NET 8 SDK
- Visual Studio Code or Visual Studio
- SQL Server (optional, depending on the project)
-
Clone the repository:
git clone https://github.com/SoumyadipYT-OSS/ASP-NET-Core-Projects.git cd ASP-NET-Core-Projects
-
Navigate to the project directory:
cd dotNET-8/StudentPortal
-
Restore the dependencies:
dotnet restore
-
Build and run the project:
dotnet run
-
Open your browser and navigate to
https://localhost:5001
to view the application.
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This repository is licensed under the License. See the LICENSE file for more information.
If you have any questions or need further assistance, feel free to reach out:
- GitHub: SoumyadipYT-OSS
Happy coding! 🚀