Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 554 Bytes

ToDoApp

This is a simple SOA based Asp.Net MVC to-do list application.

Architectural Info
-Service Oriented
-Basic HMAC Authentication on WebApi
-Entity Framework (Code First)
-Asp.Net MVC WebSite
-Repository Pattern with Unit of Work
-Dependency Injection
-Logs on MongoDb

Used Frameworks
-Castle Windsor
-Log4net
-ExpressMapper
-Hangfire
-RestSharp
etc.

Important: You should be execute Dependencies\hangFireInstallSql.sql on MsSql before run application.