An open API service indexing awesome lists of open source software.

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.

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.