https://github.com/rahulmule/dotnet-mvc-demo
Welcome to the Contact Manager Dot Net 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 core for developing modern and scalable MVC applications.
https://github.com/rahulmule/dotnet-mvc-demo
contact-management dotnet-6 dotnet-core dotnetmvc entity-framework-core webapp
Last synced: 2 months ago
JSON representation
Welcome to the Contact Manager Dot Net 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 core for developing modern and scalable MVC applications.
- Host: GitHub
- URL: https://github.com/rahulmule/dotnet-mvc-demo
- Owner: RahulMule
- Created: 2024-01-06T21:44:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T20:03:45.000Z (about 1 year ago)
- Last Synced: 2025-01-08T12:55:10.785Z (4 months ago)
- Topics: contact-management, dotnet-6, dotnet-core, dotnetmvc, entity-framework-core, webapp
- Language: CSS
- Homepage:
- Size: 887 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Manager MVC App
## Overview
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.
## Features
- **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.
## Getting Started
### Prerequisites
- [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/RahulMule/DotNet_MVC_Demo.git
cd ContactAppWeb
dotnet run## Contributing
We welcome contributions from the community. If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/your-feature`.
5. Submit a pull request.For major changes, please open an issue first to discuss what you would like to change.