Skip to content

asp.netcore2.0: Front end = mvc ; backend = webapi

License

Notifications You must be signed in to change notification settings

AJEETX/asp_net_core2

Repository files navigation

asp.net core2.0 mvc/api GitHub release Maintenance

Travis GitHub Release Date .Net Framework GitHub language count GitHub top language GitHub repo size in bytes

Introduction

The repository consists of 2 projects:

  1. Asp.Net Core2 MVC
  • Its the frontend through which a user input data and gets output
  1. Asp.Net Core2 API
  • Its the backend that processes the request from the MVC frontend

Features

Basic CRUD operation
Page Function
Index User can view list of existing students
Create User can create new student
Edit User can edit existing student
Delete User can delete existing student

Index page

The list of created students is displayed .
url : /Students/ 

display students

Create student

A student can be created
url: /Students/create

create student

Edit student

A student can be edited
url: /Students/edit/{id}

edit student

Delete student

A student can be deleted
url: /Students/delete/{id}

delete student

Support or Contact

Having any trouble? Check out our documentation or contact support and we’ll help you sort it out.

HitCount GitHub contributors license