Skip to content

App Simple Employee List using .NET Core MVC,Data Annotation

Notifications You must be signed in to change notification settings

AlexGreatDev/CRUD-Employee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# - ASP.NET .NET Core MVC - Simple CRUD Example Application .

About the application technologies and operation:

other my repo with N-tire : https://github.com/AlexGreatDev/CRUD-N-tier-MVC

other my repo with Telerik Kendo UI .NET CORE : https://github.com/AlexGreatDev/Kendo-NetCore

Technologies:

  • Programming Language: C#
  • FrontEnd Side: ASP.NET MVC - .NET Core 3.1
  • BackEnd Side: .NET Core 3.1
  • Descriptive Language: HTML5
  • Style Description Language: CSS (Bootstrap 4.3.1)
  • Database: SQL Server (Code First Database Migration)
  • Other :
    • Input mask
    • Search
    • 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

App Simple Employee List using .NET Core MVC,Data Annotation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published