Skip to content

C# - ASP.NET .NET Core MVC - Simple CRUD Employee N-tier architecture

Notifications You must be signed in to change notification settings

AlexGreatDev/CRUD-N-tier-MVC

Repository files navigation

C# - ASP.NET .NET Core MVC - Simple CRUD Employee N-tier Architecture

About the application technologies and operation:

Technologies:

  • Programming Language: C#
  • FrontEnd Side: ASP.NET MVC - .NET Core 2.2
  • BackEnd Side: .NET Core 2.2
  • Descriptive Language: HTML5
  • Style Description Language: CSS (Bootstrap 4.3.1)
  • Database: SQLite In Memory Provider (Code First Database Migration)
  • Repository and Unit of Work Pattern
  • AutoMapper
  • IoC Container Configurations
  • jquery.unobtrusive-ajax
  • Other :
    • Input mask
    • Data Annotation

Installation/ Configuration:

  1. Restore necessary Packages on the selected project, run the following command in PM Console

    Update-Package -reinstall
    
  2. EF

     Update-Database
    

About the application:

The purpose of the web application is to list, create, modify, Search and delete.

About

C# - ASP.NET .NET Core MVC - Simple CRUD Employee N-tier architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published