sumuongit / asp-mvc-generic-repository-uow-pattern-crud

A sample application depicting solution architecture using ASP.NET MVC, Entity Framework (DB First Approach) and SQL Server 2014 following Repository and Unit of Work design pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

General Info

A sample application depicting solution architecture for a CRUD operation using ASP.NET MVC, Entity Framework (Database First Approach) and SQL Server 2014 following Repository and Unit of Work design pattern

Database Scripts

Database Scripts

Technologies

This application is created with:

  • Visual Studio 2017
  • C#
  • ASP.NET MVC 5
  • Entity Framework (Database First Approach)
  • SQL Server 2014

Setup

To clone and run this repository you will need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/sumuongit/asp-mvc-generic-repository-uow-pattern-crud.git
# Go into the repository
$ cd asp-mvc-generic-repository-uow-pattern-crud

Contributing

  • Fork the repository
  • Create a topic branch
  • Implement your feature or bug fix
  • Add, commit, and push your changes
  • Submit a pull request

License

MIT License

About

A sample application depicting solution architecture using ASP.NET MVC, Entity Framework (DB First Approach) and SQL Server 2014 following Repository and Unit of Work design pattern

License:MIT License


Languages

Language:C# 49.0%Language:SQL 34.5%Language:ASP 16.5%