Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 960 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 960 Bytes

ASP.NET Core MVC Example

This repository holds sample application which developed using ASP.NET Core MVC

First Application

Its name is EmployeeApplication. It is developed using ASP.NET Core 2.0. It tutorial is http://l-knowtech.com/2017/08/15/getting-started-asp-net-core-mvc/

CRUD Operations Using Entity Framework Core

Its solution folder name is FirstCRUDApplication. It's tutorial is http://l-knowtech.com/2017/08/28/first-crud-application-asp-net-core-mvc-using-entity-framework-core/

Repository Pattern In ASP.NET Core MVC And Entity Framework Core

Its solution folder name is RepositoryPattern. It's tutorial is http://l-knowtech.com/2017/09/12/repository-pattern-asp-net-core-mvc-entity-framework-core/

Generic Repository Pattern In ASP.NET Core MVC And Entity Framework Core

Its solution folder name is GenericRepository. It's tutorial is http://l-knowtech.com/2017/09/24/generic-repository-pattern-asp-net-core-mvc-entity-framework-core/