Skip to content

This is my solution for activity -3 in unit-2 in Field Assist internship Training

Notifications You must be signed in to change notification settings

gajreshivaji543/ASP.NetWebAPIProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ASP.NetWebAPIProject

Create an asp.net core web API project, it should contain an Enployee controller and services classes with interfaces.

Task:

 Create an asp.net core web API project, it should containan
 Employee controller and services classses with interfaces?
 The project should have API endpoints to create an Employee, 
 get all employee, get an employee by id, delete an employee, and update an employee.

This repository is my solution for above mentioned task. It has source code along with screenshots of output.

I ve used inbuilt Visual Studio - Swagger UI for running my host

Output ScreenShots Guide

1.Local Host Homepage.

2.READ operation .

3.(i),(ii).CREATE operation.

4.(iii)READ after Create.

5.READ wrt Id.

6.(i),(ii)UPDATE operation.

7.(iii)READ after Update.

8.DELETE operation.

9.(ii).READ after Delete.

About

This is my solution for activity -3 in unit-2 in Field Assist internship Training

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages