Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itplamen/StudentSystem
Practical assignment from Matrix Global (team Bit8) for the role of Full-Stack .Net Software Developer
https://github.com/itplamen/StudentSystem
ado-net asp-mvc-5 cqs datatables simpleinjector sql-server wcf
Last synced: 3 months ago
JSON representation
Practical assignment from Matrix Global (team Bit8) for the role of Full-Stack .Net Software Developer
- Host: GitHub
- URL: https://github.com/itplamen/StudentSystem
- Owner: itplamen
- License: mit
- Created: 2019-08-27T22:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:57:00.000Z (about 2 years ago)
- Last Synced: 2024-07-29T20:01:13.874Z (6 months ago)
- Topics: ado-net, asp-mvc-5, cqs, datatables, simpleinjector, sql-server, wcf
- Language: C#
- Homepage: http://www.studentsystem.somee.com/web
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudentSystem
Practical assignment from Matrix Global (team Bit8) for the role of Full-Stack .Net Software Developerhttp://www.studentsystem.somee.com/web
## Services
http://www.studentsystem.somee.com/Services/StudentsService.svc?wsdl
http://www.studentsystem.somee.com/Services/DisciplinesService.svc?wsdl
http://www.studentsystem.somee.com/Services/ProfessorsService.svc?wsdl
http://www.studentsystem.somee.com/Services/ScoresService.svc?wsdl
http://www.studentsystem.somee.com/Services/SemestersService.svc?wsdl## Build status
[![Build status](https://ci.appveyor.com/api/projects/status/vmea3b27n4aqf2g2?svg=true)](https://ci.appveyor.com/project/itplamen/studentsystem)
## Technologies
* WCF
* ADO.NET
* SQL Server
* ASP.NET MVC
* CQS## Libraries
* SimpleInjector - [link](https://github.com/simpleinjector/SimpleInjector)
* Automapper - [link](https://github.com/AutoMapper/AutoMapper)
* Moq, mocking framework - [link](https://github.com/moq/moq4)
* DataTables - [link](https://github.com/DataTables/DataTables)