We would like to introduce demo web application based on popular Microsoft database AdventureWorks. The AdventureWorks database supports a fictitious, multinational manufacturing company called Adventure Works Cycles.
Goal of application is to show example of multiple technologies working together. Technologies, packages and frameworks included are:
Microsoft SQL database
Entity Framework
ASP.NET MVC
KendoUI
AdminLTE
Demo is located on following url:
http://adventureworksmvc.synergos.hr/
Code repository is located on GitHub:
https://github.com/synergos-hr/AdventureWorksMVC
Application is still under further development, and features are being added constantly.
Future plans include porting technology to ASP.NET Code + AngularJS v4 + KendoUI for Angular. KendoUI released official release for Angular on May 03, 2017.
If you have any questions please contact us.
Hello,
I’ve tried to build your demo app (https://github.com/synergos-hr/AdventureWorksMVC) and found that there was one missed file \AdventureWorksMVC\AdventureWorks.Data\Log\DatabaseLog.cs.
The project doesn’t want to be built without this file. Also, I’ve found that “Log” folder is in the gitignore file.
So, if it is possible could you please either check the Git repo and add upload DatabaseLog.cs or help me with its build.
Thanks in advance!
Hi,
Thanks for info, file is added to repository.