Welcome to the Contact Manager MVC application, a demonstration of building robust and efficient web applications using the latest technologies. This project showcases the capabilities of .NET 6 and Entity Framework for developing modern and scalable MVC applications.
-
Contact Management: Easily manage your contacts with features for adding, editing, and deleting contacts.
-
Responsive Design: The application is designed to provide a seamless experience across various devices, ensuring accessibility and usability.
-
.NET 6 Framework: Leveraging the latest advancements in .NET, the application benefits from improved performance, enhanced language features, and a unified developer experience.
-
Entity Framework Core: Utilizing Entity Framework Core for efficient data access and manipulation, ensuring a secure and reliable database interaction.
-
Clone the repository:
git clone https://github.com/RahulMule/DotNet_MVC_Demo.git cd ContactAppWeb dotnet run
We welcome contributions from the community. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
For major changes, please open an issue first to discuss what you would like to change.