https://github.com/bhayward93/hr-web-application
An interlinked solution demonstrating skills in C#, Entity Framework, Web APIs and WCF Services
https://github.com/bhayward93/hr-web-application
asp-net asp-net-mvc csharp csharp-code entity-framework sql web-application
Last synced: 3 months ago
JSON representation
An interlinked solution demonstrating skills in C#, Entity Framework, Web APIs and WCF Services
- Host: GitHub
- URL: https://github.com/bhayward93/hr-web-application
- Owner: bhayward93
- License: mit
- Created: 2017-09-17T20:22:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T21:26:39.000Z (over 7 years ago)
- Last Synced: 2025-01-01T19:42:24.356Z (5 months ago)
- Topics: asp-net, asp-net-mvc, csharp, csharp-code, entity-framework, sql, web-application
- Language: C#
- Homepage: http://www.benhayward.net
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HR-Web-Application
An interlinked solution demonstrating skills in C#, Entity Framework, Web APIs and WCF Services.# Instructions
Databases must be hosted locally using the files provided in /SQL. MainDB-SQL2012 , or the 2014 variant. For skills (FrontEnd), repeat the process.# Administration System
An MVC C# Web Application, serving the administration of the HR Business Unit. Facilitates the management of 'Business Units' and 'Staff', with Create, Read, Soft Delete and Edit (C.R.U.D) functionality. Work has been done within views, however the premise of this project was not to create pretty HTML and CSS.# Web API Service
Using EntityFramemwork and the Database provided, provides a JSON REST, Web API to work with the database.# Front End
Linking Skills (WCF), Business Units and Staff together. Does not currently compile and I do intend to go back to this at some point.